Build:
  1. 0
2024-09-12 08:35.55: New job: Voodoo prep containers.0.11; 95f2dde7c1f396859c37c1cc34f7b0b8
2024-09-12 08:35.55: Waiting for resource in pool OCluster
2024-09-12 20:57.34: Waiting for worker…
2024-09-12 21:03.43: Got resource from pool OCluster
2024-09-12 21:03.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:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.05@sha256:efbd8a573ce5e8a845336270340d5b975912e17322d1077f9575eb67bb2bdb7c)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy containers.0.11 ocamlfind.1.9.6 ocamlbuild.0.14.3 dune.3.16.0 cppo.1.7.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u containers:95f2dde7c1f396859c37c1cc34f7b0b8"))
 (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.637613') && (for DATA in prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11,containers.0.11-95f2dde7c1f396859c37c1cc34f7b0b8,containers.0.11; 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/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11,containers.0.11-95f2dde7c1f396859c37c1cc34f7b0b8,containers.0.11; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11,containers.0.11-95f2dde7c1f396859c37c1cc34f7b0b8,containers.0.11; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 21:03.43: RETRYING: 2024-09-12/083555-voodoo-prep-a76b0a Number of retries: 0 (retriable error condition)
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
Updating files:  64% (20830/32082)
Updating files:  65% (20854/32082)
Updating files:  66% (21175/32082)
Updating files:  67% (21495/32082)
Updating files:  68% (21816/32082)
Updating files:  69% (22137/32082)
Updating files:  70% (22458/32082)
Updating files:  71% (22779/32082)
Updating files:  72% (23100/32082)
Updating files:  73% (23420/32082)
Updating files:  74% (23741/32082)
Updating files:  75% (24062/32082)
Updating files:  76% (24383/32082)
Updating files:  77% (24704/32082)
Updating files:  78% (25024/32082)
Updating files:  79% (25345/32082)
Updating files:  80% (25666/32082)
Updating files:  81% (25987/32082)
Updating files:  82% (26308/32082)
Updating files:  83% (26629/32082)
Updating files:  84% (26949/32082)
Updating files:  85% (27270/32082)
Updating files:  86% (27591/32082)
Updating files:  87% (27912/32082)
Updating files:  88% (28233/32082)
Updating files:  89% (28553/32082)
Updating files:  90% (28874/32082)
Updating files:  91% (29195/32082)
Updating files:  92% (29516/32082)
Updating files:  93% (29837/32082)
Updating files:  94% (30158/32082)
Updating files:  95% (30478/32082)
Updating files:  96% (30799/32082)
Updating files:  97% (31120/32082)
Updating files:  98% (31441/32082)
Updating files:  99% (31762/32082)
Updating files: 100% (32082/32082)
Updating files: 100% (32082/32082), done.
HEAD is now at 5ee688bb15 Windows support for ocaml-secondary-compiler.4.14.2

(build "tools" …)

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

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (994 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (17.9 MB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 20:56.28 ---> using "8c0f8771fbef6314a3959e88202d1780ecd2b0743dffb0ee03d00fa52dbfc6fb" from cache

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

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

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

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

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

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

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

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

/: (workdir /home/opam)

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

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

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

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

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

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

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

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

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

2024-09-12 20:56.30 ---> using "10bf5ec698ab45f335272c3fafbe10a1b88385b7a9f24da315145070c5eef4ef" from cache

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

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

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

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy containers.0.11 ocamlfind.1.9.6 ocamlbuild.0.14.3 dune.3.16.0 cppo.1.7.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy containers.0.11 ocamlfind.1.9.6 ocamlbuild.0.14.3 dune.3.16.0 cppo.1.7.0 base-bytes.base" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ocamlbuild 0.14.3
  - install base-bytes base
  - install cppo       1.7.0
  - install containers 0.11
===== 4 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/12: [containers.0.11: http]
Processing  3/12: [containers.0.11: http]
Processing  4/12: [containers.0.11: http]
Processing  5/12: [containers.0.11: http]
-> installed base-bytes.base
Processing  6/12: [containers.0.11: http]
Processing  6/12:
-> retrieved cppo.1.7.0  (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.11  (https://github.com/c-cube/ocaml-containers/archive/0.11.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.7.0
Processing  8/12: [ocamlbuild: make check-if-preinstalled]
-> installed cppo.1.7.0
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.11/./configure "--prefix" "/home/opam/.opam/4.05" "--enable-thread" "--disable-bench" "--disable-tests" "--disable-lwt" "--enable-bigarray" "--disable-advanced" "--enable-unix" "--enable-docs" "--enable-misc" (CWD=/home/opam/.opam/4.05/.opam-switch/build/containers.0.11)
- 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.11
- 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, with experimental modules still susceptible to change: ... true
- Build the containers.unix library (depends on Unix): ............................. true
- Build modules which depend on Lwt: ............................................... false
- Build modules that depend on threads: ............................................ true
- Build and run benchmarks: ........................................................ false
- Build modules that depend on bigarrays: .......................................... true
- Build advanced combinators, including CCLinq (requires "sequence"): .............. 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
- pkg_bigarray: .................................................................... /home/opam/.opam/4.05/lib/ocaml
- pkg_threads: ..................................................................... /home/opam/.opam/4.05/lib/ocaml
- 
Processing 11/12: [containers: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/4.05/.opam-switch/build/containers.0.11)
- 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.11'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/containers.0.11'
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/containers.0.11'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/containers.0.11'
- W: Cannot find source file matching module 'containers_misc' in library containers_misc
- 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 src/core/CCVector.mli > src/core/CCVector.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCVector.cmi src/core/CCVector.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCVector.ml > src/core/CCVector.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCPrint.mli > src/core/CCPrint.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCPrint.cmi src/core/CCPrint.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCPrint.ml > src/core/CCPrint.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCError.mli > src/core/CCError.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCError.cmi src/core/CCError.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCError.ml > src/core/CCError.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCHeap.mli > src/core/CCHeap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCHeap.cmi src/core/CCHeap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCHeap.ml > src/core/CCHeap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCList.mli > src/core/CCList.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCList.cmi src/core/CCList.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCList.ml > src/core/CCList.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCOpt.mli > src/core/CCOpt.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCOpt.cmi src/core/CCOpt.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCOpt.ml > src/core/CCOpt.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCPair.mli > src/core/CCPair.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCPair.cmi src/core/CCPair.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCPair.ml > src/core/CCPair.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCFun.mli > src/core/CCFun.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCFun.cmi src/core/CCFun.mli
- cppo -D 'OCAML_MAJOR 4' -D 'OCAML_MINOR 5' -o src/core/CCFun.ml src/core/CCFun.cppo.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCFun.ml > src/core/CCFun.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCHash.mli > src/core/CCHash.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCHash.cmi src/core/CCHash.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCHash.ml > src/core/CCHash.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCInt.mli > src/core/CCInt.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCInt.cmi src/core/CCInt.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCInt.ml > src/core/CCInt.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCBool.mli > src/core/CCBool.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCBool.cmi src/core/CCBool.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCBool.ml > src/core/CCBool.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCFloat.mli > src/core/CCFloat.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCFloat.cmi src/core/CCFloat.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCFloat.ml > src/core/CCFloat.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCArray.mli > src/core/CCArray.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCArray.cmi src/core/CCArray.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCArray.ml > src/core/CCArray.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCRef.mli > src/core/CCRef.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCRef.cmi src/core/CCRef.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCRef.ml > src/core/CCRef.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCSet.mli > src/core/CCSet.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCSet.cmi src/core/CCSet.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCSet.ml > src/core/CCSet.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCOrd.mli > src/core/CCOrd.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCOrd.cmi src/core/CCOrd.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCOrd.ml > src/core/CCOrd.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCRandom.mli > src/core/CCRandom.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCRandom.cmi src/core/CCRandom.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCRandom.ml > src/core/CCRandom.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCString.mli > src/core/CCString.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCString.cmi src/core/CCString.mli
- cppo -D 'OCAML_MAJOR 4' -D 'OCAML_MINOR 5' -o src/core/CCString.ml src/core/CCString.cppo.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCString.ml > src/core/CCString.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCHashtbl.mli > src/core/CCHashtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCHashtbl.cmi src/core/CCHashtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCHashtbl.ml > src/core/CCHashtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCMap.mli > src/core/CCMap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCMap.cmi src/core/CCMap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCMap.ml > src/core/CCMap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCFormat.mli > src/core/CCFormat.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/core -o src/core/CCFormat.cmi src/core/CCFormat.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/CCFormat.ml > src/core/CCFormat.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/core/containers.ml > src/core/containers.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCVector.cmo src/core/CCVector.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCPrint.cmo src/core/CCPrint.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCPrint.cmo src/core/CCPrint.ml
- File "src/core/CCPrint.ml", line 150, characters 16-35:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCError.cmo src/core/CCError.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCHeap.cmo src/core/CCHeap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCList.cmo src/core/CCList.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCOpt.cmo src/core/CCOpt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCPair.cmo src/core/CCPair.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCFun.cmo src/core/CCFun.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCHash.cmo src/core/CCHash.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCInt.cmo src/core/CCInt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCBool.cmo src/core/CCBool.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCFloat.cmo src/core/CCFloat.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCArray.cmo src/core/CCArray.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCRef.cmo src/core/CCRef.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCSet.cmo src/core/CCSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCOrd.cmo src/core/CCOrd.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCRandom.cmo src/core/CCRandom.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCString.cmo src/core/CCString.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCHashtbl.cmo src/core/CCHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCMap.cmo src/core/CCMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCFormat.cmo src/core/CCFormat.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/containers.cmo src/core/containers.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/core src/core/CCVector.cmo src/core/CCPrint.cmo src/core/CCError.cmo src/core/CCHeap.cmo src/core/CCList.cmo src/core/CCOpt.cmo src/core/CCPair.cmo src/core/CCFun.cmo src/core/CCHash.cmo src/core/CCInt.cmo src/core/CCBool.cmo src/core/CCFloat.cmo src/core/CCArray.cmo src/core/CCRef.cmo src/core/CCSet.cmo src/core/CCOrd.cmo src/core/CCRandom.cmo src/core/CCString.cmo src/core/CCHashtbl.cmo src/core/CCMap.cmo src/core/CCFormat.cmo src/core/containers.cmo -o src/core/containers.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCArray.cmx src/core/CCArray.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCBool.cmx src/core/CCBool.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCError.cmx src/core/CCError.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCFloat.cmx src/core/CCFloat.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCFormat.cmx src/core/CCFormat.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCFun.cmx src/core/CCFun.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -inline 20 -w -4 -w -44 -package bytes -I src/core -o src/core/CCHash.cmx src/core/CCHash.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCInt.cmx src/core/CCInt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCList.cmx src/core/CCList.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCMap.cmx src/core/CCMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCOpt.cmx src/core/CCOpt.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCPair.cmx src/core/CCPair.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCRandom.cmx src/core/CCRandom.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCRef.cmx src/core/CCRef.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCSet.cmx src/core/CCSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCString.cmx src/core/CCString.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -inline 25 -package bytes -I src/core -o src/core/CCVector.cmx src/core/CCVector.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCPrint.cmx src/core/CCPrint.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCPrint.cmx src/core/CCPrint.ml
- File "src/core/CCPrint.ml", line 150, characters 16-35:
- Warning 50: ambiguous documentation comment
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCHeap.cmx src/core/CCHeap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCOrd.cmx src/core/CCOrd.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/CCHashtbl.cmx src/core/CCHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/core -o src/core/containers.cmx src/core/containers.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/core src/core/CCVector.cmx src/core/CCPrint.cmx src/core/CCError.cmx src/core/CCHeap.cmx src/core/CCList.cmx src/core/CCOpt.cmx src/core/CCPair.cmx src/core/CCFun.cmx src/core/CCHash.cmx src/core/CCInt.cmx src/core/CCBool.cmx src/core/CCFloat.cmx src/core/CCArray.cmx src/core/CCRef.cmx src/core/CCSet.cmx src/core/CCOrd.cmx src/core/CCRandom.cmx src/core/CCString.cmx src/core/CCHashtbl.cmx src/core/CCMap.cmx src/core/CCFormat.cmx src/core/containers.cmx -o src/core/containers.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/core src/core/containers.cmxa src/core/CCVector.cmx src/core/CCPrint.cmx src/core/CCError.cmx src/core/CCHeap.cmx src/core/CCList.cmx src/core/CCOpt.cmx src/core/CCPair.cmx src/core/CCFun.cmx src/core/CCHash.cmx src/core/CCInt.cmx src/core/CCBool.cmx src/core/CCFloat.cmx src/core/CCArray.cmx src/core/CCRef.cmx src/core/CCSet.cmx src/core/CCOrd.cmx src/core/CCRandom.cmx src/core/CCString.cmx src/core/CCHashtbl.cmx src/core/CCMap.cmx src/core/CCFormat.cmx src/core/containers.cmx -o src/core/containers.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/io/CCIO.mli > src/io/CCIO.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/io -o src/io/CCIO.cmi src/io/CCIO.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/io/CCIO.ml > src/io/CCIO.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/io -o src/io/CCIO.cmo src/io/CCIO.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/io src/io/CCIO.cmo -o src/io/containers_io.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/io -o src/io/CCIO.cmx src/io/CCIO.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/io src/io/CCIO.cmx -o src/io/containers_io.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/io src/io/containers_io.cmxa src/io/CCIO.cmx -o src/io/containers_io.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules src/unix/CCUnix.mli > src/unix/CCUnix.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -package unix -I src/unix -o src/unix/CCUnix.cmi src/unix/CCUnix.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package unix -modules src/unix/CCUnix.ml > src/unix/CCUnix.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -package unix -I src/unix -o src/unix/CCUnix.cmo src/unix/CCUnix.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/unix src/unix/CCUnix.cmo -o src/unix/containers_unix.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -package unix -I src/unix -o src/unix/CCUnix.cmx src/unix/CCUnix.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/unix src/unix/CCUnix.cmx -o src/unix/containers_unix.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/unix src/unix/containers_unix.cmxa src/unix/CCUnix.cmx -o src/unix/containers_unix.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/sexp/CCSexp.mli > src/sexp/CCSexp.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/sexp -o src/sexp/CCSexp.cmi src/sexp/CCSexp.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/sexp/CCSexp.ml > src/sexp/CCSexp.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/sexp/CCSexpStream.mli > src/sexp/CCSexpStream.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/sexp -o src/sexp/CCSexpStream.cmi src/sexp/CCSexpStream.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/sexp/CCSexpStream.ml > src/sexp/CCSexpStream.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/sexp/CCSexpM.mli > src/sexp/CCSexpM.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/sexp -o src/sexp/CCSexpM.cmi src/sexp/CCSexpM.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/sexp/CCSexpM.ml > src/sexp/CCSexpM.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/sexp -o src/sexp/CCSexp.cmo src/sexp/CCSexp.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/sexp -o src/sexp/CCSexpStream.cmo src/sexp/CCSexpStream.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/sexp -o src/sexp/CCSexpM.cmo src/sexp/CCSexpM.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/sexp src/sexp/CCSexp.cmo src/sexp/CCSexpStream.cmo src/sexp/CCSexpM.cmo -o src/sexp/containers_sexp.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/sexp -o src/sexp/CCSexp.cmx src/sexp/CCSexp.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/sexp -o src/sexp/CCSexpStream.cmx src/sexp/CCSexpStream.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/sexp -o src/sexp/CCSexpM.cmx src/sexp/CCSexpM.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/sexp src/sexp/CCSexp.cmx src/sexp/CCSexpStream.cmx src/sexp/CCSexpM.cmx -o src/sexp/containers_sexp.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/sexp src/sexp/containers_sexp.cmxa src/sexp/CCSexp.cmx src/sexp/CCSexpStream.cmx src/sexp/CCSexpM.cmx -o src/sexp/containers_sexp.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCMultiMap.mli > src/data/CCMultiMap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCMultiMap.cmi src/data/CCMultiMap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCMultiMap.ml > src/data/CCMultiMap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCMultiSet.mli > src/data/CCMultiSet.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCMultiSet.cmi src/data/CCMultiSet.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCMultiSet.ml > src/data/CCMultiSet.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCTrie.mli > src/data/CCTrie.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCTrie.cmi src/data/CCTrie.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCTrie.ml > src/data/CCTrie.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCFlatHashtbl.mli > src/data/CCFlatHashtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCFlatHashtbl.cmi src/data/CCFlatHashtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCFlatHashtbl.ml > src/data/CCFlatHashtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCCache.mli > src/data/CCCache.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCCache.cmi src/data/CCCache.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCCache.ml > src/data/CCCache.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCPersistentHashtbl.mli > src/data/CCPersistentHashtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCPersistentHashtbl.cmi src/data/CCPersistentHashtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCPersistentHashtbl.ml > src/data/CCPersistentHashtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCDeque.mli > src/data/CCDeque.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCDeque.cmi src/data/CCDeque.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCDeque.ml > src/data/CCDeque.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCFQueue.mli > src/data/CCFQueue.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCFQueue.cmi src/data/CCFQueue.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCFQueue.ml > src/data/CCFQueue.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCBV.mli > src/data/CCBV.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCBV.cmi src/data/CCBV.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCBV.ml > src/data/CCBV.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCMixtbl.mli > src/data/CCMixtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCMixtbl.cmi src/data/CCMixtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCMixtbl.ml > src/data/CCMixtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCMixmap.mli > src/data/CCMixmap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCMixmap.cmi src/data/CCMixmap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCMixmap.ml > src/data/CCMixmap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCRingBuffer.mli > src/data/CCRingBuffer.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCRingBuffer.cmi src/data/CCRingBuffer.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCRingBuffer.ml > src/data/CCRingBuffer.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCIntMap.mli > src/data/CCIntMap.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCIntMap.cmi src/data/CCIntMap.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCIntMap.ml > src/data/CCIntMap.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCPersistentArray.mli > src/data/CCPersistentArray.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCPersistentArray.cmi src/data/CCPersistentArray.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCPersistentArray.ml > src/data/CCPersistentArray.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCMixset.mli > src/data/CCMixset.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/data -o src/data/CCMixset.cmi src/data/CCMixset.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/data/CCMixset.ml > src/data/CCMixset.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCMultiMap.cmo src/data/CCMultiMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCMultiSet.cmo src/data/CCMultiSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCTrie.cmo src/data/CCTrie.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCFlatHashtbl.cmo src/data/CCFlatHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCCache.cmo src/data/CCCache.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCPersistentHashtbl.cmo src/data/CCPersistentHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCDeque.cmo src/data/CCDeque.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCDeque.cmo src/data/CCDeque.ml
- File "src/data/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 -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCFQueue.cmo src/data/CCFQueue.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCBV.cmo src/data/CCBV.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCMixtbl.cmo src/data/CCMixtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCMixmap.cmo src/data/CCMixmap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCRingBuffer.cmo src/data/CCRingBuffer.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCIntMap.cmo src/data/CCIntMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCPersistentArray.cmo src/data/CCPersistentArray.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCMixset.cmo src/data/CCMixset.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/data src/data/CCMultiMap.cmo src/data/CCMultiSet.cmo src/data/CCTrie.cmo src/data/CCFlatHashtbl.cmo src/data/CCCache.cmo src/data/CCPersistentHashtbl.cmo src/data/CCDeque.cmo src/data/CCFQueue.cmo src/data/CCBV.cmo src/data/CCMixtbl.cmo src/data/CCMixmap.cmo src/data/CCRingBuffer.cmo src/data/CCIntMap.cmo src/data/CCPersistentArray.cmo src/data/CCMixset.cmo -o src/data/containers_data.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCMultiMap.cmx src/data/CCMultiMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCMultiSet.cmx src/data/CCMultiSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCTrie.cmx src/data/CCTrie.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCFlatHashtbl.cmx src/data/CCFlatHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCCache.cmx src/data/CCCache.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCPersistentHashtbl.cmx src/data/CCPersistentHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCDeque.cmx src/data/CCDeque.ml
- + /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCDeque.cmx src/data/CCDeque.ml
- File "src/data/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 -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCFQueue.cmx src/data/CCFQueue.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCBV.cmx src/data/CCBV.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCMixtbl.cmx src/data/CCMixtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCMixmap.cmx src/data/CCMixmap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCRingBuffer.cmx src/data/CCRingBuffer.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCIntMap.cmx src/data/CCIntMap.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCPersistentArray.cmx src/data/CCPersistentArray.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/data -o src/data/CCMixset.cmx src/data/CCMixset.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/data src/data/CCMultiMap.cmx src/data/CCMultiSet.cmx src/data/CCTrie.cmx src/data/CCFlatHashtbl.cmx src/data/CCCache.cmx src/data/CCPersistentHashtbl.cmx src/data/CCDeque.cmx src/data/CCFQueue.cmx src/data/CCBV.cmx src/data/CCMixtbl.cmx src/data/CCMixmap.cmx src/data/CCRingBuffer.cmx src/data/CCIntMap.cmx src/data/CCPersistentArray.cmx src/data/CCMixset.cmx -o src/data/containers_data.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/data src/data/containers_data.cmxa src/data/CCMultiMap.cmx src/data/CCMultiSet.cmx src/data/CCTrie.cmx src/data/CCFlatHashtbl.cmx src/data/CCCache.cmx src/data/CCPersistentHashtbl.cmx src/data/CCDeque.cmx src/data/CCFQueue.cmx src/data/CCBV.cmx src/data/CCMixtbl.cmx src/data/CCMixmap.cmx src/data/CCRingBuffer.cmx src/data/CCIntMap.cmx src/data/CCPersistentArray.cmx src/data/CCMixset.cmx -o src/data/containers_data.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -modules src/iter/CCKTree.mli > src/iter/CCKTree.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/iter -o src/iter/CCKTree.cmi src/iter/CCKTree.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -modules src/iter/CCKTree.ml > src/iter/CCKTree.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -modules src/iter/CCKList.mli > src/iter/CCKList.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/iter -o src/iter/CCKList.cmi src/iter/CCKList.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -modules src/iter/CCKList.ml > src/iter/CCKList.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -I src/iter -o src/iter/CCKTree.cmo src/iter/CCKTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -I src/iter -o src/iter/CCKList.cmo src/iter/CCKList.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/iter src/iter/CCKTree.cmo src/iter/CCKList.cmo -o src/iter/containers_iter.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -I src/iter -o src/iter/CCKTree.cmx src/iter/CCKTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -I src/iter -o src/iter/CCKList.cmx src/iter/CCKList.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/iter src/iter/CCKTree.cmx src/iter/CCKList.cmx -o src/iter/containers_iter.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/iter src/iter/containers_iter.cmxa src/iter/CCKTree.cmx src/iter/CCKList.cmx -o src/iter/containers_iter.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/string/containers_string.ml > src/string/containers_string.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/string/CCApp_parse.mli > src/string/CCApp_parse.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/string/CCKMP.mli > src/string/CCKMP.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/string/CCLevenshtein.mli > src/string/CCLevenshtein.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/string/CCParse.mli > src/string/CCParse.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/string -o src/string/CCApp_parse.cmi src/string/CCApp_parse.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/string -o src/string/CCKMP.cmi src/string/CCKMP.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/string -o src/string/CCLevenshtein.cmi src/string/CCLevenshtein.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -package bytes -I src/string -o src/string/CCParse.cmi src/string/CCParse.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/string/CCKMP.ml > src/string/CCKMP.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/string/CCLevenshtein.ml > src/string/CCLevenshtein.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/string/CCApp_parse.ml > src/string/CCApp_parse.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/string/CCParse.ml > src/string/CCParse.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/string -o src/string/containers_string.cmo src/string/containers_string.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/string -o src/string/CCKMP.cmo src/string/CCKMP.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/string -o src/string/CCLevenshtein.cmo src/string/CCLevenshtein.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/string -o src/string/CCApp_parse.cmo src/string/CCApp_parse.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/string -o src/string/CCParse.cmo src/string/CCParse.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/string src/string/CCApp_parse.cmo src/string/CCKMP.cmo src/string/CCLevenshtein.cmo src/string/CCParse.cmo src/string/containers_string.cmo -o src/string/containers_string.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/string -o src/string/CCApp_parse.cmx src/string/CCApp_parse.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/string -o src/string/CCKMP.cmx src/string/CCKMP.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/string -o src/string/CCLevenshtein.cmx src/string/CCLevenshtein.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/string -o src/string/CCParse.cmx src/string/CCParse.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -w -4 -w -44 -package bytes -I src/string -o src/string/containers_string.cmx src/string/containers_string.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/string src/string/CCApp_parse.cmx src/string/CCKMP.cmx src/string/CCLevenshtein.cmx src/string/CCParse.cmx src/string/containers_string.cmx -o src/string/containers_string.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/string src/string/containers_string.cmxa src/string/CCApp_parse.cmx src/string/CCKMP.cmx src/string/CCLevenshtein.cmx src/string/CCParse.cmx src/string/containers_string.cmx -o src/string/containers_string.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/bigarray/CCBigstring.mli > src/bigarray/CCBigstring.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -package bytes -package bigarray -I src/bigarray -I src/core -o src/bigarray/CCBigstring.cmi src/bigarray/CCBigstring.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package bigarray -modules src/bigarray/CCBigstring.ml > src/bigarray/CCBigstring.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -w A -I src/core -w -4 -w -44 -package bytes -package bigarray -I src/bigarray -I src/core -o src/bigarray/CCBigstring.cmo src/bigarray/CCBigstring.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/bigarray src/bigarray/CCBigstring.cmo -o src/bigarray/containers_bigarray.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -w A -I src/core -w -4 -w -44 -package bytes -package bigarray -I src/bigarray -I src/core -o src/bigarray/CCBigstring.cmx src/bigarray/CCBigstring.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/bigarray src/bigarray/CCBigstring.cmx -o src/bigarray/containers_bigarray.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/bigarray src/bigarray/containers_bigarray.cmxa src/bigarray/CCBigstring.cmx -o src/bigarray/containers_bigarray.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/absSet.mli > src/misc/absSet.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/absSet.cmi src/misc/absSet.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/absSet.ml > src/misc/absSet.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/automaton.mli > src/misc/automaton.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/automaton.cmi src/misc/automaton.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/automaton.ml > src/misc/automaton.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/bij.mli > src/misc/bij.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/bij.cmi src/misc/bij.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/bij.ml > src/misc/bij.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/CSM.mli > src/misc/CSM.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/CSM.cmi src/misc/CSM.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/CSM.ml > src/misc/CSM.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/hashset.mli > src/misc/hashset.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/pHashtbl.mli > src/misc/pHashtbl.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/pHashtbl.cmi src/misc/pHashtbl.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/hashset.cmi src/misc/hashset.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/hashset.ml > src/misc/hashset.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/lazyGraph.mli > src/misc/lazyGraph.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/lazyGraph.cmi src/misc/lazyGraph.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/lazyGraph.ml > src/misc/lazyGraph.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/pHashtbl.ml > src/misc/pHashtbl.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/printBox.mli > src/misc/printBox.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/printBox.cmi src/misc/printBox.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/printBox.ml > src/misc/printBox.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/RAL.mli > src/misc/RAL.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/RAL.cmi src/misc/RAL.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/RAL.ml > src/misc/RAL.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/roseTree.mli > src/misc/roseTree.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/roseTree.cmi src/misc/roseTree.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/roseTree.ml > src/misc/roseTree.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/smallSet.mli > src/misc/smallSet.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/smallSet.cmi src/misc/smallSet.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/smallSet.ml > src/misc/smallSet.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/unionFind.mli > src/misc/unionFind.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/unionFind.cmi src/misc/unionFind.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/unionFind.ml > src/misc/unionFind.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/univ.mli > src/misc/univ.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/univ.cmi src/misc/univ.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/univ.ml > src/misc/univ.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/puf.mli > src/misc/puf.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/puf.cmi src/misc/puf.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/puf.ml > src/misc/puf.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/backtrack.mli > src/misc/backtrack.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/backtrack.cmi src/misc/backtrack.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules src/misc/backtrack.ml > src/misc/backtrack.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/absSet.cmo src/misc/absSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/automaton.cmo src/misc/automaton.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/bij.cmo src/misc/bij.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/CSM.cmo src/misc/CSM.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/hashset.cmo src/misc/hashset.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/lazyGraph.cmo src/misc/lazyGraph.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/pHashtbl.cmo src/misc/pHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/printBox.cmo src/misc/printBox.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/RAL.cmo src/misc/RAL.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/roseTree.cmo src/misc/roseTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/smallSet.cmo src/misc/smallSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/unionFind.cmo src/misc/unionFind.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/univ.cmo src/misc/univ.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/puf.cmo src/misc/puf.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -I src/misc -I src/core -I src/data -o src/misc/backtrack.cmo src/misc/backtrack.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -pack -g -annot -bin-annot src/misc/absSet.cmo src/misc/automaton.cmo src/misc/bij.cmo src/misc/CSM.cmo src/misc/pHashtbl.cmo src/misc/hashset.cmo src/misc/lazyGraph.cmo src/misc/printBox.cmo src/misc/RAL.cmo src/misc/roseTree.cmo src/misc/smallSet.cmo src/misc/unionFind.cmo src/misc/univ.cmo src/misc/puf.cmo src/misc/backtrack.cmo -o src/misc/containers_misc.cmo
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/misc src/misc/containers_misc.cmo -o src/misc/containers_misc.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/pHashtbl.cmx src/misc/pHashtbl.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/absSet.cmx src/misc/absSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/automaton.cmx src/misc/automaton.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/bij.cmx src/misc/bij.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/CSM.cmx src/misc/CSM.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/hashset.cmx src/misc/hashset.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/lazyGraph.cmx src/misc/lazyGraph.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/printBox.cmx src/misc/printBox.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/RAL.cmx src/misc/RAL.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/roseTree.cmx src/misc/roseTree.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/smallSet.cmx src/misc/smallSet.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/unionFind.cmx src/misc/unionFind.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/univ.cmx src/misc/univ.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/puf.cmx src/misc/puf.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/data -package bytes -for-pack Containers_misc -I src/misc -I src/core -I src/data -o src/misc/backtrack.cmx src/misc/backtrack.ml
- touch src/misc/containers_misc.mli  ; if  /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -pack -g -annot -bin-annot -I src/misc src/misc/absSet.cmx src/misc/automaton.cmx src/misc/bij.cmx src/misc/CSM.cmx src/misc/pHashtbl.cmx src/misc/hashset.cmx src/misc/lazyGraph.cmx src/misc/printBox.cmx src/misc/RAL.cmx src/misc/roseTree.cmx src/misc/smallSet.cmx src/misc/unionFind.cmx src/misc/univ.cmx src/misc/puf.cmx src/misc/backtrack.cmx -o src/misc/containers_misc.cmx  ; then  rm -f src/misc/containers_misc.mli  ; else  rm -f src/misc/containers_misc.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/misc src/misc/containers_misc.cmx -o src/misc/containers_misc.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/misc src/misc/containers_misc.cmxa src/misc/containers_misc.cmx -o src/misc/containers_misc.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package threads -modules src/threads/CCFuture.mli > src/threads/CCFuture.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src/core -thread -package bytes -package threads -I src/threads -I src/core -o src/threads/CCFuture.cmi src/threads/CCFuture.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package threads -modules src/threads/CCFuture.ml > src/threads/CCFuture.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package threads -modules src/threads/CCLock.mli > src/threads/CCLock.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -I src/core -thread -package bytes -package threads -I src/threads -I src/core -o src/threads/CCLock.cmi src/threads/CCLock.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -package threads -modules src/threads/CCLock.ml > src/threads/CCLock.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -w A -I src/core -thread -w -4 -w -44 -package bytes -package threads -I src/threads -I src/core -o src/threads/CCFuture.cmo src/threads/CCFuture.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -thread -w A -I src/core -thread -w -4 -w -44 -package bytes -package threads -I src/threads -I src/core -o src/threads/CCLock.cmo src/threads/CCLock.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/threads src/threads/CCLock.cmo src/threads/CCFuture.cmo -o src/threads/containers_thread.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -w A -I src/core -thread -w -4 -w -44 -package bytes -package threads -I src/threads -I src/core -o src/threads/CCLock.cmx src/threads/CCLock.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -thread -w A -I src/core -thread -w -4 -w -44 -package bytes -package threads -I src/threads -I src/core -o src/threads/CCFuture.cmx src/threads/CCFuture.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/threads src/threads/CCLock.cmx src/threads/CCFuture.cmx -o src/threads/containers_thread.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/threads src/threads/containers_thread.cmxa src/threads/CCLock.cmx src/threads/CCFuture.cmx -o src/threads/containers_thread.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules examples/lambda.ml > examples/lambda.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/sexp -I src/data -I src/misc -package bytes -I examples -I src/core -I src/misc -I src/sexp -o examples/lambda.cmo examples/lambda.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/sexp -I src/data -I src/misc -package bytes -I examples -I src/core -I src/misc -I src/sexp -o examples/lambda.cmx examples/lambda.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package bytes -I src/data -I src/core -I src/misc -I examples src/data/containers_data.cmxa src/core/containers.cmxa src/misc/containers_misc.cmxa examples/lambda.cmx -o examples/lambda.native
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules examples/id_sexp.ml > examples/id_sexp.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/sexp -I src/data -I src/misc -package bytes -I examples -I src/core -I src/misc -I src/sexp -o examples/id_sexp.cmo examples/id_sexp.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/sexp -I src/data -I src/misc -package bytes -I examples -I src/core -I src/misc -I src/sexp -o examples/id_sexp.cmx examples/id_sexp.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package bytes -I src/sexp -I examples src/sexp/containers_sexp.cmxa examples/id_sexp.cmx -o examples/id_sexp.native
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package bytes -modules examples/id_sexp2.ml > examples/id_sexp2.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/sexp -I src/data -I src/misc -package bytes -I examples -I src/core -I src/misc -I src/sexp -o examples/id_sexp2.cmo examples/id_sexp2.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -no-alias-deps -I src/core -I src/sexp -I src/data -I src/misc -package bytes -I examples -I src/core -I src/misc -I src/sexp -o examples/id_sexp2.cmx examples/id_sexp2.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package bytes -I src/sexp -I examples src/sexp/containers_sexp.cmxa examples/id_sexp2.cmx -o examples/id_sexp2.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.11
Processing 12/12: [containers: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/containers.0.11)
- 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/CCPrint.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/CCInt.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCBool.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCFloat.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCArray.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCRef.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCSet.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCOrd.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCRandom.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/CCMap.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCFormat.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers.ml
- 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/containers.cmi
- Installed /home/opam/.opam/4.05/lib/containers/containers.cmt
- Installed /home/opam/.opam/4.05/lib/containers/containers.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCFormat.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCFormat.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCFormat.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCFormat.annot
- 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/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/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/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/CCSet.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCSet.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCSet.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCSet.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCRef.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCRef.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCRef.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCRef.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/CCFloat.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCFloat.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCFloat.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCFloat.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/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/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/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/containers.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCFormat.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCMap.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCHashtbl.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCRandom.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCOrd.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCSet.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCRef.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCArray.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCFloat.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/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/CCPrint.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCVector.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCUnix.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers_unix.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_unix.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_unix.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_unix.cmxs
- Installed /home/opam/.opam/4.05/lib/containers/CCUnix.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCUnix.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCUnix.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCUnix.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCUnix.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCFuture.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCLock.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers_thread.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_thread.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_thread.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_thread.cmxs
- Installed /home/opam/.opam/4.05/lib/containers/CCLock.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCLock.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCLock.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCLock.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCFuture.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCFuture.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCFuture.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCFuture.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCLock.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCFuture.cmx
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.ml
- Installed /home/opam/.opam/4.05/lib/containers/CCKMP.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCLevenshtein.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCApp_parse.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCParse.mli
- 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/CCParse.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCParse.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCParse.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCParse.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCApp_parse.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCApp_parse.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCApp_parse.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCApp_parse.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCLevenshtein.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCLevenshtein.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCLevenshtein.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCLevenshtein.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCKMP.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCKMP.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCKMP.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCKMP.annot
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.cmi
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.cmt
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCParse.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCApp_parse.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCLevenshtein.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCKMP.cmx
- Installed /home/opam/.opam/4.05/lib/containers/containers_string.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCSexp.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpStream.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpM.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers_sexp.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_sexp.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_sexp.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_sexp.cmxs
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpM.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpM.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpM.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpM.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpStream.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpStream.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpStream.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpStream.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/CCSexpM.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCSexpStream.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCSexp.cmx
- Installed /home/opam/.opam/4.05/lib/containers/absSet.mli
- Installed /home/opam/.opam/4.05/lib/containers/automaton.mli
- Installed /home/opam/.opam/4.05/lib/containers/bij.mli
- Installed /home/opam/.opam/4.05/lib/containers/CSM.mli
- Installed /home/opam/.opam/4.05/lib/containers/hashset.mli
- Installed /home/opam/.opam/4.05/lib/containers/lazyGraph.mli
- Installed /home/opam/.opam/4.05/lib/containers/pHashtbl.mli
- Installed /home/opam/.opam/4.05/lib/containers/printBox.mli
- Installed /home/opam/.opam/4.05/lib/containers/RAL.mli
- Installed /home/opam/.opam/4.05/lib/containers/roseTree.mli
- Installed /home/opam/.opam/4.05/lib/containers/smallSet.mli
- Installed /home/opam/.opam/4.05/lib/containers/unionFind.mli
- Installed /home/opam/.opam/4.05/lib/containers/univ.mli
- Installed /home/opam/.opam/4.05/lib/containers/puf.mli
- Installed /home/opam/.opam/4.05/lib/containers/backtrack.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/backtrack.cmti
- Installed /home/opam/.opam/4.05/lib/containers/backtrack.cmt
- Installed /home/opam/.opam/4.05/lib/containers/backtrack.annot
- Installed /home/opam/.opam/4.05/lib/containers/puf.cmti
- Installed /home/opam/.opam/4.05/lib/containers/puf.cmt
- Installed /home/opam/.opam/4.05/lib/containers/puf.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/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/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/roseTree.cmti
- Installed /home/opam/.opam/4.05/lib/containers/roseTree.cmt
- Installed /home/opam/.opam/4.05/lib/containers/roseTree.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/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/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/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/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/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/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/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/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/containers_misc.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCKTree.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCKList.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers_iter.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_iter.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_iter.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_iter.cmxs
- 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/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/CCKList.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCKTree.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCIO.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers_io.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_io.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_io.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_io.cmxs
- 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/CCIO.cmx
- 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/CCTrie.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCFlatHashtbl.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCCache.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentHashtbl.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCDeque.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCFQueue.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCBV.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCMixtbl.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCMixmap.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCRingBuffer.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCIntMap.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentArray.mli
- Installed /home/opam/.opam/4.05/lib/containers/CCMixset.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers_data.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_data.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_data.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_data.cmxs
- Installed /home/opam/.opam/4.05/lib/containers/CCMixset.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCMixset.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCMixset.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCMixset.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentArray.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentArray.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentArray.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentArray.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCIntMap.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCIntMap.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCIntMap.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCIntMap.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCRingBuffer.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCRingBuffer.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCRingBuffer.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCRingBuffer.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCMixmap.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCMixmap.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCMixmap.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCMixmap.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCMixtbl.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCMixtbl.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCMixtbl.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCMixtbl.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/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/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/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/CCCache.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCCache.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCCache.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCCache.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/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/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/CCMixset.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentArray.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCIntMap.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCRingBuffer.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCMixmap.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCMixtbl.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCBV.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCFQueue.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCDeque.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCPersistentHashtbl.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCCache.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCFlatHashtbl.cmx
- Installed /home/opam/.opam/4.05/lib/containers/CCTrie.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/CCBigstring.mli
- Installed /home/opam/.opam/4.05/lib/containers/containers_bigarray.cma
- Installed /home/opam/.opam/4.05/lib/containers/containers_bigarray.cmxa
- Installed /home/opam/.opam/4.05/lib/containers/containers_bigarray.a
- Installed /home/opam/.opam/4.05/lib/containers/containers_bigarray.cmxs
- Installed /home/opam/.opam/4.05/lib/containers/CCBigstring.cmi
- Installed /home/opam/.opam/4.05/lib/containers/CCBigstring.cmti
- Installed /home/opam/.opam/4.05/lib/containers/CCBigstring.cmt
- Installed /home/opam/.opam/4.05/lib/containers/CCBigstring.annot
- Installed /home/opam/.opam/4.05/lib/containers/CCBigstring.cmx
- Installed /home/opam/.opam/4.05/lib/containers/META
-> installed containers.0.11
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:58.22 ---> saved as "563730e5de8705d248c4d09850a2df11aac72c6f28ab11edd80763d97512de1b"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u containers:95f2dde7c1f396859c37c1cc34f7b0b8"))
2024-09-12 20:58.24 ---> saved as "ba55ab38eb08a9804ad8e5a8988c0ee233e5df79ad719911dbfc9c53411bb1b8"

/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.637613') && (for DATA in prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11,containers.0.11-95f2dde7c1f396859c37c1cc34f7b0b8,containers.0.11; 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/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11,containers.0.11-95f2dde7c1f396859c37c1cc34f7b0b8,containers.0.11; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11,containers.0.11-95f2dde7c1f396859c37c1cc34f7b0b8,containers.0.11; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.637613
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers.ocamlobjinfo
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_bigarray.ocamlobjinfo
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_data.ocamlobjinfo
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_io.ocamlobjinfo
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_iter.ocamlobjinfo
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_misc.ocamlobjinfo
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_sexp.ocamlobjinfo
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_string.ocamlobjinfo
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_thread.ocamlobjinfo
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_unix.ocamlobjinfo
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCApp_parse.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCApp_parse.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCApp_parse.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCArray.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCArray.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCArray.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCBV.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCBV.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCBV.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCBigstring.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCBigstring.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCBigstring.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCBool.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCBool.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCBool.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCCache.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCCache.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCCache.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCDeque.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCDeque.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCDeque.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCError.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCError.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCError.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFQueue.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFQueue.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFQueue.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFlatHashtbl.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFlatHashtbl.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFlatHashtbl.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFloat.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFloat.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFloat.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFormat.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFormat.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFormat.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFun.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFun.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFun.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFuture.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFuture.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCFuture.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCHash.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCHash.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCHash.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCHashtbl.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCHashtbl.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCHashtbl.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCHeap.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCHeap.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCHeap.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCIO.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCIO.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCIO.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCInt.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCInt.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCInt.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCIntMap.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCIntMap.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCIntMap.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCKList.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCKList.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCKList.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCKMP.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCKMP.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCKMP.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCKTree.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCKTree.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCKTree.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCLevenshtein.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCLevenshtein.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCLevenshtein.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCList.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCList.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCList.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCLock.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCLock.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCLock.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMap.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMap.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMap.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMixmap.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMixmap.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMixmap.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMixset.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMixset.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMixset.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMixtbl.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMixtbl.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMixtbl.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMultiMap.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMultiMap.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMultiMap.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMultiSet.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMultiSet.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCMultiSet.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCOpt.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCOpt.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCOpt.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCOrd.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCOrd.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCOrd.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPair.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPair.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPair.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCParse.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCParse.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCParse.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPersistentArray.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPersistentArray.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPersistentArray.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPersistentHashtbl.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPersistentHashtbl.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPersistentHashtbl.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPrint.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPrint.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCPrint.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCRandom.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCRandom.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCRandom.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCRef.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCRef.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCRef.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCRingBuffer.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCRingBuffer.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCRingBuffer.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSet.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSet.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSet.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSexp.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSexp.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSexp.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSexpM.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSexpM.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSexpM.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSexpStream.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSexpStream.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCSexpStream.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCString.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCString.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCString.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCTrie.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCTrie.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCTrie.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCUnix.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCUnix.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCUnix.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCVector.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCVector.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CCVector.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CSM.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/CSM.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/META
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/RAL.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/RAL.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/absSet.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/absSet.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/automaton.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/automaton.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/backtrack.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/backtrack.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/bij.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/bij.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_misc.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_misc.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_string.cmi
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/containers_string.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/hashset.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/hashset.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/lazyGraph.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/lazyGraph.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/pHashtbl.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/pHashtbl.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/printBox.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/printBox.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/puf.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/puf.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/roseTree.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/roseTree.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/smallSet.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/smallSet.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/unionFind.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/unionFind.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/univ.cmt
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/lib/containers/univ.cmti
prep/universes/95f2dde7c1f396859c37c1cc34f7b0b8/containers/0.11/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:containers.0.11-95f2dde7c1f396859c37c1cc34f7b0b8:6eed9a0834368468fdddaf0377f7fcabd53094162f6e6299b18b22d9d1b4ad15
2024-09-12 20:58.25 ---> saved as "e86f309035752539927e7e34edd5a881ebd1c75301c3a2bfb14a4df4ee0199c8"
Job succeeded
2024-09-12 21:05.57: containers.0.11-95f2dde7c1f396859c37c1cc34f7b0b8 -> 6eed9a0834368468fdddaf0377f7fcabd53094162f6e6299b18b22d9d1b4ad15
2024-09-12 21:05.57: Job succeeded