Build:
  1. 0
2024-01-29 15:19.05: New job: Voodoo prep containers.0.5; 7c005d10ed3f42c0ca51ccf10ca6b17b
2024-01-29 15:19.05: Waiting for resource in pool OCluster
2024-01-29 19:16.56: Waiting for worker…
2024-01-29 19:17.43: Got resource from pool OCluster
2024-01-29 19:17.43: Using cache hint "docs-universe-prep-4.05.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy containers.0.5 ocamlfind.1.9.6 ocamlbuild.0.14.3 dune.3.13.0 cppo.1.6.9 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u containers:7c005d10ed3f42c0ca51ccf10ca6b17b"))
 (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.390717') && (for DATA in prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5,containers.0.5-7c005d10ed3f42c0ca51ccf10ca6b17b,containers.0.5; 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/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5,containers.0.5-7c005d10ed3f42c0ca51ccf10ca6b17b,containers.0.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5,containers.0.5-7c005d10ed3f42c0ca51ccf10ca6b17b,containers.0.5; 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 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.05.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 19:17.43: RETRYING: 2024-01-29/151905-voodoo-prep-e5a6a0 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

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

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (798 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 (4039 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 19:16.07 ---> using "49b3b286b358d7259d401e37eb99aa4c941901605954f155ad62f727d8f7c7f8" from cache

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

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

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

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

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

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

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

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

/: (workdir /home/opam)

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

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 19:16.08 ---> using "b9724e0af6ea809c96a36bd8dd7f947263cf066eaaaf3b27e70e454fae8959c7" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:16.08 ---> using "eb64b1e8cb94d110551be710d449517fe7f90b552e85d431e71c95cfcb97bd21" 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 19:16.08 ---> using "11ebc521caf43db6250f6abc26f3a7b0133196b9729bab57bb90652aab429137" from cache

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

2024-01-29 19:16.08 ---> using "0718517bb54eadd62aa0f015ef3008667024892d9bbb1bb62f1357f040ce779a" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:16.08 ---> using "d81a477f6ce38d29ce5f05e3db014107d5b3dc89ecccc2c9d602da3c5e9c7317" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:16.08 ---> using "2bb3be710f2ecfd761a141117b9c630594bc0c408c80db7cd65fa0f46c3ee220" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy containers.0.5 ocamlfind.1.9.6 ocamlbuild.0.14.3 dune.3.13.0 cppo.1.6.9 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 (1105 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 containers.0.5 ocamlfind.1.9.6 ocamlbuild.0.14.3 dune.3.13.0 cppo.1.6.9 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
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo       1.6.9
  - install ocamlbuild 0.14.3
  - install base-bytes base
  - install containers 0.5
===== 4 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/12: [containers.0.5: http]
Processing  3/12: [containers.0.5: http]
Processing  4/12: [containers.0.5: http]
Processing  5/12: [containers.0.5: http]
-> installed base-bytes.base
Processing  6/12: [containers.0.5: http]
Processing  6/12:
-> retrieved cppo.1.6.9  (cached)
Processing  7/12: [cppo: dune build]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing  8/12: [cppo: dune build] [ocamlbuild: make configure.make]
-> retrieved containers.0.5  (https://github.com/c-cube/ocaml-containers/archive/0.5.tar.gz)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.05"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.05/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.05/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.05/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.05"; \
- echo "BINDIR=/home/opam/.opam/4.05/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.05/lib"; \
- echo "MANDIR=/home/opam/.opam/4.05/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.05/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.05/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.05/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.05/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing  8/12: [cppo: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  cppo.1.6.9
Processing  8/12: [ocamlbuild: make check-if-preinstalled]
-> installed cppo.1.6.9
Processing  9/12: [ocamlbuild: make check-if-preinstalled]
+ /usr/bin/make "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3)
- if test -d /home/opam/.opam/4.05/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.05/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
-> installed ocamlbuild.0.14.3
Processing 11/12: [containers: ./configure]
+ /home/opam/.opam/4.05/.opam-switch/build/containers.0.5/./configure "--prefix" "/home/opam/.opam/4.05" "--disable-thread" "--disable-bench" "--disable-tests" "--disable-cgi" "--disable-lwt" "--enable-docs" "--enable-misc" (CWD=/home/opam/.opam/4.05/.opam-switch/build/containers.0.5)
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ....................................................................................................... /home/opam/.opam/4.05/bin/ocamlfind
- ocamlc: .......................................................................................................... /home/opam/.opam/4.05/bin/ocamlc.opt
- ocamlopt: ........................................................................................................ /home/opam/.opam/4.05/bin/ocamlopt.opt
- ocamlbuild: ...................................................................................................... /home/opam/.opam/4.05/bin/ocamlbuild
- Package name: .................................................................................................... containers
- Package version: ................................................................................................. 0.5
- os_type: ......................................................................................................... Unix
- system: .......................................................................................................... linux
- architecture: .................................................................................................... amd64
- ccomp_type: ...................................................................................................... cc
- ocaml_version: ................................................................................................... 4.05.0
- standard_library_default: ........................................................................................ /home/opam/.opam/4.05/lib/ocaml
- standard_library: ................................................................................................ /home/opam/.opam/4.05/lib/ocaml
- standard_runtime: ................................................................................................ /home/opam/.opam/4.05/bin/ocamlrun
- bytecomp_c_compiler: ............................................................................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ............................................................................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ........................................................................................................... default
- ext_obj: ......................................................................................................... .o
- ext_asm: ......................................................................................................... .s
- ext_lib: ......................................................................................................... .a
- ext_dll: ......................................................................................................... .so
- default_executable_name: ......................................................................................... a.out
- systhread_supported: ............................................................................................. true
- Install architecture-independent files dir: ...................................................................... /home/opam/.opam/4.05
- Install architecture-dependent files in dir: ..................................................................... $prefix
- User executables: ................................................................................................ $exec_prefix/bin
- System admin executables: ........................................................................................ $exec_prefix/sbin
- Program executables: ............................................................................................. $exec_prefix/libexec
- Read-only single-machine data: ................................................................................... $prefix/etc
- Modifiable architecture-independent data: ........................................................................ $prefix/com
- Modifiable single-machine data: .................................................................................. $prefix/var
- Object code libraries: ........................................................................................... $exec_prefix/lib
- Read-only arch-independent data root: ............................................................................ $prefix/share
- Read-only architecture-independent data: ......................................................................... $datarootdir
- Info documentation: .............................................................................................. $datarootdir/info
- Locale-dependent data: ........................................................................................... $datarootdir/locale
- Man documentation: ............................................................................................... $datarootdir/man
- Documentation root: .............................................................................................. $datarootdir/doc/$pkg_name
- HTML documentation: .............................................................................................. $docdir
- DVI documentation: ............................................................................................... $docdir
- PDF documentation: ............................................................................................... $docdir
- PS documentation: ................................................................................................ $docdir
- findlib_version: ................................................................................................. 1.9.6
- is_native: ....................................................................................................... true
- suffix_program: .................................................................................................. 
- Remove a file.: .................................................................................................. rm -f
- Remove a directory.: ............................................................................................. rm -rf
- Turn ocaml debug flag on: ........................................................................................ true
- Turn ocaml profile flag on: ...................................................................................... false
- Compiler support generation of .cmxs.: ........................................................................... true
- OCamlbuild additional flags: ..................................................................................... 
- Build the misc library, containing everything from the rotating kitchen sink to automatic banana distributors: ... true
- Build modules related to FastCGI, depending on CamlGI: ........................................................... false
- Build modules which depend on Lwt: ............................................................................... false
- Build modules that depend on threads: ............................................................................ false
- Build and run benchmarks: ........................................................................................ false
- Create documentations: ........................................................................................... true
- Compile tests executable and library and run them: ............................................................... false
- pkg_bytes: ....................................................................................................... /home/opam/.opam/4.05/lib/bytes
- pkg_unix: ........................................................................................................ /home/opam/.opam/4.05/lib/ocaml
- ocamldoc: ........................................................................................................ /home/opam/.opam/4.05/bin/ocamldoc
- 
Processing 11/12: [containers: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/4.05/.opam-switch/build/containers.0.5)
- ocaml setup.ml -build 
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/containers.0.5'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/containers.0.5'
- W: Cannot find source file matching module 'containers_misc' in library containers_misc
- W: Cannot find source file matching module 'containers_advanced' in library containers_advanced
- W: Cannot find source file matching module 'containers_string' in library containers_string
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCVector.mli > core/CCVector.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCVector.cmi core/CCVector.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCVector.ml > core/CCVector.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCDeque.mli > core/CCDeque.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCDeque.cmi core/CCDeque.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCDeque.ml > core/CCDeque.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCGen.mli > core/CCGen.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCGen.cmi core/CCGen.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCGen.ml > core/CCGen.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCSequence.mli > core/CCSequence.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCSequence.cmi core/CCSequence.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCSequence.ml > core/CCSequence.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCFQueue.mli > core/CCFQueue.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCFQueue.cmi core/CCFQueue.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCFQueue.ml > core/CCFQueue.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCMultiMap.mli > core/CCMultiMap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCMultiMap.cmi core/CCMultiMap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCMultiMap.ml > core/CCMultiMap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCMultiSet.mli > core/CCMultiSet.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCMultiSet.cmi core/CCMultiSet.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCMultiSet.ml > core/CCMultiSet.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCBV.mli > core/CCBV.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCBV.cmi core/CCBV.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCBV.ml > core/CCBV.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCPrint.mli > core/CCPrint.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCPrint.cmi core/CCPrint.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCPrint.ml > core/CCPrint.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCPersistentHashtbl.mli > core/CCPersistentHashtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCPersistentHashtbl.cmi core/CCPersistentHashtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCPersistentHashtbl.ml > core/CCPersistentHashtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCError.mli > core/CCError.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCError.cmi core/CCError.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCError.ml > core/CCError.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCHeap.mli > core/CCHeap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCHeap.cmi core/CCHeap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCHeap.ml > core/CCHeap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCList.mli > core/CCList.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCList.cmi core/CCList.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCList.ml > core/CCList.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCOpt.mli > core/CCOpt.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCOpt.cmi core/CCOpt.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCOpt.ml > core/CCOpt.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCPair.mli > core/CCPair.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCPair.cmi core/CCPair.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCPair.ml > core/CCPair.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCFun.mli > core/CCFun.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCFun.cmi core/CCFun.mli
- cppo -D 'OCAML_MAJOR 4' -D 'OCAML_MINOR 5' -o core/CCFun.ml core/CCFun.cppo.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCFun.ml > core/CCFun.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCHash.mli > core/CCHash.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCHash.cmi core/CCHash.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCHash.ml > core/CCHash.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCKList.mli > core/CCKList.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCKList.cmi core/CCKList.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCKList.ml > core/CCKList.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCInt.mli > core/CCInt.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCInt.cmi core/CCInt.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCInt.ml > core/CCInt.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCBool.mli > core/CCBool.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCBool.cmi core/CCBool.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCBool.ml > core/CCBool.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCArray.mli > core/CCArray.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCArray.cmi core/CCArray.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCArray.ml > core/CCArray.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCOrd.mli > core/CCOrd.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCOrd.cmi core/CCOrd.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCOrd.ml > core/CCOrd.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCIO.mli > core/CCIO.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCIO.cmi core/CCIO.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCIO.ml > core/CCIO.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCRandom.mli > core/CCRandom.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCRandom.cmi core/CCRandom.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCRandom.ml > core/CCRandom.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCKTree.mli > core/CCKTree.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCKTree.cmi core/CCKTree.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCKTree.ml > core/CCKTree.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCTrie.mli > core/CCTrie.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCTrie.cmi core/CCTrie.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCTrie.ml > core/CCTrie.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCString.mli > core/CCString.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCString.cmi core/CCString.mli
- cppo -D 'OCAML_MAJOR 4' -D 'OCAML_MINOR 5' -o core/CCString.ml core/CCString.cppo.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCString.ml > core/CCString.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCHashtbl.mli > core/CCHashtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCHashtbl.cmi core/CCHashtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCHashtbl.ml > core/CCHashtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCFlatHashtbl.mli > core/CCFlatHashtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCFlatHashtbl.cmi core/CCFlatHashtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCFlatHashtbl.ml > core/CCFlatHashtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCSexp.mli > core/CCSexp.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCSexp.cmi core/CCSexp.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCSexp.ml > core/CCSexp.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCMap.mli > core/CCMap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package bytes -I core -o core/CCMap.cmi core/CCMap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules core/CCMap.ml > core/CCMap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCVector.cmo core/CCVector.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCDeque.cmo core/CCDeque.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCDeque.cmo core/CCDeque.ml
- File "core/CCDeque.ml", line 32, characters 2-40:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCGen.cmo core/CCGen.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCGen.cmo core/CCGen.ml
- File "core/CCGen.ml", line 1030, characters 4-65:
- Warning 50: ambiguous documentation comment
- File "core/CCGen.ml", line 660, characters 2-434:
- Warning 45: this open statement shadows the constructor Stop (which is later used)
- File "core/CCGen.ml", line 936, characters 2-1306:
- Warning 45: this open statement shadows the constructor Stop (which is later used)
- File "core/CCGen.ml", line 1168, characters 2-497:
- Warning 45: this open statement shadows the constructor Stop (which is later used)
- File "core/CCGen.ml", line 1202, characters 2-490:
- Warning 45: this open statement shadows the constructor Stop (which is later used)
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCSequence.cmo core/CCSequence.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCSequence.cmo core/CCSequence.ml
- File "core/CCSequence.ml", line 43, characters 10-11:
- Warning 27: unused variable k.
- File "core/CCSequence.ml", line 155, characters 6-14:
- Warning 32: unused value is_empty.
- File "core/CCSequence.ml", line 202, characters 17-18:
- Warning 27: unused variable n.
- File "core/CCSequence.ml", line 217, characters 17-18:
- Warning 27: unused variable n.
- File "core/CCSequence.ml", line 414, characters 11-12:
- Warning 27: unused variable k.
- File "core/CCSequence.ml", line 528, characters 43-44:
- Warning 27: unused variable b.
- File "core/CCSequence.ml", line 530, characters 43-44:
- Warning 27: unused variable a.
- File "core/CCSequence.ml", line 621, characters 8-15:
- Warning 32: unused value of_list.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFQueue.cmo core/CCFQueue.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMultiMap.cmo core/CCMultiMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMultiSet.cmo core/CCMultiSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCBV.cmo core/CCBV.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPrint.cmo core/CCPrint.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPrint.cmo core/CCPrint.ml
- File "core/CCPrint.ml", line 156, characters 16-35:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPersistentHashtbl.cmo core/CCPersistentHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCError.cmo core/CCError.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCHeap.cmo core/CCHeap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCList.cmo core/CCList.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCOpt.cmo core/CCOpt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPair.cmo core/CCPair.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFun.cmo core/CCFun.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCHash.cmo core/CCHash.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCKList.cmo core/CCKList.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCInt.cmo core/CCInt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCBool.cmo core/CCBool.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCArray.cmo core/CCArray.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCOrd.cmo core/CCOrd.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCIO.cmo core/CCIO.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCRandom.cmo core/CCRandom.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCKTree.cmo core/CCKTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCTrie.cmo core/CCTrie.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCString.cmo core/CCString.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCHashtbl.cmo core/CCHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFlatHashtbl.cmo core/CCFlatHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCSexp.cmo core/CCSexp.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMap.cmo core/CCMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I core core/CCVector.cmo core/CCDeque.cmo core/CCGen.cmo core/CCSequence.cmo core/CCFQueue.cmo core/CCMultiMap.cmo core/CCMultiSet.cmo core/CCBV.cmo core/CCPrint.cmo core/CCPersistentHashtbl.cmo core/CCError.cmo core/CCHeap.cmo core/CCList.cmo core/CCOpt.cmo core/CCPair.cmo core/CCFun.cmo core/CCHash.cmo core/CCKList.cmo core/CCInt.cmo core/CCBool.cmo core/CCArray.cmo core/CCOrd.cmo core/CCIO.cmo core/CCRandom.cmo core/CCKTree.cmo core/CCTrie.cmo core/CCString.cmo core/CCHashtbl.cmo core/CCFlatHashtbl.cmo core/CCSexp.cmo core/CCMap.cmo -o core/containers.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -inline 25 -package bytes -I core -o core/CCVector.cmx core/CCVector.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCDeque.cmx core/CCDeque.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCDeque.cmx core/CCDeque.ml
- File "core/CCDeque.ml", line 32, characters 2-40:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCGen.cmx core/CCGen.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCGen.cmx core/CCGen.ml
- File "core/CCGen.ml", line 1030, characters 4-65:
- Warning 50: ambiguous documentation comment
- File "core/CCGen.ml", line 660, characters 2-434:
- Warning 45: this open statement shadows the constructor Stop (which is later used)
- File "core/CCGen.ml", line 936, characters 2-1306:
- Warning 45: this open statement shadows the constructor Stop (which is later used)
- File "core/CCGen.ml", line 1168, characters 2-497:
- Warning 45: this open statement shadows the constructor Stop (which is later used)
- File "core/CCGen.ml", line 1202, characters 2-490:
- Warning 45: this open statement shadows the constructor Stop (which is later used)
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCSequence.cmx core/CCSequence.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCSequence.cmx core/CCSequence.ml
- File "core/CCSequence.ml", line 43, characters 10-11:
- Warning 27: unused variable k.
- File "core/CCSequence.ml", line 155, characters 6-14:
- Warning 32: unused value is_empty.
- File "core/CCSequence.ml", line 202, characters 17-18:
- Warning 27: unused variable n.
- File "core/CCSequence.ml", line 217, characters 17-18:
- Warning 27: unused variable n.
- File "core/CCSequence.ml", line 414, characters 11-12:
- Warning 27: unused variable k.
- File "core/CCSequence.ml", line 528, characters 43-44:
- Warning 27: unused variable b.
- File "core/CCSequence.ml", line 530, characters 43-44:
- Warning 27: unused variable a.
- File "core/CCSequence.ml", line 621, characters 8-15:
- Warning 32: unused value of_list.
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFQueue.cmx core/CCFQueue.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMultiMap.cmx core/CCMultiMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMultiSet.cmx core/CCMultiSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCBV.cmx core/CCBV.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPrint.cmx core/CCPrint.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPrint.cmx core/CCPrint.ml
- File "core/CCPrint.ml", line 156, characters 16-35:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPersistentHashtbl.cmx core/CCPersistentHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCError.cmx core/CCError.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCHeap.cmx core/CCHeap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCList.cmx core/CCList.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCOpt.cmx core/CCOpt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCPair.cmx core/CCPair.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFun.cmx core/CCFun.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -inline 20 -w -4 -w -44 -package bytes -I core -o core/CCHash.cmx core/CCHash.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCKList.cmx core/CCKList.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCInt.cmx core/CCInt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCBool.cmx core/CCBool.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCArray.cmx core/CCArray.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCOrd.cmx core/CCOrd.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCIO.cmx core/CCIO.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCRandom.cmx core/CCRandom.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCKTree.cmx core/CCKTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCTrie.cmx core/CCTrie.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCString.cmx core/CCString.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCHashtbl.cmx core/CCHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCFlatHashtbl.cmx core/CCFlatHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCSexp.cmx core/CCSexp.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -package bytes -I core -o core/CCMap.cmx core/CCMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I core core/CCVector.cmx core/CCDeque.cmx core/CCGen.cmx core/CCSequence.cmx core/CCFQueue.cmx core/CCMultiMap.cmx core/CCMultiSet.cmx core/CCBV.cmx core/CCPrint.cmx core/CCPersistentHashtbl.cmx core/CCError.cmx core/CCHeap.cmx core/CCList.cmx core/CCOpt.cmx core/CCPair.cmx core/CCFun.cmx core/CCHash.cmx core/CCKList.cmx core/CCInt.cmx core/CCBool.cmx core/CCArray.cmx core/CCOrd.cmx core/CCIO.cmx core/CCRandom.cmx core/CCKTree.cmx core/CCTrie.cmx core/CCString.cmx core/CCHashtbl.cmx core/CCFlatHashtbl.cmx core/CCSexp.cmx core/CCMap.cmx -o core/containers.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I core core/containers.cmxa core/CCVector.cmx core/CCDeque.cmx core/CCGen.cmx core/CCSequence.cmx core/CCFQueue.cmx core/CCMultiMap.cmx core/CCMultiSet.cmx core/CCBV.cmx core/CCPrint.cmx core/CCPersistentHashtbl.cmx core/CCError.cmx core/CCHeap.cmx core/CCList.cmx core/CCOpt.cmx core/CCPair.cmx core/CCFun.cmx core/CCHash.cmx core/CCKList.cmx core/CCInt.cmx core/CCBool.cmx core/CCArray.cmx core/CCOrd.cmx core/CCIO.cmx core/CCRandom.cmx core/CCKTree.cmx core/CCTrie.cmx core/CCString.cmx core/CCHashtbl.cmx core/CCFlatHashtbl.cmx core/CCSexp.cmx core/CCMap.cmx -o core/containers.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -modules string/KMP.mli > string/KMP.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I string -o string/KMP.cmi string/KMP.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -modules string/KMP.ml > string/KMP.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -modules string/levenshtein.mli > string/levenshtein.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I string -o string/levenshtein.cmi string/levenshtein.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -modules string/levenshtein.ml > string/levenshtein.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -I string -o string/KMP.cmo string/KMP.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -w A -w -4 -w -44 -I string -o string/levenshtein.cmo string/levenshtein.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -pack -g -annot -bin-annot string/KMP.cmo string/levenshtein.cmo -o string/containers_string.cmo
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I string string/containers_string.cmo -o string/containers_string.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -for-pack Containers_string -I string -o string/KMP.cmx string/KMP.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -w A -w -4 -w -44 -for-pack Containers_string -I string -o string/levenshtein.cmx string/levenshtein.ml
- touch string/containers_string.mli  ; if  /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I string string/KMP.cmx string/levenshtein.cmx -o string/containers_string.cmx  ; then  rm -f string/containers_string.mli  ; else  rm -f string/containers_string.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I string string/containers_string.cmx -o string/containers_string.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I string string/containers_string.cmxa string/containers_string.cmx -o string/containers_string.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules advanced/CCLinq.mli > advanced/CCLinq.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCLinq.cmi advanced/CCLinq.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules advanced/CCLinq.ml > advanced/CCLinq.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules advanced/CCBatch.mli > advanced/CCBatch.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCBatch.cmi advanced/CCBatch.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules advanced/CCBatch.ml > advanced/CCBatch.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules advanced/CCCat.mli > advanced/CCCat.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCCat.cmi advanced/CCCat.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules advanced/CCCat.ml > advanced/CCCat.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCLinq.cmo advanced/CCLinq.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCBatch.cmo advanced/CCBatch.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I advanced -I core -o advanced/CCCat.cmo advanced/CCCat.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -pack -g -annot -bin-annot advanced/CCLinq.cmo advanced/CCBatch.cmo advanced/CCCat.cmo -o advanced/containers_advanced.cmo
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I advanced advanced/containers_advanced.cmo -o advanced/containers_advanced.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -for-pack Containers_advanced -I advanced -I core -o advanced/CCLinq.cmx advanced/CCLinq.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -for-pack Containers_advanced -I advanced -I core -o advanced/CCBatch.cmx advanced/CCBatch.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -for-pack Containers_advanced -I advanced -I core -o advanced/CCCat.cmx advanced/CCCat.ml
- touch advanced/containers_advanced.mli  ; if  /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I advanced advanced/CCLinq.cmx advanced/CCBatch.cmx advanced/CCCat.cmx -o advanced/containers_advanced.cmx  ; then  rm -f advanced/containers_advanced.mli  ; else  rm -f advanced/containers_advanced.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I advanced advanced/containers_advanced.cmx -o advanced/containers_advanced.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I advanced advanced/containers_advanced.cmxa advanced/containers_advanced.cmx -o advanced/containers_advanced.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules pervasives/CCPervasives.ml > pervasives/CCPervasives.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -I pervasives -I core -o pervasives/CCPervasives.cmo pervasives/CCPervasives.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I pervasives pervasives/CCPervasives.cmo -o pervasives/containers_pervasives.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -I pervasives -I core -o pervasives/CCPervasives.cmx pervasives/CCPervasives.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I pervasives pervasives/CCPervasives.cmx -o pervasives/containers_pervasives.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I pervasives pervasives/containers_pervasives.cmxa pervasives/CCPervasives.cmx -o pervasives/containers_pervasives.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/cache.mli > misc/cache.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/cache.cmi misc/cache.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/cache.ml > misc/cache.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/fHashtbl.mli > misc/fHashtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/fHashtbl.cmi misc/fHashtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/fHashtbl.ml > misc/fHashtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/flatHashtbl.mli > misc/flatHashtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/flatHashtbl.cmi misc/flatHashtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/flatHashtbl.ml > misc/flatHashtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/hashset.mli > misc/hashset.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/pHashtbl.mli > misc/pHashtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/pHashtbl.cmi misc/pHashtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/hashset.cmi misc/hashset.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/hashset.ml > misc/hashset.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/heap.mli > misc/heap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/heap.cmi misc/heap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/heap.ml > misc/heap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/lazyGraph.mli > misc/lazyGraph.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/lazyGraph.cmi misc/lazyGraph.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/lazyGraph.ml > misc/lazyGraph.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/persistentGraph.mli > misc/persistentGraph.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/persistentGraph.cmi misc/persistentGraph.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/persistentGraph.ml > misc/persistentGraph.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/pHashtbl.ml > misc/pHashtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/skipList.mli > misc/skipList.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/skipList.cmi misc/skipList.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/skipList.ml > misc/skipList.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/splayTree.mli > misc/splayTree.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/splayTree.cmi misc/splayTree.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/splayTree.ml > misc/splayTree.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/splayMap.mli > misc/splayMap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/splayMap.cmi misc/splayMap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/splayMap.ml > misc/splayMap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/univ.mli > misc/univ.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/univ.cmi misc/univ.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/univ.ml > misc/univ.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bij.mli > misc/bij.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bij.cmi misc/bij.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bij.ml > misc/bij.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/piCalculus.mli > misc/piCalculus.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/piCalculus.cmi misc/piCalculus.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/piCalculus.ml > misc/piCalculus.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/RAL.mli > misc/RAL.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/RAL.cmi misc/RAL.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/RAL.ml > misc/RAL.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/unionFind.mli > misc/unionFind.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/unionFind.cmi misc/unionFind.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/unionFind.ml > misc/unionFind.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/smallSet.mli > misc/smallSet.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/smallSet.cmi misc/smallSet.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/smallSet.ml > misc/smallSet.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/absSet.mli > misc/absSet.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/absSet.cmi misc/absSet.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/absSet.ml > misc/absSet.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/CSM.mli > misc/CSM.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/CSM.cmi misc/CSM.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/CSM.ml > misc/CSM.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/tTree.mli > misc/tTree.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/tTree.cmi misc/tTree.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/tTree.ml > misc/tTree.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/printBox.mli > misc/printBox.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/printBox.cmi misc/printBox.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/printBox.ml > misc/printBox.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/hGraph.mli > misc/hGraph.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/hGraph.cmi misc/hGraph.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/hGraph.ml > misc/hGraph.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/automaton.mli > misc/automaton.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/automaton.cmi misc/automaton.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/automaton.ml > misc/automaton.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/conv.mli > misc/conv.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/conv.cmi misc/conv.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/conv.ml > misc/conv.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bidir.mli > misc/bidir.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bidir.cmi misc/bidir.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bidir.ml > misc/bidir.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/iteratee.mli > misc/iteratee.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/iteratee.cmi misc/iteratee.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/iteratee.ml > misc/iteratee.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bTree.mli > misc/bTree.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bTree.cmi misc/bTree.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/bTree.ml > misc/bTree.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/ty.mli > misc/ty.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/ty.cmi misc/ty.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/ty.ml > misc/ty.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/cause.mli > misc/cause.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/cause.cmi misc/cause.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/cause.ml > misc/cause.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/AVL.mli > misc/AVL.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/AVL.cmi misc/AVL.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/AVL.ml > misc/AVL.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/parseReact.mli > misc/parseReact.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/parseReact.cmi misc/parseReact.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules misc/parseReact.ml > misc/parseReact.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/cache.cmo misc/cache.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/fHashtbl.cmo misc/fHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/flatHashtbl.cmo misc/flatHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/hashset.cmo misc/hashset.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/heap.cmo misc/heap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/lazyGraph.cmo misc/lazyGraph.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/persistentGraph.cmo misc/persistentGraph.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/pHashtbl.cmo misc/pHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/skipList.cmo misc/skipList.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/splayTree.cmo misc/splayTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/splayMap.cmo misc/splayMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/univ.cmo misc/univ.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bij.cmo misc/bij.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/piCalculus.cmo misc/piCalculus.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/RAL.cmo misc/RAL.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/unionFind.cmo misc/unionFind.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/smallSet.cmo misc/smallSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/absSet.cmo misc/absSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/CSM.cmo misc/CSM.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/tTree.cmo misc/tTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/printBox.cmo misc/printBox.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/hGraph.cmo misc/hGraph.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/automaton.cmo misc/automaton.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/conv.cmo misc/conv.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bidir.cmo misc/bidir.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/iteratee.cmo misc/iteratee.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/bTree.cmo misc/bTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/ty.cmo misc/ty.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/ty.cmo misc/ty.ml
- File "misc/ty.ml", line 91, characters 4-42:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- File "misc/ty.ml", line 124, characters 6-35:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/cause.cmo misc/cause.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/AVL.cmo misc/AVL.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -package bytes -package unix -I misc -I core -o misc/parseReact.cmo misc/parseReact.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -pack -g -annot -bin-annot misc/cache.cmo misc/fHashtbl.cmo misc/flatHashtbl.cmo misc/pHashtbl.cmo misc/hashset.cmo misc/heap.cmo misc/lazyGraph.cmo misc/persistentGraph.cmo misc/skipList.cmo misc/splayTree.cmo misc/splayMap.cmo misc/univ.cmo misc/bij.cmo misc/piCalculus.cmo misc/RAL.cmo misc/unionFind.cmo misc/smallSet.cmo misc/absSet.cmo misc/CSM.cmo misc/tTree.cmo misc/printBox.cmo misc/hGraph.cmo misc/automaton.cmo misc/conv.cmo misc/bidir.cmo misc/iteratee.cmo misc/bTree.cmo misc/ty.cmo misc/cause.cmo misc/AVL.cmo misc/parseReact.cmo -o misc/containers_misc.cmo
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I misc misc/containers_misc.cmo -o misc/containers_misc.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/pHashtbl.cmx misc/pHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/hashset.cmx misc/hashset.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/heap.cmx misc/heap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/cache.cmx misc/cache.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/fHashtbl.cmx misc/fHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/flatHashtbl.cmx misc/flatHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/lazyGraph.cmx misc/lazyGraph.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/persistentGraph.cmx misc/persistentGraph.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/skipList.cmx misc/skipList.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/splayTree.cmx misc/splayTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/splayMap.cmx misc/splayMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/univ.cmx misc/univ.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/bij.cmx misc/bij.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/piCalculus.cmx misc/piCalculus.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/RAL.cmx misc/RAL.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/unionFind.cmx misc/unionFind.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/smallSet.cmx misc/smallSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/absSet.cmx misc/absSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/CSM.cmx misc/CSM.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/tTree.cmx misc/tTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/printBox.cmx misc/printBox.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/hGraph.cmx misc/hGraph.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/automaton.cmx misc/automaton.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/conv.cmx misc/conv.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/bidir.cmx misc/bidir.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/iteratee.cmx misc/iteratee.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/bTree.cmx misc/bTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/ty.cmx misc/ty.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/ty.cmx misc/ty.ml
- File "misc/ty.ml", line 91, characters 4-42:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- File "misc/ty.ml", line 124, characters 6-35:
- Warning 56: this match case is unreachable.
- Consider replacing it with a refutation case '<pat> -> .'
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/cause.cmx misc/cause.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/AVL.cmx misc/AVL.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -package bytes -package unix -for-pack Containers_misc -I misc -I core -o misc/parseReact.cmx misc/parseReact.ml
- touch misc/containers_misc.mli  ; if  /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I misc misc/cache.cmx misc/fHashtbl.cmx misc/flatHashtbl.cmx misc/pHashtbl.cmx misc/hashset.cmx misc/heap.cmx misc/lazyGraph.cmx misc/persistentGraph.cmx misc/skipList.cmx misc/splayTree.cmx misc/splayMap.cmx misc/univ.cmx misc/bij.cmx misc/piCalculus.cmx misc/RAL.cmx misc/unionFind.cmx misc/smallSet.cmx misc/absSet.cmx misc/CSM.cmx misc/tTree.cmx misc/printBox.cmx misc/hGraph.cmx misc/automaton.cmx misc/conv.cmx misc/bidir.cmx misc/iteratee.cmx misc/bTree.cmx misc/ty.cmx misc/cause.cmx misc/AVL.cmx misc/parseReact.cmx -o misc/containers_misc.cmx  ; then  rm -f misc/containers_misc.mli  ; else  rm -f misc/containers_misc.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I misc misc/containers_misc.cmx -o misc/containers_misc.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I misc misc/containers_misc.cmxa misc/containers_misc.cmx -o misc/containers_misc.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules examples/lambda.ml > examples/lambda.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -I misc -package bytes -package unix -I examples -I core -I misc -o examples/lambda.cmo examples/lambda.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -linkpkg -g -linkpkg -package bytes -package unix -I core -I misc -I examples core/containers.cma misc/containers_misc.cma examples/lambda.cmo -o examples/lambda.byte
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules examples/id_sexp.ml > examples/id_sexp.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I core -I misc -package bytes -package unix -I examples -I core -I misc -o examples/id_sexp.cmo examples/id_sexp.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I core -I misc -package bytes -package unix -I examples -I core -I misc -o examples/id_sexp.cmx examples/id_sexp.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package bytes -I core -I examples core/containers.cmxa examples/id_sexp.cmx -o examples/id_sexp.native
- + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 518, characters 43-62:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
-> compiled  containers.0.5
Processing 12/12: [containers: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/containers.0.5)
- ocaml setup.ml -install 
- File "./setup.ml", line 318, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 318, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 327, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 330, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 368, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 474, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1825, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1831, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- Installed /home/opam/.opam/4.05/lib/containers/CCVector.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCDeque.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCGen.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCSequence.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCFQueue.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiMap.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiSet.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCBV.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCPrint.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentHashtbl.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCError.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCHeap.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCList.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCOpt.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCPair.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCFun.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCHash.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCKList.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCInt.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCBool.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCArray.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCOrd.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCIO.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCRandom.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCKTree.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCTrie.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCString.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCHashtbl.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCFlatHashtbl.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCSexp.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCMap.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers.a
- Installed /home/opam/.opam/4.05/lib/containers/containers.cmxs
- Installed /home/opam/.opam/4.05/lib/containers/CCMap.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCMap.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCMap.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCMap.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCSexp.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCSexp.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCSexp.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCSexp.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCFlatHashtbl.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCFlatHashtbl.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCFlatHashtbl.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCFlatHashtbl.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCHashtbl.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCHashtbl.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCHashtbl.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCHashtbl.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCString.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCString.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCString.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCString.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCTrie.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCTrie.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCTrie.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCTrie.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCKTree.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCKTree.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCKTree.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCKTree.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCRandom.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCRandom.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCRandom.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCRandom.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCIO.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCIO.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCIO.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCIO.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCOrd.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCOrd.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCOrd.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCOrd.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCArray.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCArray.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCArray.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCArray.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCBool.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCBool.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCBool.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCBool.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCInt.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCInt.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCInt.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCInt.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCKList.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCKList.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCKList.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCKList.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCHash.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCHash.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCHash.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCHash.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCFun.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCFun.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCFun.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCFun.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCPair.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCPair.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCPair.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCPair.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCOpt.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCOpt.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCOpt.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCOpt.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCList.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCList.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCList.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCList.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCHeap.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCHeap.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCHeap.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCHeap.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCError.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCError.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCError.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCError.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentHashtbl.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentHashtbl.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentHashtbl.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentHashtbl.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCPrint.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCPrint.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCPrint.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCPrint.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCBV.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCBV.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCBV.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCBV.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiSet.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiSet.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiSet.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiSet.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiMap.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiMap.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiMap.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiMap.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCFQueue.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCFQueue.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCFQueue.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCFQueue.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCSequence.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCSequence.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCSequence.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCSequence.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCGen.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCGen.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCGen.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCGen.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCDeque.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCDeque.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCDeque.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCDeque.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCVector.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCVector.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCVector.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCVector.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCMap.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCSexp.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCFlatHashtbl.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCHashtbl.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCTrie.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCKTree.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCRandom.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCIO.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCOrd.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCArray.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCBool.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCInt.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCKList.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCHash.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCPair.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCOpt.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCList.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCHeap.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCError.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentHashtbl.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCPrint.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCBV.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiSet.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCMultiMap.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCFQueue.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCSequence.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCGen.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCDeque.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCVector.cmx
- Installed /home/opam/.opam/4.05/lib/containers/KMP.mli
- Installed /home/opam/.opam/4.05/lib/containers/levenshtein.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.cmt
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.cmi
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.cmxs
- Installed /home/opam/.opam/4.05/lib/containers/levenshtein.cmti
- Installed /home/opam/.opam/4.05/lib/containers/levenshtein.cmt
- Installed /home/opam/.opam/4.05/lib/containers/levenshtein.annot
- Installed /home/opam/.opam/4.05/lib/containers/KMP.cmti
- Installed /home/opam/.opam/4.05/lib/containers/KMP.cmt
- Installed /home/opam/.opam/4.05/lib/containers/KMP.annot
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCPervasives.ml
- Installed /home/opam/.opam/4.05/lib/containers/containers_pervasives.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_pervasives.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_pervasives.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_pervasives.cmxs
- Installed /home/opam/.opam/4.05/lib/containers/CCPervasives.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCPervasives.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCPervasives.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCPervasives.cmx
- Installed /home/opam/.opam/4.05/lib/containers/cache.mli
- Installed /home/opam/.opam/4.05/lib/containers/fHashtbl.mli
- Installed /home/opam/.opam/4.05/lib/containers/flatHashtbl.mli
- Installed /home/opam/.opam/4.05/lib/containers/hashset.mli
- Installed /home/opam/.opam/4.05/lib/containers/heap.mli
- Installed /home/opam/.opam/4.05/lib/containers/lazyGraph.mli
- Installed /home/opam/.opam/4.05/lib/containers/persistentGraph.mli
- Installed /home/opam/.opam/4.05/lib/containers/pHashtbl.mli
- Installed /home/opam/.opam/4.05/lib/containers/skipList.mli
- Installed /home/opam/.opam/4.05/lib/containers/splayTree.mli
- Installed /home/opam/.opam/4.05/lib/containers/splayMap.mli
- Installed /home/opam/.opam/4.05/lib/containers/univ.mli
- Installed /home/opam/.opam/4.05/lib/containers/bij.mli
- Installed /home/opam/.opam/4.05/lib/containers/piCalculus.mli
- Installed /home/opam/.opam/4.05/lib/containers/RAL.mli
- Installed /home/opam/.opam/4.05/lib/containers/unionFind.mli
- Installed /home/opam/.opam/4.05/lib/containers/smallSet.mli
- Installed /home/opam/.opam/4.05/lib/containers/absSet.mli
- Installed /home/opam/.opam/4.05/lib/containers/CSM.mli
- Installed /home/opam/.opam/4.05/lib/containers/tTree.mli
- Installed /home/opam/.opam/4.05/lib/containers/printBox.mli
- Installed /home/opam/.opam/4.05/lib/containers/hGraph.mli
- Installed /home/opam/.opam/4.05/lib/containers/automaton.mli
- Installed /home/opam/.opam/4.05/lib/containers/conv.mli
- Installed /home/opam/.opam/4.05/lib/containers/bidir.mli
- Installed /home/opam/.opam/4.05/lib/containers/iteratee.mli
- Installed /home/opam/.opam/4.05/lib/containers/bTree.mli
- Installed /home/opam/.opam/4.05/lib/containers/ty.mli
- Installed /home/opam/.opam/4.05/lib/containers/cause.mli
- Installed /home/opam/.opam/4.05/lib/containers/AVL.mli
- Installed /home/opam/.opam/4.05/lib/containers/parseReact.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers_misc.cmt
- Installed /home/opam/.opam/4.05/lib/containers/containers_misc.cmi
- Installed /home/opam/.opam/4.05/lib/containers/containers_misc.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_misc.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_misc.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_misc.cmxs
- Installed /home/opam/.opam/4.05/lib/containers/parseReact.cmti
- Installed /home/opam/.opam/4.05/lib/containers/parseReact.cmt
- Installed /home/opam/.opam/4.05/lib/containers/parseReact.annot
- Installed /home/opam/.opam/4.05/lib/containers/AVL.cmti
- Installed /home/opam/.opam/4.05/lib/containers/AVL.cmt
- Installed /home/opam/.opam/4.05/lib/containers/AVL.annot
- Installed /home/opam/.opam/4.05/lib/containers/cause.cmti
- Installed /home/opam/.opam/4.05/lib/containers/cause.cmt
- Installed /home/opam/.opam/4.05/lib/containers/cause.annot
- Installed /home/opam/.opam/4.05/lib/containers/ty.cmti
- Installed /home/opam/.opam/4.05/lib/containers/ty.cmt
- Installed /home/opam/.opam/4.05/lib/containers/ty.annot
- Installed /home/opam/.opam/4.05/lib/containers/bTree.cmti
- Installed /home/opam/.opam/4.05/lib/containers/bTree.cmt
- Installed /home/opam/.opam/4.05/lib/containers/bTree.annot
- Installed /home/opam/.opam/4.05/lib/containers/iteratee.cmti
- Installed /home/opam/.opam/4.05/lib/containers/iteratee.cmt
- Installed /home/opam/.opam/4.05/lib/containers/iteratee.annot
- Installed /home/opam/.opam/4.05/lib/containers/bidir.cmti
- Installed /home/opam/.opam/4.05/lib/containers/bidir.cmt
- Installed /home/opam/.opam/4.05/lib/containers/bidir.annot
- Installed /home/opam/.opam/4.05/lib/containers/conv.cmti
- Installed /home/opam/.opam/4.05/lib/containers/conv.cmt
- Installed /home/opam/.opam/4.05/lib/containers/conv.annot
- Installed /home/opam/.opam/4.05/lib/containers/automaton.cmti
- Installed /home/opam/.opam/4.05/lib/containers/automaton.cmt
- Installed /home/opam/.opam/4.05/lib/containers/automaton.annot
- Installed /home/opam/.opam/4.05/lib/containers/hGraph.cmti
- Installed /home/opam/.opam/4.05/lib/containers/hGraph.cmt
- Installed /home/opam/.opam/4.05/lib/containers/hGraph.annot
- Installed /home/opam/.opam/4.05/lib/containers/printBox.cmti
- Installed /home/opam/.opam/4.05/lib/containers/printBox.cmt
- Installed /home/opam/.opam/4.05/lib/containers/printBox.annot
- Installed /home/opam/.opam/4.05/lib/containers/tTree.cmti
- Installed /home/opam/.opam/4.05/lib/containers/tTree.cmt
- Installed /home/opam/.opam/4.05/lib/containers/tTree.annot
- Installed /home/opam/.opam/4.05/lib/containers/CSM.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CSM.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CSM.annot
- Installed /home/opam/.opam/4.05/lib/containers/absSet.cmti
- Installed /home/opam/.opam/4.05/lib/containers/absSet.cmt
- Installed /home/opam/.opam/4.05/lib/containers/absSet.annot
- Installed /home/opam/.opam/4.05/lib/containers/smallSet.cmti
- Installed /home/opam/.opam/4.05/lib/containers/smallSet.cmt
- Installed /home/opam/.opam/4.05/lib/containers/smallSet.annot
- Installed /home/opam/.opam/4.05/lib/containers/unionFind.cmti
- Installed /home/opam/.opam/4.05/lib/containers/unionFind.cmt
- Installed /home/opam/.opam/4.05/lib/containers/unionFind.annot
- Installed /home/opam/.opam/4.05/lib/containers/RAL.cmti
- Installed /home/opam/.opam/4.05/lib/containers/RAL.cmt
- Installed /home/opam/.opam/4.05/lib/containers/RAL.annot
- Installed /home/opam/.opam/4.05/lib/containers/piCalculus.cmti
- Installed /home/opam/.opam/4.05/lib/containers/piCalculus.cmt
- Installed /home/opam/.opam/4.05/lib/containers/piCalculus.annot
- Installed /home/opam/.opam/4.05/lib/containers/bij.cmti
- Installed /home/opam/.opam/4.05/lib/containers/bij.cmt
- Installed /home/opam/.opam/4.05/lib/containers/bij.annot
- Installed /home/opam/.opam/4.05/lib/containers/univ.cmti
- Installed /home/opam/.opam/4.05/lib/containers/univ.cmt
- Installed /home/opam/.opam/4.05/lib/containers/univ.annot
- Installed /home/opam/.opam/4.05/lib/containers/splayMap.cmti
- Installed /home/opam/.opam/4.05/lib/containers/splayMap.cmt
- Installed /home/opam/.opam/4.05/lib/containers/splayMap.annot
- Installed /home/opam/.opam/4.05/lib/containers/splayTree.cmti
- Installed /home/opam/.opam/4.05/lib/containers/splayTree.cmt
- Installed /home/opam/.opam/4.05/lib/containers/splayTree.annot
- Installed /home/opam/.opam/4.05/lib/containers/skipList.cmti
- Installed /home/opam/.opam/4.05/lib/containers/skipList.cmt
- Installed /home/opam/.opam/4.05/lib/containers/skipList.annot
- Installed /home/opam/.opam/4.05/lib/containers/pHashtbl.cmti
- Installed /home/opam/.opam/4.05/lib/containers/pHashtbl.cmt
- Installed /home/opam/.opam/4.05/lib/containers/pHashtbl.annot
- Installed /home/opam/.opam/4.05/lib/containers/persistentGraph.cmti
- Installed /home/opam/.opam/4.05/lib/containers/persistentGraph.cmt
- Installed /home/opam/.opam/4.05/lib/containers/persistentGraph.annot
- Installed /home/opam/.opam/4.05/lib/containers/lazyGraph.cmti
- Installed /home/opam/.opam/4.05/lib/containers/lazyGraph.cmt
- Installed /home/opam/.opam/4.05/lib/containers/lazyGraph.annot
- Installed /home/opam/.opam/4.05/lib/containers/heap.cmti
- Installed /home/opam/.opam/4.05/lib/containers/heap.cmt
- Installed /home/opam/.opam/4.05/lib/containers/heap.annot
- Installed /home/opam/.opam/4.05/lib/containers/hashset.cmti
- Installed /home/opam/.opam/4.05/lib/containers/hashset.cmt
- Installed /home/opam/.opam/4.05/lib/containers/hashset.annot
- Installed /home/opam/.opam/4.05/lib/containers/flatHashtbl.cmti
- Installed /home/opam/.opam/4.05/lib/containers/flatHashtbl.cmt
- Installed /home/opam/.opam/4.05/lib/containers/flatHashtbl.annot
- Installed /home/opam/.opam/4.05/lib/containers/fHashtbl.cmti
- Installed /home/opam/.opam/4.05/lib/containers/fHashtbl.cmt
- Installed /home/opam/.opam/4.05/lib/containers/fHashtbl.annot
- Installed /home/opam/.opam/4.05/lib/containers/cache.cmti
- Installed /home/opam/.opam/4.05/lib/containers/cache.cmt
- Installed /home/opam/.opam/4.05/lib/containers/cache.annot
- Installed /home/opam/.opam/4.05/lib/containers/containers_misc.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCLinq.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCBatch.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCCat.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers_advanced.cmt
- Installed /home/opam/.opam/4.05/lib/containers/containers_advanced.cmi
- Installed /home/opam/.opam/4.05/lib/containers/containers_advanced.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_advanced.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_advanced.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_advanced.cmxs
- Installed /home/opam/.opam/4.05/lib/containers/CCCat.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCCat.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCCat.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCBatch.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCBatch.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCBatch.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCLinq.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCLinq.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCLinq.annot
- Installed /home/opam/.opam/4.05/lib/containers/containers_advanced.cmx
- Installed /home/opam/.opam/4.05/lib/containers/META
-> installed containers.0.5
Done.

<><> containers.0.5 installed successfully ><><><><><><><><><><><><><><><><><><>
=> in containers, modules start with 'CC' (stands for 'core containers')
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:17.24 ---> saved as "12c5af641100a902bdf118d25b0f47514dbe74c95633edf26942af21124e287c"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u containers:7c005d10ed3f42c0ca51ccf10ca6b17b"))
2024-01-29 19:17.25 ---> saved as "45592508dcc620d9b1c2a6453407b3aa082135c859cc0498019baabfe1049715"

/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.390717') && (for DATA in prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5,containers.0.5-7c005d10ed3f42c0ca51ccf10ca6b17b,containers.0.5; 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/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5,containers.0.5-7c005d10ed3f42c0ca51ccf10ca6b17b,containers.0.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5,containers.0.5-7c005d10ed3f42c0ca51ccf10ca6b17b,containers.0.5; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.390717
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers.ocamlobjinfo
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers_advanced.ocamlobjinfo
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers_misc.ocamlobjinfo
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers_pervasives.ocamlobjinfo
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers_string.ocamlobjinfo
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/AVL.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/AVL.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCArray.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCArray.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCArray.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCBV.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCBV.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCBV.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCBatch.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCBatch.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCBool.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCBool.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCBool.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCCat.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCCat.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCDeque.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCDeque.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCDeque.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCError.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCError.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCError.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCFQueue.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCFQueue.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCFQueue.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCFlatHashtbl.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCFlatHashtbl.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCFlatHashtbl.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCFun.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCFun.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCFun.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCGen.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCGen.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCGen.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCHash.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCHash.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCHash.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCHashtbl.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCHashtbl.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCHashtbl.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCHeap.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCHeap.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCHeap.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCIO.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCIO.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCIO.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCInt.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCInt.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCInt.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCKList.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCKList.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCKList.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCKTree.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCKTree.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCKTree.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCLinq.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCLinq.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCList.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCList.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCList.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCMap.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCMap.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCMap.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCMultiMap.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCMultiMap.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCMultiMap.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCMultiSet.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCMultiSet.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCMultiSet.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCOpt.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCOpt.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCOpt.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCOrd.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCOrd.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCOrd.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPair.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPair.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPair.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPersistentHashtbl.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPersistentHashtbl.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPersistentHashtbl.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPervasives.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPervasives.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPrint.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPrint.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCPrint.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCRandom.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCRandom.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCRandom.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCSequence.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCSequence.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCSequence.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCSexp.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCSexp.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCSexp.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCString.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCString.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCString.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCTrie.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCTrie.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCTrie.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCVector.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCVector.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CCVector.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CSM.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/CSM.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/KMP.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/KMP.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/META
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/RAL.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/RAL.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/absSet.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/absSet.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/automaton.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/automaton.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/bTree.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/bTree.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/bidir.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/bidir.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/bij.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/bij.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/cache.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/cache.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/cause.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/cause.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers_advanced.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers_advanced.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers_misc.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers_misc.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers_string.cmi
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/containers_string.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/conv.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/conv.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/fHashtbl.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/fHashtbl.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/flatHashtbl.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/flatHashtbl.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/hGraph.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/hGraph.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/hashset.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/hashset.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/heap.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/heap.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/iteratee.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/iteratee.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/lazyGraph.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/lazyGraph.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/levenshtein.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/levenshtein.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/pHashtbl.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/pHashtbl.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/parseReact.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/parseReact.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/persistentGraph.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/persistentGraph.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/piCalculus.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/piCalculus.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/printBox.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/printBox.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/skipList.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/skipList.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/smallSet.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/smallSet.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/splayMap.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/splayMap.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/splayTree.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/splayTree.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/tTree.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/tTree.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/ty.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/ty.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/unionFind.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/unionFind.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/univ.cmt
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/lib/containers/univ.cmti
prep/universes/7c005d10ed3f42c0ca51ccf10ca6b17b/containers/0.5/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:containers.0.5-7c005d10ed3f42c0ca51ccf10ca6b17b:d504db4e572992ea6160c9e2ac7ec137f592d3cd21697031fd758b315987cbd1
2024-01-29 19:17.26 ---> saved as "e365bd685905aafce770451528edc89192db346da9dd3f0e827c095aecc727ec"
Job succeeded
2024-01-29 19:24.01: containers.0.5-7c005d10ed3f42c0ca51ccf10ca6b17b -> d504db4e572992ea6160c9e2ac7ec137f592d3cd21697031fd758b315987cbd1
2024-01-29 19:24.01: Job succeeded