Build:
  1. 0
2024-01-29 15:19.03: New job: Voodoo prep dokeysto_lz4.3.0.0; 8026305a40c9be25d638eb386cada1a6
2024-01-29 15:19.03: Waiting for resource in pool OCluster
2024-01-29 18:53.24: Waiting for worker…
2024-01-29 18:54.13: Got resource from pool OCluster
2024-01-29 18:54.13: Using cache hint "docs-universe-prep-4.11.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.11@sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538)
         (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.11@sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.1.11.4 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy dokeysto_lz4.3.0.0 stdlib-shims.0.3.0 result.1.5 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 obuild.0.1.11 minicli.4.0.0 lz4.1.1.1 integers.0.7.0 extunix.0.2.0 dune.1.11.4 dolog.3.0 dokeysto.4.0.1 ctypes.0.20.2 conf-pkg-config.3 conf-liblz4.1 bigarray-compat.1.1.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u dokeysto_lz4:8026305a40c9be25d638eb386cada1a6"))
 (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.032288') && (for DATA in prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0,dokeysto_lz4.3.0.0-8026305a40c9be25d638eb386cada1a6,dokeysto_lz4.3.0.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/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0,dokeysto_lz4.3.0.0-8026305a40c9be25d638eb386cada1a6,dokeysto_lz4.3.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0,dokeysto_lz4.3.0.0-8026305a40c9be25d638eb386cada1a6,dokeysto_lz4.3.0.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 7b9230f4e0f16686158b9465bda04972358c4375 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.11.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 18:54.13: RETRYING: 2024-01-29/151903-voodoo-prep-5bc85f Number of retries: 0 (retriable error condition)
Building on iphito.caelum.ci.dev
All commits already cached
HEAD is now at 7b9230f4e0 Mark ocamlbuild.0.14.3 as not available on Windows

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.11@sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.11@sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538' locally
docker.io/ocaml/opam@sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538: Pulling from ocaml/opam
2f7631a0f086: Pulling fs layer
2f7631a0f086: Verifying Checksum
2f7631a0f086: Download complete
2f7631a0f086: Pull complete
Digest: sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538
Status: Downloaded newer image for ocaml/opam@sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538
2024-01-29 18:49.04 ---> using "ceb9d6ce5668116a18641a4d83b20794e085fc363f670fe7729b47f1f656b225" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (677 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 (7054 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 18:49.04 ---> using "69277b49e8ef624a28226a47987dec0918d41f2b994b11f035caba7f9c8ce7fd" from cache

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

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

The following actions will be performed:
  - install ocamlbuild       0.14.3 [required by bos]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install dune             3.13.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.13.0
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:49.04 ---> using "bdbbe8004ae7b31f8dfd6e1330411b474f40de4fb2505a4fec72b4134f37285b" from cache

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

(from ocaml/opam:debian-12-ocaml-4.11@sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.11@sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538' locally
docker.io/ocaml/opam@sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538: Pulling from ocaml/opam
2f7631a0f086: Pulling fs layer
2f7631a0f086: Verifying Checksum
2f7631a0f086: Download complete
2f7631a0f086: Pull complete
Digest: sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538
Status: Downloaded newer image for ocaml/opam@sha256:70a53df038459754816b09134a85a9cb008f5ccbb06cc1fa999cf811e282e538
2024-01-29 18:49.04 ---> using "ceb9d6ce5668116a18641a4d83b20794e085fc363f670fe7729b47f1f656b225" from cache

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

/: (workdir /home/opam)

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

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

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:49.06 ---> using "2e533d2c62c59bebc181edca61bfe25f705e588eadca580ca3e266333a32506e" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:49.06 ---> using "6d532a95476971900d87cafe6f61044ece2aec1278c03f9c331fd423165e32e1" from cache

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

2024-01-29 18:49.06 ---> using "3c4fa7abc4b52d4297b0b14e3595733b4bd0fe7ab4ffc87d2787cbba84b089f8" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:49.06 ---> using "929a0a480357e77c3e2dd62a434b4bbc81132cf17d1a62bcd0c654b18f76f810" from cache

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

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

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy dokeysto_lz4.3.0.0 stdlib-shims.0.3.0 result.1.5 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 obuild.0.1.11 minicli.4.0.0 lz4.1.1.1 integers.0.7.0 extunix.0.2.0 dune.1.11.4 dolog.3.0 dokeysto.4.0.1 ctypes.0.20.2 conf-pkg-config.3 conf-liblz4.1 bigarray-compat.1.1.0 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 [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (874 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

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

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

<><> Carrying on to "opam depext -viy dokeysto_lz4.3.0.0 stdlib-shims.0.3.0 result.1.5 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 obuild.0.1.11 minicli.4.0.0 lz4.1.1.1 integers.0.7.0 extunix.0.2.0 dune.1.11.4 dolog.3.0 dokeysto.4.0.1 ctypes.0.20.2 conf-pkg-config.3 conf-liblz4.1 bigarray-compat.1.1.0 base-bytes.base" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
liblz4-dev
pkg-config
[NOTE] Package dune is already installed (current version is 1.11.4).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ppx_derivers            1.2.1
  - install ocamlbuild              0.14.3
  - install conf-pkg-config         3
  - install bigarray-compat         1.1.0
  - install result                  1.5
  - install base-bytes              base
  - install obuild                  0.1.11
  - install stdlib-shims            0.3.0
  - install dolog                   3.0
  - install conf-liblz4             1
  - install ocaml-migrate-parsetree 1.8.0
  - install minicli                 4.0.0
  - install integers                0.7.0
  - install extunix                 0.2.0
  - install ctypes                  0.20.2
  - install dokeysto                4.0.1
  - install lz4                     1.1.1
  - install dokeysto_lz4            3.0.0
===== 18 to install =====

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/54:
Processing  3/54:
Processing  4/54:
Processing  5/54:
Processing  6/54:
Processing  7/54:
Processing  8/54: [conf-pkg-config: pkg-config]
-> installed base-bytes.base
Processing  9/54: [conf-pkg-config: pkg-config]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 10/54: [conf-pkg-config: pkg-config]
Processing 11/54: [bigarray-compat: dune build] [conf-pkg-config: pkg-config]
-> retrieved ctypes.0.20.2  (cached)
Processing 12/54: [bigarray-compat: dune build] [conf-pkg-config: pkg-config]
-> retrieved dokeysto.4.0.1  (cached)
Processing 13/54: [bigarray-compat: dune build] [conf-pkg-config: pkg-config]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 13/54: [bigarray-compat: dune build]
-> installed conf-pkg-config.3
Processing 14/54: [bigarray-compat: dune build]
Processing 15/54: [bigarray-compat: dune build] [conf-liblz4: pkg-config liblz4]
-> retrieved dokeysto_lz4.3.0.0  (cached)
Processing 16/54: [bigarray-compat: dune build] [conf-liblz4: pkg-config liblz4]
-> retrieved dolog.3.0  (cached)
Processing 17/54: [bigarray-compat: dune build] [conf-liblz4: pkg-config liblz4]
-> retrieved extunix.0.2.0  (cached)
Processing 18/54: [bigarray-compat: dune build] [conf-liblz4: pkg-config liblz4]
-> compiled  conf-liblz4.1
Processing 18/54: [bigarray-compat: dune build]
-> installed conf-liblz4.1
Processing 19/54: [bigarray-compat: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 20/54: [bigarray-compat: dune build]
-> retrieved lz4.1.1.1  (cached)
Processing 21/54: [bigarray-compat: dune build]
-> retrieved minicli.4.0.0  (cached)
Processing 22/54: [bigarray-compat: dune build]
-> retrieved obuild.0.1.11  (cached)
Processing 23/54: [bigarray-compat: dune build]
Processing 24/54: [bigarray-compat: dune build] [obuild: ./bootstrap]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 25/54: [bigarray-compat: dune build] [obuild: ./bootstrap]
Processing 26/54: [bigarray-compat: dune build] [obuild: ./bootstrap] [ocamlbuild: make configure.make]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 27/54: [bigarray-compat: dune build] [obuild: ./bootstrap] [ocamlbuild: make configure.make]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 28/54: [bigarray-compat: dune build] [obuild: ./bootstrap] [ocamlbuild: make configure.make] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 29/54: [bigarray-compat: dune build] [obuild: ./bootstrap] [ocamlbuild: make configure.make] [ppx_derivers: dune build] [result: dune build]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.11/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.11/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.11/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.11"; \
- echo "BINDIR=/home/opam/.opam/4.11/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.11/lib"; \
- echo "MANDIR=/home/opam/.opam/4.11/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.11/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.11/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.11/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.11/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 29/54: [bigarray-compat: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 30/54: [bigarray-compat: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [stdlib-shims: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 30/54: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [stdlib-shims: dune build]
-> installed bigarray-compat.1.1.0
Processing 31/54: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build] [stdlib-shims: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 31/54: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [result: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 32/54: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [result: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 32/54: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [result: dune build]
-> installed stdlib-shims.0.3.0
Processing 33/54: [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [result: dune build]
Processing 34/54: [integers: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled] [result: dune build]
-> compiled  result.1.5
Processing 34/54: [integers: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
-> installed result.1.5
Processing 35/54: [integers: dune build] [obuild: ./bootstrap] [ocamlbuild: make check-if-preinstalled]
Processing 36/54: [integers: dune build] [obuild: ./bootstrap] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  integers.0.7.0
Processing 36/54: [obuild: ./bootstrap] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed integers.0.7.0
Processing 37/54: [obuild: ./bootstrap] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 38/54: [ctypes: touch libffi.config] [obuild: ./bootstrap] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 38/54: [ctypes: make ctypes-base] [obuild: ./bootstrap] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
- 4.11.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: 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: 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: 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: 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                     
- [ 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: 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                  
- [12 of 57] Compiling Obuild.Pp                     
- [13 of 57] Compiling Obuild.Dag                    
- File "obuild/pp.ml", line 2, characters 0-15:
- 2 | open Ext.Compat
-     ^^^^^^^^^^^^^^^
- Warning 33: unused open Ext.Compat.
- 
- [14 of 57] Compiling Obuild.Expr                   
- [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: 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: 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: 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: 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: 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: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- 
- [16 of 57] Compiling Obuild.Types                  
- [17 of 57] Compiling Obuild.Taskdep                
- [18 of 57] Compiling Obuild.Libname                
- [19 of 57] Compiling Obuild.Utils                  
- [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: this function application is partial,
- maybe some arguments are missing.
- 
- [21 of 57] Compiling Obuild.Helper                 
- [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: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Unix.process_status.
- 
- [23 of 57] Compiling Obuild.Scheduler              
- [24 of 57] Compiling Obuild.FindlibConf            
- [25 of 57] Compiling Obuild.Prog                   
- [26 of 57] Compiling Obuild.Meta                   
- [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: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- 
- [28 of 57] Compiling Obuild.Dependencies           
- [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 5, characters 0-11:
- 5 | open Helper
-     ^^^^^^^^^^^
- Warning 33: unused open Helper.
- File "obuild/meta.ml", line 6, characters 0-10:
- 6 | open Gconf
-     ^^^^^^^^^^
- Warning 33: unused open Gconf.
- File "obuild/meta.ml", line 136, characters 39-42:
- 136 |   let get_archive_with_filter (_, pkg) dep preds =
-                                              ^^^
- Warning 27: unused variable dep.
- 
- [30 of 57] Compiling Obuild.Metacache              
- File "obuild/metacache.ml", line 1, characters 0-9:
- 1 | open Meta
-     ^^^^^^^^^
- Warning 33: unused open Meta.
- 
- File "obuild/hier.ml", line 4, characters 0-10:
- 4 | open Types
-     ^^^^^^^^^^
- Warning 33: unused open Types.
- 
- [31 of 57] Compiling Obuild.Target                 
- [32 of 57] Compiling Obuild.Project                
- [33 of 57] Compiling Obuild.Dist                   
- [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: 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: 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: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- 
- [35 of 57] Compiling Obuild.Configure              
- [36 of 57] Compiling Obuild.Prepare                
- File "obuild/prepare.ml", lines 168-170, characters 8-32:
- 168 | ........match node with
- 169 |         | Dependency dep -> Some dep
- 170 |         | _              -> None
- Warning 4: 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: 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: 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: 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: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Analyze.dep_type.
- File "obuild/prepare.ml", line 202, characters 9-16:
- 202 |     let (srcPath,srcDir) =
-                ^^^^^^^
- Warning 27: unused variable srcPath.
- File "obuild/prepare.ml", line 233, characters 13-20:
- 233 |         let (srcPath, srcFile, intfFile) =
-                    ^^^^^^^
- Warning 27: unused variable srcPath.
- File "obuild/prepare.ml", line 239, characters 37-41:
- 239 |           | Hier.GeneratedFileEntry (path, file, generated) ->
-                                            ^^^^
- Warning 27: 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: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/buildprogs.ml", line 66, characters 17-23:
- 66 | let runOcamlPack srcDir dstDir annotMode buildMode packOpt dest modules =
-                       ^^^^^^
- Warning 27: 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: 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: 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: 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: 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: 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: 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: 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.
- File "obuild/build.ml", lines 363-365, characters 22-24:
- 363 | ......................match compileOpt with
- 364 |             | WithProf -> Meta.Predicate.Gprof :: preds
- 365 |             | _ -> preds
- Warning 4: 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: 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: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Prepare.compile_step.
- File "obuild/build.ml", line 333, characters 28-34:
- 333 |         List.fold_left (fun in_acc lib ->
-                                   ^^^^^^
- Warning 27: unused variable in_acc.
- 
- [39 of 57] Compiling Obuild.Exception              
- [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                        
- [45 of 57] Compiling Install                       
- [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: 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: 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: 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: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Target.Name.t.
- 
- [47 of 57] Compiling Sdist                         
- File "src/doc.ml", line 15, characters 8-16:
- 15 | let run projFile =
-              ^^^^^^^^
- Warning 27: unused variable projFile.
- 
- [48 of 57] Compiling Help                          
- 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: 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: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/sdist.ml", line 9, characters 17-27:
- 9 | let run projFile isSnapshot =
-                      ^^^^^^^^^^
- Warning 27: unused variable isSnapshot.
- 
- [49 of 57] Compiling Path_generated                
- [50 of 57] Compiling Init                          
- [51 of 57] Linking executable dist/build/obuild-from-oasis/obuild-from-oasis
- [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
- [56 of 57] Linking executable dist/build/obuild/obuild
- [57 of 57] Checking dist/build/obuild
- 
- real	0m2.782s
- user	0m2.455s
- sys	0m1.438s
-> compiled  obuild.0.1.11
Processing 38/54: [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed obuild.0.1.11
Processing 39/54: [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 40/54: [ctypes: make ctypes-base] [minicli: obuild configure] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
- Configuring minicli-1.0...
Processing 40/54: [ctypes: make ctypes-base] [minicli: obuild build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
- [1 of 4] Intfing CLI                           
- [2 of 4] Compiling CLI                           
- [3 of 4] Linking library dist/build/lib-minicli/minicli.cmxa
- [3 of 4] Linking library dist/build/lib-minicli/minicli.cmxs
- [3 of 4] Linking library dist/build/lib-minicli/minicli.cma
- [4 of 4] Checking dist/build/lib-minicli
-> compiled  minicli.4.0.0
Processing 40/54: [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 41/54: [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [minicli: obuild install]
- if test -d /home/opam/.opam/4.11/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.11/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.11/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 41/54: [ctypes: make ctypes-base] [ocaml-migrate-parsetree: dune build] [minicli: obuild install]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 41/54: [ctypes: make ctypes-base] [minicli: obuild install]
- installing library minicli
-> installed minicli.4.0.0
Processing 41/54: [ctypes: make ctypes-base]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 42/54: [ctypes: make ctypes-base]
-> installed ocamlbuild.0.14.3
Processing 43/54: [ctypes: make ctypes-base]
Processing 44/54: [ctypes: make ctypes-base] [dolog: ocaml setup.ml]
Processing 45/54: [ctypes: make ctypes-base] [dolog: ocaml setup.ml] [extunix: ocaml setup.ml]
- File "./setup.ml", line 318, characters 20-36:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- 330 |            Hashtbl.hash (String.lowercase s)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- 368 |           String.lowercase buf
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- 474 |              String.lowercase
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1381, characters 23-41:
- 1381 |          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 1825, characters 16-33:
- 1825 |     concat dir (String.capitalize base)
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- 1831 |     concat dir (String.uncapitalize base)
-                        ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 3229, 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 5847, characters 11-28:
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.11/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.11/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.11/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.11/bin/ocamlbuild
- Package name: ........................................ dolog
- Package version: ..................................... 0.3
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.11.2
- standard_library_default: ............................ /home/opam/.opam/4.11/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.11/lib/ocaml
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.11
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_unix: ............................................ /home/opam/.opam/4.11/lib/ocaml
- 
- File "./setup.ml", line 318, characters 20-36:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- 330 |            Hashtbl.hash (String.lowercase s)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- 368 |           String.lowercase buf
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- 474 |              String.lowercase
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1381, characters 23-41:
- 1381 |          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 1825, characters 16-33:
- 1825 |     concat dir (String.capitalize base)
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- 1831 |     concat dir (String.uncapitalize base)
-                        ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 3229, 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 5847, characters 11-28:
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- /home/opam/.opam/4.11/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.11/lib/ocamlbuild /home/opam/.opam/4.11/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.11/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package unix -modules lib/log.mli > lib/log.mli.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package unix -I lib -o lib/log.cmi lib/log.mli
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package unix -modules lib/log.ml > lib/log.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package unix -I lib -o lib/log.cmo lib/log.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -a -I lib lib/log.cmo -o lib/dolog.cma
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package unix -I lib -o lib/log.cmx lib/log.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -a -I lib lib/log.cmx -o lib/dolog.cmxa
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -shared -linkall -I lib lib/dolog.cmxa -o lib/dolog.cmxs
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package unix -modules lib_test/example.ml > lib_test/example.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package unix -I lib_test -I lib -o lib_test/example.cmo lib_test/example.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -linkpkg -package unix -I lib -I lib_test lib/dolog.cma lib_test/example.cmo -o lib_test/example.byte
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package unix -modules lib_test/test.ml > lib_test/test.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package unix -I lib_test -I lib -o lib_test/test.cmo lib_test/test.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -linkpkg -package unix -I lib -I lib_test lib/dolog.cma lib_test/test.cmo -o lib_test/test.byte
- + /home/opam/.opam/4.11/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.11/lib/ocamlbuild /home/opam/.opam/4.11/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.11/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 518, characters 43-62:
- 518 |                        List.map (fun m -> (String.uncapitalize m) ^ ".cmi")
-                                                  ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- 531 |                        List.map (fun m -> dir^"/"^(String.uncapitalize m)^".cmi")
-                                                          ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
-> compiled  dolog.3.0
Processing 45/54: [ctypes: make ctypes-base] [extunix: ocaml setup.ml]
Processing 46/54: [ctypes: make ctypes-base] [extunix: ocaml setup.ml] [dolog: ocaml setup.ml]
- File "./setup.ml", line 318, characters 20-36:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- 330 |            Hashtbl.hash (String.lowercase s)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- 368 |           String.lowercase buf
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- 474 |              String.lowercase
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1381, characters 23-41:
- 1381 |          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 1825, characters 16-33:
- 1825 |     concat dir (String.capitalize base)
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- 1831 |     concat dir (String.uncapitalize base)
-                        ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 3229, 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 5847, characters 11-28:
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- Installed /home/opam/.opam/4.11/lib/dolog/log.mli
- Installed /home/opam/.opam/4.11/lib/dolog/dolog.cma
- Installed /home/opam/.opam/4.11/lib/dolog/dolog.cmxa
- Installed /home/opam/.opam/4.11/lib/dolog/dolog.a
- Installed /home/opam/.opam/4.11/lib/dolog/dolog.cmxs
- Installed /home/opam/.opam/4.11/lib/dolog/log.cmi
- Installed /home/opam/.opam/4.11/lib/dolog/log.cmti
- Installed /home/opam/.opam/4.11/lib/dolog/log.cmt
- Installed /home/opam/.opam/4.11/lib/dolog/log.annot
- Installed /home/opam/.opam/4.11/lib/dolog/log.cmx
- Installed /home/opam/.opam/4.11/lib/dolog/META
-> installed dolog.3.0
Processing 46/54: [ctypes: make ctypes-base] [extunix: ocaml setup.ml]
- 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 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 "./src/discover.ml", line 387, characters 19-35:
- 387 |     "--disable-" ^ String.lowercase name,
-                          ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- checking EVENTFD.............ok
- checking ATFILE..............ok
- checking DIRFD...............ok
- checking STATVFS.............ok
- checking FSTATVFS............ok
- checking SIOCGIFCONF.........ok
- checking IFADDRS.............ok
- checking INET_NTOA...........ok
- checking UNAME...............ok
- checking FADVISE.............ok
- checking FALLOCATE...........ok
- checking TTY_IOCTL...........ok
- checking TTYNAME.............ok
- checking CTERMID.............ok
- /tmp/discover0989b1.c:22:2: error: #error WIN32 not defined
-    22 | #error WIN32 not defined
-       |  ^~~~~
- /tmp/discover0989b1.c:24:25: error: 'GetCurrentThreadId' undeclared here (not in a function)
-    24 | size_t var_1 = (size_t)&GetCurrentThreadId;
-       |                         ^~~~~~~~~~~~~~~~~~
- /tmp/discover6e7916.c:23:25: error: 'pthread_threadid_np' undeclared here (not in a function); did you mean 'pthread_tryjoin_np'?
-    23 | size_t var_1 = (size_t)&pthread_threadid_np;
-       |                         ^~~~~~~~~~~~~~~~~~~
-       |                         pthread_tryjoin_np
- /tmp/discover92237d.c:24:19: error: 'SYS_thread_selfid' undeclared here (not in a function)
-    24 | int var_2 = (0 == SYS_thread_selfid);
-       |                   ^~~~~~~~~~~~~~~~~
- checking GETTID..............ok
- checking PGID................ok
- checking SETREUID............ok
- checking FSYNC...............ok
- checking FDATASYNC...........ok
- checking SYNC................ok
- checking SYNCFS..............ok
- checking REALPATH............ok
- checking SIGNALFD............ok
- checking PTRACE..............ok
- checking RESOURCE............ok
- checking MLOCKALL............ok
- checking STRTIME.............ok
- checking TIMEZONE............ok
- checking PTS.................ok
- checking FCNTL...............ok
- checking TCPGRP..............ok
- checking EXECINFO............ok
- checking SETENV..............ok
- checking CLEARENV............ok
- checking MKDTEMP.............ok
- checking TIMEGM..............ok
- checking MALLOC_INFO.........ok
- checking MALLOC_STATS........ok
- checking MEMALIGN............ok
- checking ENDIAN..............ok
- checking READ_CREDENTIALS....ok
- checking FEXECVE.............ok
- checking SENDMSG.............ok
- checking PREAD...............ok
- checking PWRITE..............ok
- checking READ................ok
- checking WRITE...............ok
- checking MKSTEMPS............ok
- checking MKOSTEMPS...........ok
- checking SETRESUID...........ok
- checking SYSCONF.............ok
- checking SPLICE..............ok
- checking TEE.................ok
- checking VMSPLICE............ok
- checking SOCKOPT.............ok
- checking TCP_KEEPCNT.........ok
- checking TCP_KEEPIDLE........ok
- checking TCP_KEEPINTVL.......ok
- checking SO_REUSEPORT........ok
- checking POLL................ok
- checking SYSINFO.............ok
- checking MCHECK..............ok
- checking MOUNT...............ok
- checking UNSHARE.............ok
- checking CHROOT..............ok
- checking SYSLOG..............ok
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.11/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.11/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.11/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.11/bin/ocamlbuild
- Package name: ........................................ extunix
- Package version: ..................................... 0.2.0
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.11.2
- standard_library_default: ............................ /home/opam/.opam/4.11/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.11/lib/ocaml
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.11
- 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: .........................
- Strict compile-time checks: .......................... true
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_unix: ............................................ /home/opam/.opam/4.11/lib/ocaml
- pkg_bigarray: ........................................ /home/opam/.opam/4.11/lib/ocaml
- pkg_bytes: ........................................... /home/opam/.opam/4.11/lib/bytes
- ocamldoc: ............................................ /home/opam/.opam/4.11/bin/ocamldoc
- 
- ./src/discover/determine_as_needed_flags.sh >> asneeded.config
- ocamlfind  ocamlc -o gen_c_primitives -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure
- ./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log && false)
- ocamlfind  ocamlc -o gen_libffi_abi -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_libffi_abi.ml -I src/configure
- ./gen_libffi_abi > src/ctypes-foreign/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign/libffi_abi.ml && cat gen_c_primitives.log && false)
- cp src/ctypes-foreign/dl.ml.unix src/ctypes-foreign/dl.ml
- cp src/ctypes-foreign/dl_stubs.c.unix src/ctypes-foreign/dl_stubs.c
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_roots_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/lDouble.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/lDouble.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/lDouble.cmo -I _build/src/ctypes  src/ctypes/lDouble.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/complexL.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/complexL.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/complexL.cmo -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_primitive_types.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_primitives.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_memory_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_bigarray.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_static.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_static.cmo -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_std_view_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_structs.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_structs_computed.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_type_printing.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_type_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_coerce.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_coerce.cmo -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_std_views.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_types.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_types.mli
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/ctypes.cmo -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/cstubs_internals.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/cstubs_internals.cmo -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/posixTypes.cmi -package bigarray-compat -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes  src/ctypes/posixTypes.mli
- ocamlfind  ocamlc -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes/posixTypes.cmo -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -cclib -lctypes_stubs -dllib -lctypes_stubs  -cclib -lintegers_stubs -dllib -lintegers_stubs -package bigarray-compat -package integers   -o _build/ctypes.cma _build/src/ctypes/ctypes_ptr.cmo _build/src/ctypes/ctypes_roots_stubs.cmo _build/src/ctypes/lDouble.cmo _build/src/ctypes/ctypes_bigarray_stubs.cmo _build/src/ctypes/complexL.cmo _build/src/ctypes/ctypes_primitive_types.cmo _build/src/ctypes/ctypes_primitives.cmo _build/src/ctypes/ctypes_value_printing_stubs.cmo _build/src/ctypes/ctypes_memory_stubs.cmo _build/src/ctypes/ctypes_bigarray.cmo _build/src/ctypes/ctypes_static.cmo _build/src/ctypes/ctypes_std_view_stubs.cmo _build/src/ctypes/ctypes_structs.cmo _build/src/ctypes/ctypes_structs_computed.cmo _build/src/ctypes/ctypes_type_printing.cmo _build/src/ctypes/ctypes_memory.cmo _build/src/ctypes/ctypes_coerce.cmo _build/src/ctypes/ctypes_std_views.cmo _build/src/ctypes/ctypes_value_printing.cmo _build/src/ctypes/ctypes.cmo _build/src/ctypes/cstubs_internals.cmo _build/src/ctypes/posixTypes.cmo -cclib -Wl,--no-as-needed
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/complex_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/ctypes_bigarrays.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/ctypes_roots.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/ldouble_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/managed_buffer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/posix_types_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/raw_pointer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray-compat -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes" -ccopt -I -ccopt "/home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/tests" -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" /home/opam/.opam/4.11/.opam-switch/build/ctypes.0.20.2/src/ctypes/type_info_stubs.c
- ocamlfind  ocamlmklib -o _build/ctypes_stubs _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o  
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_roots_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/lDouble.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/lDouble.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/complexL.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitives.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_view_stubs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_views.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/posixTypes.cmx -package bigarray-compat -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers    -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers   -cclib -lctypes_stubs  -cclib -lintegers_stubs -o _build/ctypes.cmxa _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package bigarray-compat -package integers   -o _build/ctypes.cmxs _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o -cclib -Wl,--no-as-needed
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmi -package compiler-libs -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-top/ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/ctypes-top/install_ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"    -package compiler-libs -package integers   -o _build/ctypes-top.cma _build/src/ctypes-top/ctypes_printers.cmo _build/src/ctypes-top/install_ctypes_printers.cmo -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/install_ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package compiler-libs -package integers     -o _build/ctypes-top.cmxa _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package compiler-libs -package integers   -o _build/ctypes-top.cmxs _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx  -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_analysis.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_errors.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/ctypes_path.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_public_name.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_ml.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_c_language.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_emit_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_inverted.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs_structs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"   -c -o _build/src/cstubs/cstubs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"    -package str -package integers   -o _build/cstubs.cma _build/src/cstubs/cstubs_analysis.cmo _build/src/cstubs/cstubs_errors.cmo _build/src/cstubs/ctypes_path.cmo _build/src/cstubs/cstubs_public_name.cmo _build/src/cstubs/cstubs_generate_ml.cmo _build/src/cstubs/cstubs_c_language.cmo _build/src/cstubs/cstubs_emit_c.cmo _build/src/cstubs/cstubs_generate_c.cmo _build/src/cstubs/cstubs_inverted.cmo _build/src/cstubs/cstubs_structs.cmo _build/src/cstubs/cstubs.cmo -cclib -Wl,--no-as-needed
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_c_language.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_emit_c.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers     -o _build/cstubs.cmxa _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.11/lib/integers"  -package str -package integers   -o _build/cstubs.cmxs _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx  -cclib -Wl,--no-as-needed
-> compiled  ctypes.0.20.2
Processing 46/54: [extunix: ocaml setup.ml]
Processing 47/54: [extunix: ocaml setup.ml] [ctypes: make install]
- ocamlfind  install ctypes META CHANGES.md
- Installed /home/opam/.opam/4.11/lib/ctypes/CHANGES.md
- Installed /home/opam/.opam/4.11/lib/ctypes/META
- ocamlfind  install -add ctypes -optional META-install _build/ctypes.cma _build/dllctypes_stubs.so  _build/ctypes.cmxa _build/ctypes.cmxs _build/libctypes_stubs.a  _build/ctypes.a src/ctypes/lDouble.mli src/ctypes/complexL.mli src/ctypes/ctypes.mli src/ctypes/posixTypes.mli src/ctypes/ctypes_types.mli _build/src/ctypes/lDouble.cmi _build/src/ctypes/complexL.cmi _build/src/ctypes/ctypes.cmi _build/src/ctypes/posixTypes.cmi _build/src/ctypes/ctypes_types.cmi _build/src/ctypes/ctypes_static.cmi _build/src/ctypes/ctypes_primitive_types.cmi _build/src/ctypes/ctypes_structs.cmi _build/src/ctypes/cstubs_internals.cmi _build/src/ctypes/lDouble.cmt _build/src/ctypes/complexL.cmt _build/src/ctypes/ctypes.cmt _build/src/ctypes/posixTypes.cmt _build/src/ctypes/ctypes_types.cmt _build/src/ctypes/lDouble.cmti _build/src/ctypes/complexL.cmti _build/src/ctypes/ctypes.cmti _build/src/ctypes/posixTypes.cmti _build/src/ctypes/ctypes_types.cmti src/ctypes/cstubs_internals.h src/ctypes/ctypes_complex_compatibility.h src/ctypes/ctypes_complex_stubs.h src/ctypes/ctypes_cstubs_internals.h src/ctypes/ctypes_ldouble_stubs.h src/ctypes/ctypes_managed_buffer_stubs.h src/ctypes/ctypes_primitives.h src/ctypes/ctypes_raw_pointer.h src/ctypes/ctypes_type_info_stubs.h  _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_internals.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_value_printing.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_std_views.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_coerce.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_memory.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_type_printing.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_structs_computed.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_structs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_std_view_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_static.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_bigarray.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_memory_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_value_printing_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitives.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitive_types.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_bigarray_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_roots_stubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_ptr.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_type_info_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_raw_pointer.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitives.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_managed_buffer_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_ldouble_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_cstubs_internals.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_complex_stubs.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_complex_compatibility.h
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_internals.h
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_types.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_internals.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_structs.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_primitive_types.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_static.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_types.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_types.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/posixTypes.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/complexL.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/lDouble.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.a
- Installed /home/opam/.opam/4.11/lib/ctypes/libctypes_stubs.a
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes.cma
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes_stubs.so
- Installed /home/opam/.opam/4.11/lib/stublibs/dllctypes_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.11/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional META-install _build/ctypes-top.cma   _build/ctypes-top.cmxa _build/ctypes-top.cmxs   _build/ctypes-top.a src/ctypes-top/ctypes_printers.mli _build/src/ctypes-top/ctypes_printers.cmi  _build/src/ctypes-top/ctypes_printers.cmt _build/src/ctypes-top/ctypes_printers.cmti   _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_printers.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.a
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes-top.cma
- ocamlfind  install -add ctypes -optional META-install _build/ctypes-foreign.cma _build/dllctypes-foreign_stubs.so  _build/ctypes-foreign.cmxa _build/ctypes-foreign.cmxs _build/libctypes-foreign_stubs.a  _build/ctypes-foreign.a src/ctypes-foreign/dl.mli src/ctypes-foreign/libffi_abi.mli src/ctypes-foreign/foreign.mli _build/src/ctypes-foreign/dl.cmi _build/src/ctypes-foreign/libffi_abi.cmi _build/src/ctypes-foreign/foreign.cmi  _build/src/ctypes-foreign/dl.cmt _build/src/ctypes-foreign/libffi_abi.cmt _build/src/ctypes-foreign/foreign.cmt _build/src/ctypes-foreign/dl.cmti _build/src/ctypes-foreign/libffi_abi.cmti _build/src/ctypes-foreign/foreign.cmti   _build/src/ctypes-foreign/ctypes_closure_properties.cmx _build/src/ctypes-foreign/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign/ctypes_weak_ref.cmx _build/src/ctypes-foreign/dl.cmx _build/src/ctypes-foreign/libffi_abi.cmx _build/src/ctypes-foreign/ctypes_ffi.cmx _build/src/ctypes-foreign/ctypes_foreign_basis.cmx _build/src/ctypes-foreign/foreign.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/libffi_abi.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/dl.mli
- ocamlfind  install -add ctypes -optional META-install _build/cstubs.cma   _build/cstubs.cmxa _build/cstubs.cmxs   _build/cstubs.a src/cstubs/cstubs_structs.mli src/cstubs/cstubs.mli src/cstubs/cstubs_inverted.mli _build/src/cstubs/cstubs_structs.cmi _build/src/cstubs/cstubs.cmi _build/src/cstubs/cstubs_inverted.cmi  _build/src/cstubs/cstubs_structs.cmt _build/src/cstubs/cstubs.cmt _build/src/cstubs/cstubs_inverted.cmt _build/src/cstubs/cstubs_structs.cmti _build/src/cstubs/cstubs.cmti _build/src/cstubs/cstubs_inverted.cmti  /home/opam/.opam/4.11/lib/integers/ocaml_integers.h _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_generate_c.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_emit_c.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_c_language.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_generate_ml.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_public_name.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ctypes_path.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_errors.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_analysis.cmx
- Installed /home/opam/.opam/4.11/lib/ctypes/ocaml_integers.h
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmti
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmt
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.cmi
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_inverted.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs_structs.mli
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.a
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmxs
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cmxa
- Installed /home/opam/.opam/4.11/lib/ctypes/cstubs.cma
-> installed ctypes.0.20.2
Processing 47/54: [extunix: ocaml setup.ml]
Processing 48/54: [extunix: ocaml setup.ml] [lz4: ocaml setup.ml]
- File "./setup.ml", line 318, characters 20-36:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- 330 |            Hashtbl.hash (String.lowercase s)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- 368 |           String.lowercase buf
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- 474 |              String.lowercase
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1381, characters 23-41:
- 1381 |          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 1825, characters 16-33:
- 1825 |     concat dir (String.capitalize base)
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- 1831 |     concat dir (String.uncapitalize base)
-                        ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 3229, 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 5847, characters 11-28:
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.11/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.11/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.11/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.11/bin/ocamlbuild
- Package name: ........................................ lz4
- Package version: ..................................... 1.1.1
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.11.2
- standard_library_default: ............................ /home/opam/.opam/4.11/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.11/lib/ocaml
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.11
- 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_ctypes_stubs: .................................... /home/opam/.opam/4.11/lib/ctypes
- pkg_bytes: ........................................... /home/opam/.opam/4.11/lib/bytes
- ocamldoc: ............................................ /home/opam/.opam/4.11/bin/ocamldoc
- 
- File "./setup.ml", line 318, characters 20-36:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- 330 |            Hashtbl.hash (String.lowercase s)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- 368 |           String.lowercase buf
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- 474 |              String.lowercase
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1381, characters 23-41:
- 1381 |          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 1825, characters 16-33:
- 1825 |     concat dir (String.capitalize base)
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- 1831 |     concat dir (String.uncapitalize base)
-                        ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 3229, 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 5847, characters 11-28:
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- W: Cannot find source file matching module 'LZ4_bindings' in library lz4
- W: Cannot find source file matching module 'LZ4_generated' in library lz4
- /home/opam/.opam/4.11/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.11/lib/ocamlbuild /home/opam/.opam/4.11/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.11/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 38, characters 35-44:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 42, characters 23-32:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package ctypes.stubs -modules lib_gen/LZ4_bindgen.ml > lib_gen/LZ4_bindgen.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package ctypes.stubs -modules lib_gen/LZ4_bindings.ml > lib_gen/LZ4_bindings.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.stubs -w @5@8@10@11@12@14@23@24@26@29@40 -I lib_gen -o lib_gen/LZ4_bindings.cmo lib_gen/LZ4_bindings.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package ctypes.stubs -w @5@8@10@11@12@14@23@24@26@29@40 -I lib_gen -o lib_gen/LZ4_bindgen.cmo lib_gen/LZ4_bindgen.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -linkpkg -package ctypes.stubs -I lib_gen lib_gen/LZ4_bindings.cmo lib_gen/LZ4_bindgen.cmo -o lib_gen/LZ4_bindgen.byte
- lib_gen/LZ4_bindgen.byte
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -I -ccopt /home/opam/.opam/4.11/lib/ctypes -c lib/LZ4_stubs.c
- + /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -I -ccopt /home/opam/.opam/4.11/lib/ctypes -c lib/LZ4_stubs.c
- lib/LZ4_stubs.c: In function 'caml__2_LZ4_compress_limitedOutput':
- lib/LZ4_stubs.c:16:4: warning: 'LZ4_compress_limitedOutput' is deprecated: use LZ4_compress_default() instead [-Wdeprecated-declarations]
-    16 |    int x18 = LZ4_compress_limitedOutput(x10, x11, x12, x15);
-       |    ^~~
- In file included from lib/LZ4_stubs.c:1:
- /usr/include/lz4.h:766:75: note: declared here
-   766 | LZ4_DEPRECATED("use LZ4_compress_default() instead")       LZ4LIB_API int LZ4_compress_limitedOutput (const char* src, char* dest, int srcSize, int maxOutputSize);
-       |                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
- lib/LZ4_stubs.c: In function 'caml__3_LZ4_compress_limitedOutput':
- lib/LZ4_stubs.c:26:4: warning: 'LZ4_compress_limitedOutput' is deprecated: use LZ4_compress_default() instead [-Wdeprecated-declarations]
-    26 |    int x31 = LZ4_compress_limitedOutput(x23, x24, x25, x28);
-       |    ^~~
- /usr/include/lz4.h:766:75: note: declared here
-   766 | LZ4_DEPRECATED("use LZ4_compress_default() instead")       LZ4LIB_API int LZ4_compress_limitedOutput (const char* src, char* dest, int srcSize, int maxOutputSize);
-       |                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
- mv LZ4_stubs.o lib/LZ4_stubs.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlmklib -o lib/lz4_stubs -g -llz4 lib/LZ4_stubs.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package bytes -package ctypes.stubs -modules lib/LZ4.mli > lib/LZ4.mli.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -I -ccopt /home/opam/.opam/4.11/lib/ctypes -package bytes -package ctypes.stubs -w @5@8@10@11@12@14@23@24@26@29@40 -I lib -o lib/LZ4.cmi lib/LZ4.mli
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package bytes -package ctypes.stubs -modules lib/LZ4.ml > lib/LZ4.ml.depends
- cp -p lib_gen/LZ4_bindings.ml lib/LZ4_bindings.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package bytes -package ctypes.stubs -modules lib/LZ4_bindings.ml > lib/LZ4_bindings.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package bytes -package ctypes.stubs -modules lib/LZ4_generated.ml > lib/LZ4_generated.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -I -ccopt /home/opam/.opam/4.11/lib/ctypes -package bytes -package ctypes.stubs -w @5@8@10@11@12@14@23@24@26@29@40 -I lib -o lib/LZ4_bindings.cmo lib/LZ4_bindings.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -I -ccopt /home/opam/.opam/4.11/lib/ctypes -package bytes -package ctypes.stubs -w @5@8@10@11@12@14@23@24@26@29@40 -I lib -o lib/LZ4_generated.cmo lib/LZ4_generated.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -I -ccopt /home/opam/.opam/4.11/lib/ctypes -package bytes -package ctypes.stubs -w @5@8@10@11@12@14@23@24@26@29@40 -I lib -o lib/LZ4.cmo lib/LZ4.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -a -dllib -llz4_stubs -cclib -llz4_stubs -cclib -llz4 -I lib lib/LZ4_bindings.cmo lib/LZ4_generated.cmo lib/LZ4.cmo -o lib/lz4.cma
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt -I -ccopt /home/opam/.opam/4.11/lib/ctypes -package bytes -package ctypes.stubs -w @5@8@10@11@12@14@23@24@26@29@40 -I lib -o lib/LZ4_bindings.cmx lib/LZ4_bindings.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt -I -ccopt /home/opam/.opam/4.11/lib/ctypes -package bytes -package ctypes.stubs -w @5@8@10@11@12@14@23@24@26@29@40 -I lib -o lib/LZ4_generated.cmx lib/LZ4_generated.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt -I -ccopt /home/opam/.opam/4.11/lib/ctypes -package bytes -package ctypes.stubs -w @5@8@10@11@12@14@23@24@26@29@40 -I lib -o lib/LZ4.cmx lib/LZ4.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -a -cclib -llz4_stubs -cclib -llz4 -I lib lib/LZ4_bindings.cmx lib/LZ4_generated.cmx lib/LZ4.cmx -o lib/lz4.cmxa
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -shared -I lib -I lib lib/lz4.cmxa lib/LZ4_bindings.cmx lib/LZ4_generated.cmx lib/LZ4.cmx -o lib/lz4.cmxs
- + /home/opam/.opam/4.11/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.11/lib/ocamlbuild /home/opam/.opam/4.11/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.11/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 518, characters 43-62:
- 518 |                        List.map (fun m -> (String.uncapitalize m) ^ ".cmi")
-                                                  ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- 531 |                        List.map (fun m -> dir^"/"^(String.uncapitalize m)^".cmi")
-                                                          ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
-> compiled  lz4.1.1.1
Processing 48/54: [extunix: ocaml setup.ml]
Processing 49/54: [extunix: ocaml setup.ml] [lz4: ocaml setup.ml]
- File "./setup.ml", line 318, characters 20-36:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- 318 |     String.compare (String.lowercase s1) (String.lowercase s2)
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- 327 |              (String.lowercase s1) = (String.lowercase s2)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- 330 |            Hashtbl.hash (String.lowercase s)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- 368 |           String.lowercase buf
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- 474 |              String.lowercase
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1381, characters 23-41:
- 1381 |          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 1825, characters 16-33:
- 1825 |     concat dir (String.capitalize base)
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- 1831 |     concat dir (String.uncapitalize base)
-                        ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 3229, 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 5847, characters 11-28:
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- Installed /home/opam/.opam/4.11/lib/lz4/LZ4.mli
- Installed /home/opam/.opam/4.11/lib/lz4/liblz4_stubs.a
- Installed /home/opam/.opam/4.11/lib/lz4/lz4.cma
- Installed /home/opam/.opam/4.11/lib/lz4/lz4.cmxa
- Installed /home/opam/.opam/4.11/lib/lz4/lz4.a
- Installed /home/opam/.opam/4.11/lib/lz4/lz4.cmxs
- Installed /home/opam/.opam/4.11/lib/lz4/LZ4.cmi
- Installed /home/opam/.opam/4.11/lib/lz4/LZ4.cmti
- Installed /home/opam/.opam/4.11/lib/lz4/LZ4.cmt
- Installed /home/opam/.opam/4.11/lib/lz4/LZ4.annot
- Installed /home/opam/.opam/4.11/lib/lz4/LZ4_generated.cmx
- Installed /home/opam/.opam/4.11/lib/lz4/LZ4_bindings.cmx
- Installed /home/opam/.opam/4.11/lib/lz4/LZ4.cmx
- Installed /home/opam/.opam/4.11/lib/stublibs/dlllz4_stubs.so
- Installed /home/opam/.opam/4.11/lib/stublibs/dlllz4_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.11/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.11/lib/lz4/META
-> installed lz4.1.1.1
Processing 49/54: [extunix: ocaml setup.ml]
+ /home/opam/.opam/4.11/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/4.11/.opam-switch/build/extunix.0.2.0)
- 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 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
- W: Cannot find source file matching module 'ExtUnixAll' in library extunix.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- W: Cannot find source file matching module 'ExtUnixSpecific' in library extunix.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- W: Cannot find source file matching module 'ExtUnixAll' in library extunix.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- W: Cannot find source file matching module 'ExtUnixSpecific' in library extunix.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- /home/opam/.opam/4.11/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.11/lib/ocamlbuild /home/opam/.opam/4.11/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.11/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 179, characters 27-36:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 186, characters 29-38:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 193, characters 42-51:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 199, characters 19-28:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/eventfd.c
- mv eventfd.o src/eventfd.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/dirfd.c
- mv dirfd.o src/dirfd.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/fsync.c
- mv fsync.o src/fsync.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/statvfs.c
- mv statvfs.o src/statvfs.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/atfile.c
- mv atfile.o src/atfile.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/ioctl_siocgifconf.c
- mv ioctl_siocgifconf.o src/ioctl_siocgifconf.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/uname.c
- mv uname.o src/uname.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/fadvise.c
- mv fadvise.o src/fadvise.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/fallocate.c
- mv fallocate.o src/fallocate.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/tty_ioctl.c
- mv tty_ioctl.o src/tty_ioctl.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/unistd.c
- mv unistd.o src/unistd.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/stdlib.c
- mv stdlib.o src/stdlib.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/signalfd.c
- mv signalfd.o src/signalfd.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/ptrace.c
- mv ptrace.o src/ptrace.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/resource.c
- mv resource.o src/resource.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/mman.c
- mv mman.o src/mman.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/time.c
- mv time.o src/time.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/pts.c
- mv pts.o src/pts.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/execinfo.c
- mv execinfo.o src/execinfo.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/malloc.c
- mv malloc.o src/malloc.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/endian.c
- + /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/endian.c
- In file included from /home/opam/.opam/4.11/lib/ocaml/caml/memory.h:31,
-                  from src/config.h:17,
-                  from src/endian.c:2:
- src/endian.c: In function 'caml_extunix_get_bu16':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:56:1: note: in expansion of macro 'GET'
-    56 | GET(bu16, uint16_t, be16toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_bs16':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:57:1: note: in expansion of macro 'GET'
-    57 | GET(bs16,  int16_t, be16toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_bu31':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:58:1: note: in expansion of macro 'GET'
-    58 | GET(bu31, uint32_t, be32toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_bs31':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:59:1: note: in expansion of macro 'GET'
-    59 | GET(bs31,  int32_t, be32toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_bs32':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:60:1: note: in expansion of macro 'GET'
-    60 | GET(bs32,  int32_t, be32toh, caml_copy_int32)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_bu63':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:61:1: note: in expansion of macro 'GET'
-    61 | GET(bu63, uint64_t, be64toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_bs63':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:62:1: note: in expansion of macro 'GET'
-    62 | GET(bs63,  int64_t, be64toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_bs64':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:63:1: note: in expansion of macro 'GET'
-    63 | GET(bs64,  int64_t, be64toh, caml_copy_int64)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_b16':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:65:1: note: in expansion of macro 'SET'
-    65 | SET(b16, uint16_t, htobe16, Long_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_b31':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:66:1: note: in expansion of macro 'SET'
-    66 | SET(b31, uint32_t, htobe32, Long_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_b32':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:67:1: note: in expansion of macro 'SET'
-    67 | SET(b32, uint32_t, htobe32, Int32_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_b63':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:68:1: note: in expansion of macro 'SET'
-    68 | SET(b63, uint64_t, htobe64, Long_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_b64':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:69:1: note: in expansion of macro 'SET'
-    69 | SET(b64, uint64_t, htobe64, Int64_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_lu16':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:85:1: note: in expansion of macro 'GET'
-    85 | GET(lu16, uint16_t, le16toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_ls16':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:86:1: note: in expansion of macro 'GET'
-    86 | GET(ls16,  int16_t, le16toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_lu31':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:87:1: note: in expansion of macro 'GET'
-    87 | GET(lu31, uint32_t, le32toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_ls31':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:88:1: note: in expansion of macro 'GET'
-    88 | GET(ls31,  int32_t, le32toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_ls32':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:89:1: note: in expansion of macro 'GET'
-    89 | GET(ls32,  int32_t, le32toh, caml_copy_int32)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_lu63':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:90:1: note: in expansion of macro 'GET'
-    90 | GET(lu63, uint64_t, le64toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_ls63':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:91:1: note: in expansion of macro 'GET'
-    91 | GET(ls63,  int64_t, le64toh, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_ls64':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:92:1: note: in expansion of macro 'GET'
-    92 | GET(ls64,  int64_t, le64toh, caml_copy_int64)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_l16':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:94:1: note: in expansion of macro 'SET'
-    94 | SET(l16, uint16_t, htole16, Long_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_l31':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:95:1: note: in expansion of macro 'SET'
-    95 | SET(l31, uint32_t, htole32, Long_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_l32':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:96:1: note: in expansion of macro 'SET'
-    96 | SET(l32, uint32_t, htole32, Int32_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_l63':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:97:1: note: in expansion of macro 'SET'
-    97 | SET(l63, uint64_t, htole64, Long_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_l64':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:98:1: note: in expansion of macro 'SET'
-    98 | SET(l64, uint64_t, htole64, Int64_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_u8':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:104:1: note: in expansion of macro 'GET'
-   104 | GET(u8,    uint8_t, id, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_s8':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:105:1: note: in expansion of macro 'GET'
-   105 | GET(s8,     int8_t, id, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_hu16':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:106:1: note: in expansion of macro 'GET'
-   106 | GET(hu16, uint16_t, id, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_hs16':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:107:1: note: in expansion of macro 'GET'
-   107 | GET(hs16,  int16_t, id, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_hu31':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:108:1: note: in expansion of macro 'GET'
-   108 | GET(hu31, uint32_t, id, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_hs31':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:109:1: note: in expansion of macro 'GET'
-   109 | GET(hs31,  int32_t, id, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_hs32':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:110:1: note: in expansion of macro 'GET'
-   110 | GET(hs32,  int32_t, id, caml_copy_int32)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_hu63':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:111:1: note: in expansion of macro 'GET'
-   111 | GET(hu63, uint64_t, id, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_hs63':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:112:1: note: in expansion of macro 'GET'
-   112 | GET(hs63,  int64_t, id, Val_long)
-       | ^~~
- src/endian.c: In function 'caml_extunix_get_hs64':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:21:15: note: in expansion of macro 'String_val'
-    21 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:113:1: note: in expansion of macro 'GET'
-   113 | GET(hs64,  int64_t, id, caml_copy_int64)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_8':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:115:1: note: in expansion of macro 'SET'
-   115 | SET(8,    uint8_t, id, Long_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_h16':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:116:1: note: in expansion of macro 'SET'
-   116 | SET(h16, uint16_t, id, Long_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_h31':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:117:1: note: in expansion of macro 'SET'
-   117 | SET(h31, uint32_t, id, Long_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_h32':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:118:1: note: in expansion of macro 'SET'
-   118 | SET(h32, uint32_t, id, Int32_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_h63':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:119:1: note: in expansion of macro 'SET'
-   119 | SET(h63, uint64_t, id, Long_val)
-       | ^~~
- src/endian.c: In function 'caml_extunix_set_h64':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/endian.c:32:15: note: in expansion of macro 'String_val'
-    32 |   char *str = String_val(v_str);                                        \
-       |               ^~~~~~~~~~
- src/endian.c:120:1: note: in expansion of macro 'SET'
-   120 | SET(h64, uint64_t, id, Int64_val)
-       | ^~~
- mv endian.o src/endian.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/read_cred.c
- mv read_cred.o src/read_cred.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/fexecve.c
- + /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/fexecve.c
- src/fexecve.c: In function 'array_of_value':
- src/fexecve.c:19:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    19 |     arr[i] = String_val(Field(v, i));
-       |            ^
- mv fexecve.o src/fexecve.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/sendmsg.c
- + /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/sendmsg.c
- In file included from /home/opam/.opam/4.11/lib/ocaml/caml/memory.h:31,
-                  from src/config.h:17,
-                  from src/sendmsg.c:12:
- src/sendmsg.c: In function 'caml_extunix_recvmsg':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- src/sendmsg.c:144:10: note: in expansion of macro 'String_val'
-   144 |   memcpy(String_val(data), buf, len);
-       |          ^~~~~~~~~~
- In file included from src/config.h:24:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- mv sendmsg.o src/sendmsg.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/mktemp.c
- + /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/mktemp.c
- In file included from /home/opam/.opam/4.11/lib/ocaml/caml/memory.h:31,
-                  from src/config.h:17,
-                  from src/mktemp.c:5:
- src/mktemp.c: In function 'caml_extunix_internal_mkstemps':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/mktemp.c:34:20: note: in expansion of macro 'String_val'
-    34 |   char *template = String_val(v_template);
-       |                    ^~~~~~~~~~
- src/mktemp.c: In function 'caml_extunix_internal_mkostemps':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/mktemp.c:60:20: note: in expansion of macro 'String_val'
-    60 |   char *template = String_val(v_template);
-       |                    ^~~~~~~~~~
- mv mktemp.o src/mktemp.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/memalign.c
- mv memalign.o src/memalign.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/endianba.c
- mv endianba.o src/endianba.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/pread_pwrite_ba.c
- mv pread_pwrite_ba.o src/pread_pwrite_ba.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/bigarray.c
- + /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/bigarray.c
- src/bigarray.c: In function 'caml_extunixba_get_substr':
- src/bigarray.c:14:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    14 |     str = String_val(v_str);
-       |         ^
- In file included from /home/opam/.opam/4.11/lib/ocaml/caml/memory.h:31,
-                  from src/config.h:17,
-                  from src/bigarray.c:1:
- src/bigarray.c: In function 'caml_extunixba_set_substr':
- /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/bigarray.c:25:17: note: in expansion of macro 'String_val'
-    25 |     char *str = String_val(v_str);
-       |                 ^~~~~~~~~~
- mv bigarray.o src/bigarray.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/splice.c
- mv splice.o src/splice.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/sysconf.c
- mv sysconf.o src/sysconf.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/common.c
- mv common.o src/common.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/sockopt.c
- mv sockopt.o src/sockopt.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/poll.c
- mv poll.o src/poll.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/sysinfo.c
- mv sysinfo.o src/sysinfo.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/mount.c
- mv mount.o src/mount.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/unshare.c
- mv unshare.o src/unshare.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -c src/syslog.c
- mv syslog.o src/syslog.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamlmklib -o src/extunix_stubs -g src/eventfd.o src/dirfd.o src/fsync.o src/statvfs.o src/atfile.o src/ioctl_siocgifconf.o src/uname.o src/fadvise.o src/fallocate.o src/tty_ioctl.o src/unistd.o src/stdlib.o src/signalfd.o src/ptrace.o src/resource.o src/mman.o src/time.o src/pts.o src/execinfo.o src/malloc.o src/endian.o src/read_cred.o src/fexecve.o src/sendmsg.o src/mktemp.o src/memalign.o src/endianba.o src/pread_pwrite_ba.o src/bigarray.o src/splice.o src/sysconf.o src/common.o src/sockopt.o src/poll.o src/sysinfo.o src/mount.o src/unshare.o src/syslog.o
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package bigarray -package bytes -package unix -modules src/extUnix.ml > src/extUnix.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package bigarray -package bytes -package ocaml-migrate-parsetree -package unix -modules src/ppx_have.ml > src/ppx_have.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package bigarray -package bytes -package unix -modules src/extUnixConfig.ml > src/extUnixConfig.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -w +A-e-3-44-48-50 -g -annot -bin-annot -safe-string -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -package bigarray -package bytes -package unix -I src -o src/extUnixConfig.cmo src/extUnixConfig.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -w +A-e-3-44-48-50 -g -annot -bin-annot -safe-string -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -package bigarray -package bytes -package ocaml-migrate-parsetree -package unix -I src -o src/ppx_have.cmo src/ppx_have.ml
- + /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -w +A-e-3-44-48-50 -g -annot -bin-annot -safe-string -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -package bigarray -package bytes -package ocaml-migrate-parsetree -package unix -I src -o src/ppx_have.cmo src/ppx_have.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml/compiler-libs, /home/opam/.opam/4.11/lib/ocaml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -linkpkg -package ocaml-migrate-parsetree -I src src/extUnixConfig.cmo src/ppx_have.cmo -o src/ppx_have.byte
- + /home/opam/.opam/4.11/bin/ocamlfind ocamlc -g -linkpkg -package ocaml-migrate-parsetree -I src src/extUnixConfig.cmo src/ppx_have.cmo -o src/ppx_have.byte
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.11/lib/ocaml, /home/opam/.opam/4.11/lib/ocaml/compiler-libs
- src/ppx_have.byte --impl src/extUnix.mlpp -o src/extUnixAll.ml --gen-all
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package bigarray -package bytes -package unix -modules src/extUnixAll.ml > src/extUnixAll.ml.depends
- src/ppx_have.byte --impl src/extUnix.mlpp -o src/extUnixSpecific.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamldep -package bigarray -package bytes -package unix -modules src/extUnixSpecific.ml > src/extUnixSpecific.ml.depends
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -w +A-e-3-44-48-50 -g -annot -bin-annot -safe-string -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -package bigarray -package bytes -package unix -I src -o src/extUnixAll.cmo src/extUnixAll.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -w +A-e-3-44-48-50 -g -annot -bin-annot -safe-string -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -package bigarray -package bytes -package unix -I src -o src/extUnixSpecific.cmo src/extUnixSpecific.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -c -w +A-e-3-44-48-50 -g -annot -bin-annot -safe-string -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -package bigarray -package bytes -package unix -I src -o src/extUnix.cmo src/extUnix.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlc -a -dllib -lextunix_stubs -cclib -lextunix_stubs -I src src/extUnixAll.cmo src/extUnixConfig.cmo src/extUnixSpecific.cmo src/extUnix.cmo -o src/extunix.cma
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -c -w +A-e-3-44-48-50 -g -annot -bin-annot -safe-string -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -package bigarray -package bytes -package unix -I src -o src/extUnixAll.cmx src/extUnixAll.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -c -w +A-e-3-44-48-50 -g -annot -bin-annot -safe-string -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -package bigarray -package bytes -package unix -I src -o src/extUnixConfig.cmx src/extUnixConfig.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -c -w +A-e-3-44-48-50 -g -annot -bin-annot -safe-string -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -package bigarray -package bytes -package unix -I src -o src/extUnixSpecific.cmx src/extUnixSpecific.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -c -w +A-e-3-44-48-50 -g -annot -bin-annot -safe-string -ccopt -pedantic -ccopt -Wno-long-long -ccopt -Wextra -package bigarray -package bytes -package unix -I src -o src/extUnix.cmx src/extUnix.ml
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -a -cclib -lextunix_stubs -I src src/extUnixAll.cmx src/extUnixConfig.cmx src/extUnixSpecific.cmx src/extUnix.cmx -o src/extunix.cmxa
- /home/opam/.opam/4.11/bin/ocamlfind ocamlopt -shared -I src/ -I src src/extunix.cmxa src/extUnixAll.cmx src/extUnixConfig.cmx src/extUnixSpecific.cmx src/extUnix.cmx -o src/extunix.cmxs
-> compiled  extunix.0.2.0
Processing 50/54: [extunix: ocaml setup.ml]
+ /home/opam/.opam/4.11/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.11/.opam-switch/build/extunix.0.2.0)
- 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 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
- W: Cannot find source header for module library in ExtUnixAll extunix
- W: Cannot find source header for module library in ExtUnixSpecific extunix
- Installed /home/opam/.opam/4.11/lib/extunix/extUnix.ml
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixConfig.ml
- Installed /home/opam/.opam/4.11/lib/extunix/libextunix_stubs.a
- Installed /home/opam/.opam/4.11/lib/extunix/extunix.cma
- Installed /home/opam/.opam/4.11/lib/extunix/extunix.cmxa
- Installed /home/opam/.opam/4.11/lib/extunix/extunix.a
- Installed /home/opam/.opam/4.11/lib/extunix/extunix.cmxs
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixConfig.cmi
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixConfig.cmt
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixConfig.annot
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixSpecific.cmi
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixSpecific.cmt
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixSpecific.annot
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixAll.cmi
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixAll.cmt
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixAll.annot
- Installed /home/opam/.opam/4.11/lib/extunix/extUnix.cmi
- Installed /home/opam/.opam/4.11/lib/extunix/extUnix.cmt
- Installed /home/opam/.opam/4.11/lib/extunix/extUnix.annot
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixConfig.cmx
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixSpecific.cmx
- Installed /home/opam/.opam/4.11/lib/extunix/extUnixAll.cmx
- Installed /home/opam/.opam/4.11/lib/extunix/extUnix.cmx
- Installed /home/opam/.opam/4.11/lib/stublibs/dllextunix_stubs.so
- Installed /home/opam/.opam/4.11/lib/stublibs/dllextunix_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.11/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.11/lib/extunix/META
-> installed extunix.0.2.0
Processing 51/54: [dokeysto: dune build]
+ /home/opam/.opam/4.11/bin/dune "build" "-p" "dokeysto" "-j" "255" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dokeysto.4.0.1)
-> compiled  dokeysto.4.0.1
-> installed dokeysto.4.0.1
Processing 53/54: [dokeysto_lz4: jbuilder build]
+ /home/opam/.opam/4.11/bin/jbuilder "build" "-p" "dokeysto_lz4" "-j" "255" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dokeysto_lz4.3.0.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  dokeysto_lz4.3.0.0
-> installed dokeysto_lz4.3.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:50.30 ---> saved as "528386cbc0c6dd47c059f0adbabe8b2752915c2373f266e030b2875ef0c8d73d"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u dokeysto_lz4:8026305a40c9be25d638eb386cada1a6"))
2024-01-29 18:50.31 ---> saved as "d39a8c6bbe18f485823a516da21566d4a2a0a166e48c6a56f87027bad7125cdd"

/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.032288') && (for DATA in prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0,dokeysto_lz4.3.0.0-8026305a40c9be25d638eb386cada1a6,dokeysto_lz4.3.0.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/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0,dokeysto_lz4.3.0.0-8026305a40c9be25d638eb386cada1a6,dokeysto_lz4.3.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0,dokeysto_lz4.3.0.0-8026305a40c9be25d638eb386cada1a6,dokeysto_lz4.3.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.032288
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/doc/
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/doc/dokeysto_lz4/
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/doc/dokeysto_lz4/LICENSE
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/doc/dokeysto_lz4/README.md
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/lib/
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/lib/dokeysto_lz4/
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/lib/dokeysto_lz4/dokeysto_lz4.ocamlobjinfo
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/lib/dokeysto_lz4/META
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/lib/dokeysto_lz4/dokeysto_lz4.cmi
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/lib/dokeysto_lz4/dokeysto_lz4.cmt
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/lib/dokeysto_lz4/dokeysto_lz4__Db_lz4.cmi
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/lib/dokeysto_lz4/dokeysto_lz4__Db_lz4.cmt
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/lib/dokeysto_lz4/dokeysto_lz4__Db_lz4.cmti
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/lib/dokeysto_lz4/dune-package
prep/universes/8026305a40c9be25d638eb386cada1a6/dokeysto_lz4/3.0.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:dokeysto_lz4.3.0.0-8026305a40c9be25d638eb386cada1a6:b7b008691a17961c404e6a5b393bb8c8ca5085e174b85dae3395776728d35a28
2024-01-29 18:50.32 ---> saved as "5beedf6e81ad14765a4134f372e616a157e56f954086454e107821468c3dc461"
Job succeeded
2024-01-29 18:55.58: dokeysto_lz4.3.0.0-8026305a40c9be25d638eb386cada1a6 -> b7b008691a17961c404e6a5b393bb8c8ca5085e174b85dae3395776728d35a28
2024-01-29 18:55.58: Job succeeded