Build:
  1. 0
2024-09-14 13:12.27: New job: Voodoo do digestif.1.1.4; c7128d39ea944ed2119664f912bfb9c8
2024-09-14 13:12.27: Waiting for resource in pool OCluster
2024-09-14 13:17.07: Waiting for worker…
2024-09-14 13:17.31: Got resource from pool OCluster
2024-09-14 13:17.31: Using cache hint "docs-universe-compile-4.12.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
         (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"))
         (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#a432fa7b6013bef70b3fcdc64782e309d470e34a && opam depext -iy voodoo-do"))
         (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (workdir /home/opam/docs/)
 (run (shell "sudo chown opam:opam . "))
 (copy (from (build tools))
       (src /home/opam/odoc /home/opam/voodoo-do)
       (dst /home/opam/))
 (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
 (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 "(for DATA in compile/p/base-threads/base,base-threads.base-d41d8cd98f00b204e9800998ecf8427e,base-threads.base compile/p/base-unix/base,base-unix.base-d41d8cd98f00b204e9800998ecf8427e,base-unix.base compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0,cmdliner.1.2.0-bc8d45a2711c60f8c8be4f2908f9da3b,cmdliner.1.2.0 compile/u/f2f437164fb8cbd4d4e86211ee9076e9/cstruct/6.2.0,cstruct.6.2.0-f2f437164fb8cbd4d4e86211ee9076e9,cstruct.6.2.0 compile/u/f8f25cbf9b055dbecdb7e799ad6b909c/dune/3.13.0,dune.3.13.0-f8f25cbf9b055dbecdb7e799ad6b909c,dune.3.13.0 compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9,eqaf.0.9-869fbf076e54ee82522a69dec2e95d1d,eqaf.0.9 compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0,fmt.0.9.0-483dc1281a9ea217c9719d54f5a8f0c5,fmt.0.9.0 compile/p/ocaml/4.12.1,ocaml.4.12.1-81947a6fc7b489c827923ca5317c28db,ocaml.4.12.1 compile/p/ocaml-base-compiler/4.12.1,ocaml-base-compiler.4.12.1-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.12.1 compile/u/572f489ec2a7cfaca90b5c435b54418a/ocaml-config/2,ocaml-config.2-572f489ec2a7cfaca90b5c435b54418a,ocaml-config.2 compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3,ocamlbuild.0.14.3-bc8d45a2711c60f8c8be4f2908f9da3b,ocamlbuild.0.14.3 compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6,ocamlfind.1.9.6-bc8d45a2711c60f8c8be4f2908f9da3b,ocamlfind.1.9.6 compile/u/86cf52ff9479276df3d6775110a2d6af/topkg/1.0.7,topkg.1.0.7-86cf52ff9479276df3d6775110a2d6af,topkg.1.0.7; do IFS=\",\"; set -- $DATA; rsync -aR staging.docs.ci.ocamllabs.io:/data/./$1 .; done) && (rsync -aR staging.docs.ci.ocamllabs.io:/data/./prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/digestif/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p digestif  ) && (shopt -s nullglob && ((tar -cvf compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4.tar compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/*  && rm -R compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/* && mv compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4.tar compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-810421058d684117922542288ef61984 && mv linked epoch-810421058d684117922542288ef61984/) && (mkdir -p epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4) && (shopt -s nullglob && ((tar -cvf epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4.tar epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/*  && rm -R epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/* && mv epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4.tar epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/content.tar) || (echo 'Empty directory')))"))
 (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.941667') && (rsync -aR ./compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4 ./epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/ staging.docs.ci.ocamllabs.io:/data/.) && (set 'compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
)
END-OF-SPEC

ocluster-client submit-obuilder --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-compile-4.12.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-14 13:17.31: RETRYING: 2024-09-14/131227-voodoo-do-845061 Number of retries: 0 (retriable error condition)
Building on x86-bm-c11.sw.ocaml.org

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
2024-09-14 13:17.30 ---> using "a0a8682898bb49db5260f1010a21203113f4ec80738744ef2b3e1596002810e4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-14 13:17.30 ---> using "718c7d2ac79e971f215f51b0d20ca2dc70e679f48c106f59160c9e2122ed4cf4" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4"))
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 [181 kB]
Fetched 297 kB in 0s (1215 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  m4
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 287 kB of archives.
After this operation, 686 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 287 kB in 0s (15.1 MB/s)
Selecting previously unselected package m4.
(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 .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Setting up m4 (1.4.19-3) ...
2024-09-14 13:17.30 ---> using "f8d402b42d8e22e2e24f11ac299dfe95d9754fc5b74f359d611d69fa9ab6cfa1" 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#a432fa7b6013bef70b3fcdc64782e309d470e34a && opam depext -iy voodoo-do"))
[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#a432fa7b6013bef70b3fcdc64782e309d470e34a
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#a432fa7b6013bef70b3fcdc64782e309d470e34a
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#a432fa7b6013bef70b3fcdc64782e309d470e34a (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#a432fa7b6013bef70b3fcdc64782e309d470e34a
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#a432fa7b6013bef70b3fcdc64782e309d470e34a (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#a432fa7b6013bef70b3fcdc64782e309d470e34a
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#a432fa7b6013bef70b3fcdc64782e309d470e34a (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#a432fa7b6013bef70b3fcdc64782e309d470e34a
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#a432fa7b6013bef70b3fcdc64782e309d470e34a (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-do.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#a432fa7b6013bef70b3fcdc64782e309d470e34a

The following actions will be performed:
  - install ocamlbuild    0.15.0       [required by astring, bos]
  - install dune          3.16.0       [required by voodoo-do]
  - install num           1.5-1        [required by sexplib]
  - install ocamlfind     1.9.6        [required by astring, bos]
  - install cmdliner      1.3.0        [required by voodoo-do]
  - install jbuilder      1.0+beta20.2 [required by sexplib]
  - install seq           base         [required by tyxml, yojson]
  - install result        1.5          [required by odoc]
  - install cppo          1.7.0        [required by odoc]
  - install camlp-streams 5.0.1        [required by odoc-parser]
  - install topkg         1.0.7        [required by astring, bos]
  - install sexplib       v0.10.0      [required by voodoo-lib]
  - install yojson        2.2.2        [required by voodoo-do]
  - install re            1.12.0       [required by tyxml]
  - install uutf          1.0.3        [required by tyxml]
  - install rresult       0.7.0        [required by bos]
  - install ptime         1.1.0        [required by crunch]
  - install fmt           0.9.0        [required by bos, odoc]
  - install astring       0.8.5        [required by voodoo-do]
  - install tyxml         4.6.0        [required by odoc]
  - install crunch        3.3.1        [required by odoc]
  - install logs          0.7.0        [required by bos]
  - install odoc-parser   2.4.2        [required by odoc]
  - install fpath         0.7.3        [required by odoc, bos, voodoo-lib]
  - install odoc          2.4.2        [required by voodoo-do]
  - install bos           0.2.1        [required by voodoo-do]
  - install voodoo-lib    ~dev*        [required by voodoo-do]
  - install voodoo-do     ~dev*
===== 28 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[camlp-streams.5.0.1] found in cache
[cmdliner.1.3.0] found in cache
[cppo.1.7.0] found in cache
[crunch.3.3.1] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jbuilder.1.0+beta20.2] found in cache
[logs.0.7.0] found in cache
[num.1.5-1] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[odoc.2.4.2] found in cache
[odoc-parser.2.4.2] found in cache
[ptime.1.1.0] found in cache
[re.1.12.0] found in cache
[result.1.5] found in cache
[rresult.0.7.0] found in cache
[sexplib.v0.10.0] found in cache
[topkg.1.0.7] found in cache
[tyxml.4.6.0] found in cache
[uutf.1.0.3] found in cache
[yojson.2.2.2] found in cache
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#a432fa7b6013bef70b3fcdc64782e309d470e34a
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#a432fa7b6013bef70b3fcdc64782e309d470e34a

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed jbuilder.1.0+beta20.2
-> installed sexplib.v0.10.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed ptime.1.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed re.1.12.0
-> installed cppo.1.7.0
-> installed yojson.2.2.2
-> installed odoc-parser.2.4.2
-> installed voodoo-lib.~dev
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
-> installed voodoo-do.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-14 13:17.30 ---> using "65415a9554b9e8920582e733e1b1ea4cb1ae8e250121cc9ed5a6aff76f4a71e2" from cache

/home/opam: (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))
2024-09-14 13:17.30 ---> using "5f84d8997613655fc1f8393baa0cf740bf635a84724884ff0923d8e99e71b8a8" from cache
2024-09-14 13:17.30 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
2024-09-14 13:17.30 ---> using "a0a8682898bb49db5260f1010a21203113f4ec80738744ef2b3e1596002810e4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-14 13:17.30 ---> using "718c7d2ac79e971f215f51b0d20ca2dc70e679f48c106f59160c9e2122ed4cf4" from cache

/home/opam: (workdir /home/opam/docs/)

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2024-09-14 13:17.30 ---> using "9aa4919b93640f871d835aa621f656376ddf1c1767e04e66fc1d215c1d677d69" from cache

/home/opam/docs/: (copy (from (build tools))
                        (src /home/opam/odoc /home/opam/voodoo-do)
                        (dst /home/opam/))
2024-09-14 13:17.31 ---> using "d83174b3184cfcc8ddade887b2a28bbe60aa8a262ea7e5581de3dc6c22ce9394" from cache

/home/opam/docs/: (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
2024-09-14 13:17.31 ---> using "7b532478df7c1a2fa3a68940c444cb98d93cbfbab53a0253d51de4eac33780f8" from cache

/home/opam/docs/: (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 "(for DATA in compile/p/base-threads/base,base-threads.base-d41d8cd98f00b204e9800998ecf8427e,base-threads.base compile/p/base-unix/base,base-unix.base-d41d8cd98f00b204e9800998ecf8427e,base-unix.base compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0,cmdliner.1.2.0-bc8d45a2711c60f8c8be4f2908f9da3b,cmdliner.1.2.0 compile/u/f2f437164fb8cbd4d4e86211ee9076e9/cstruct/6.2.0,cstruct.6.2.0-f2f437164fb8cbd4d4e86211ee9076e9,cstruct.6.2.0 compile/u/f8f25cbf9b055dbecdb7e799ad6b909c/dune/3.13.0,dune.3.13.0-f8f25cbf9b055dbecdb7e799ad6b909c,dune.3.13.0 compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9,eqaf.0.9-869fbf076e54ee82522a69dec2e95d1d,eqaf.0.9 compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0,fmt.0.9.0-483dc1281a9ea217c9719d54f5a8f0c5,fmt.0.9.0 compile/p/ocaml/4.12.1,ocaml.4.12.1-81947a6fc7b489c827923ca5317c28db,ocaml.4.12.1 compile/p/ocaml-base-compiler/4.12.1,ocaml-base-compiler.4.12.1-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.12.1 compile/u/572f489ec2a7cfaca90b5c435b54418a/ocaml-config/2,ocaml-config.2-572f489ec2a7cfaca90b5c435b54418a,ocaml-config.2 compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3,ocamlbuild.0.14.3-bc8d45a2711c60f8c8be4f2908f9da3b,ocamlbuild.0.14.3 compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6,ocamlfind.1.9.6-bc8d45a2711c60f8c8be4f2908f9da3b,ocamlfind.1.9.6 compile/u/86cf52ff9479276df3d6775110a2d6af/topkg/1.0.7,topkg.1.0.7-86cf52ff9479276df3d6775110a2d6af,topkg.1.0.7; do IFS=\",\"; set -- $DATA; rsync -aR staging.docs.ci.ocamllabs.io:/data/./$1 .; done) && (rsync -aR staging.docs.ci.ocamllabs.io:/data/./prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/digestif/
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/digestif/CHANGES.md
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/digestif/LICENSE.md
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/digestif/README.md
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/META
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/digestif_c.ocamlobjinfo
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_bi.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_bi.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_by.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_by.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_conv.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_conv.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_eq.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_eq.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_native.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_native.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/digestif.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/digestif.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/digestif.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/digestif.cmti
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/dune-package
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/digestif_ocaml.ocamlobjinfo
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_blake2b.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_blake2b.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_blake2s.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_blake2s.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_md5.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_md5.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_rmd160.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_rmd160.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha1.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha1.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha224.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha224.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha256.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha256.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha384.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha384.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha3_224.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha3_224.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha3_384.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha3_384.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha3_512.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha3_512.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha512.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha512.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_whirlpool.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_whirlpool.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/digestif_bi.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/digestif_bi.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/digestif_by.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/digestif_by.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/digestif_conv.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/digestif_conv.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/digestif_eq.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/digestif_eq.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/xor.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/xor.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/baijiu_keccak_256.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/baijiu_keccak_256.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/baijiu_sha3.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/baijiu_sha3.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/baijiu_sha3_256.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/baijiu_sha3_256.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/digestif.cmi
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/digestif.cmt
prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/opam
compile/u/86cf52ff9479276df3d6775110a2d6af/topkg/1.0.7/1.0.7/
compile/u/86cf52ff9479276df3d6775110a2d6af/topkg/1.0.7/1.0.7/lib/
compile/u/86cf52ff9479276df3d6775110a2d6af/topkg/1.0.7/1.0.7/lib/topkg/
compile/u/86cf52ff9479276df3d6775110a2d6af/topkg/1.0.7/1.0.7/lib/topkg/Topkg.odoc
compile/u/86cf52ff9479276df3d6775110a2d6af/topkg/1.0.7/doc/
compile/u/86cf52ff9479276df3d6775110a2d6af/topkg/1.0.7/doc/index.m
compile/u/86cf52ff9479276df3d6775110a2d6af/topkg/1.0.7/page-doc.odoc
compile/u/572f489ec2a7cfaca90b5c435b54418a/ocaml-config/2/doc/
compile/u/572f489ec2a7cfaca90b5c435b54418a/ocaml-config/2/doc/index.m
compile/u/572f489ec2a7cfaca90b5c435b54418a/ocaml-config/2/page-doc.odoc
compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0/0.9.0/
compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0/0.9.0/lib/
compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0/0.9.0/lib/fmt/
compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0/0.9.0/lib/fmt/Fmt_cli.odoc
compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0/0.9.0/lib/fmt/Fmt_tty.odoc
compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0/0.9.0/lib/fmt/Fmt.odoc
compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0/doc/
compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0/doc/index.m
compile/u/483dc1281a9ea217c9719d54f5a8f0c5/fmt/0.9.0/page-doc.odoc
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/lib/
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/lib/eqaf/
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/lib/eqaf/Eqaf.odoc
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/lib/eqaf/cstruct/
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/lib/eqaf/cstruct/Eqaf_cstruct.odoc
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/lib/eqaf/Eqaf__Unsafe.odoc
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/lib/eqaf/Eqaf__.odoc
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/lib/eqaf/bigstring/
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/lib/eqaf/bigstring/Eqaf_bigstring.odoc
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/doc/
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/doc/index.m
compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/page-doc.odoc
compile/u/f8f25cbf9b055dbecdb7e799ad6b909c/dune/3.13.0/doc/
compile/u/f8f25cbf9b055dbecdb7e799ad6b909c/dune/3.13.0/doc/index.m
compile/u/f8f25cbf9b055dbecdb7e799ad6b909c/dune/3.13.0/page-doc.odoc
compile/u/f2f437164fb8cbd4d4e86211ee9076e9/cstruct/6.2.0/6.2.0/
compile/u/f2f437164fb8cbd4d4e86211ee9076e9/cstruct/6.2.0/6.2.0/lib/
compile/u/f2f437164fb8cbd4d4e86211ee9076e9/cstruct/6.2.0/6.2.0/lib/cstruct/
compile/u/f2f437164fb8cbd4d4e86211ee9076e9/cstruct/6.2.0/6.2.0/lib/cstruct/Cstruct.odoc
compile/u/f2f437164fb8cbd4d4e86211ee9076e9/cstruct/6.2.0/6.2.0/lib/cstruct/Cstruct_cap.odoc
compile/u/f2f437164fb8cbd4d4e86211ee9076e9/cstruct/6.2.0/doc/
compile/u/f2f437164fb8cbd4d4e86211ee9076e9/cstruct/6.2.0/doc/index.m
compile/u/f2f437164fb8cbd4d4e86211ee9076e9/cstruct/6.2.0/page-doc.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_meta.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_topo.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_args.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_lint.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Ocaml_args.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Topfind.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_split.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Findlib.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_dynload.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Findlib_config.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_package_base.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_metascanner.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_metatoken.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/doc/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/doc/index.m
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlfind/1.9.6/page-doc.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/0.14.3/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/0.14.3/lib/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/0.14.3/lib/ocamlbuild/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/0.14.3/lib/ocamlbuild/Ocamlbuild_plugin.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/0.14.3/lib/ocamlbuild/Ocamlbuild_executor.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/0.14.3/lib/ocamlbuild/Signatures.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/0.14.3/lib/ocamlbuild/Ocamlbuild_pack.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/0.14.3/lib/ocamlbuild/Ocamlbuild_unix_plugin.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/doc/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/doc/index.m
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/ocamlbuild/0.14.3/page-doc.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/1.2.0/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/1.2.0/lib/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/1.2.0/lib/cmdliner/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/1.2.0/lib/cmdliner/Cmdliner.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/doc/
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/doc/page-tutorial.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/doc/page-tool_man.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/doc/page-examples.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/doc/page-cli.odoc
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/doc/index.m
compile/u/bc8d45a2711c60f8c8be4f2908f9da3b/cmdliner/1.2.0/page-doc.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__scanf.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__moreLabels.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Bigarray.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__genlex.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__marshal.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__atomic.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/CamlinternalAtomic.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__random.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__gc.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__queue.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__result.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__parsing.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__stream.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__weak.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Std_exit.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__oo.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/CamlinternalOO.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Profiling.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/CamlinternalMod.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__char.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__listLabels.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/threads/
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/threads/Event.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/threads/ThreadUnix.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/threads/Semaphore.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/threads/Thread.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/threads/Condition.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/threads/Mutex.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/CamlinternalFormat.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__bytes.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__stack.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__bytesLabels.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__option.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__pervasives.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__stringLabels.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__printexc.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__float.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__nativeint.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__filename.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__callback.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__stdLabels.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Dynlink.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__ephemeron.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__int.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__sys.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Topdirs.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__arg.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__array.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__printf.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__bool.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/UnixLabels.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Unix.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__bigarray.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__complex.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__list.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__either.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Str.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__int64.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__unit.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__obj.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__int32.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_test.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_scan.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_ast.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_sig.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_env.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_comments.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_cross.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_args.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_gen.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_dot.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_html.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_dag2html.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_ocamlhtml.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_text.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_analyse.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_dep.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_see_lexer.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_texi.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_man.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_config.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_merge.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_control.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_inherit.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_latex.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_latex_style.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_to_text.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_str.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_print.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_text_lexer.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_text_parser.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_lexer.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_comments_global.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_messages.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_parser.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_info.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_global.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_search.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_module.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_class.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_exception.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_value.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_misc.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_parameter.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_extension.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_type.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_name.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ocamldoc/Odoc_types.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__fun.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__arrayLabels.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__digest.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__string.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__hashtbl.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__map.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__set.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__format.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__buffer.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__seq.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__uchar.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Genprintval.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Translprim.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Compile.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Coloring.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Unbox_specialised_args.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/CSE.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printmach.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Lexer.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Builtin_attributes.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Remove_unused_arguments.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Strmatch.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Semantics_of_primitives.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Closure_conversion.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Includeclass.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Simplify_boxed_integer_ops.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Binutils.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printclambda.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Attr_helper.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Flambda_utils.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typeopt.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Compmisc.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Dll.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Interf.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Domainstate.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Schedgen.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Comballoc.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Find_recursive_functions.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Local_store.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Spill.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Makedepend.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Remove_unused_closure_vars.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Trace.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typecore.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Arg_helper.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Translmod.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Linear_format.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printtyped.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printlinear.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Optmain.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Translcore.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Cmm_helpers.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Datarepr.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Mtype.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Lift_code.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Flambda_iterators.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Selectgen.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Remove_free_vars_equal_to_args.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typetexp.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Extract_projections.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Reloadgen.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Parmatch.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Opterrors.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Simplif.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/X86_dsl.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Int_replace_polymorphic_compare.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Parse.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Untypeast.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Bytelink.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Invariant_params.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Cmmgen_state.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Optcompile.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Compile_common.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Traverse_for_exported_symbols.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Available_regs.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Bytelibrarian.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Inlining_decision.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Closure.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Initialize_symbol_to_let_symbol.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Unbox_closures.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Inline_and_simplify.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Emit.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Matching.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Btype.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typedecl_unboxed.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Alias_analysis.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Deadcode.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Unbox_free_vars_of_closures.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Cmt2annot.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Cmt_format.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Tast_iterator.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/X86_masm.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Un_anf.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Liveness.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Lift_let_to_initialize_symbol.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Expunge.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Ast_invariants.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Closure_conversion_aux.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Emitaux.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Asmlink.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Bytesections.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Linearize.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Share_constants.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Import_approx.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typemod.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Includemod.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typedecl.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Includecore.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typedecl_immediacy.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typedecl_variance.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Translobj.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Linscan.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Simplify_primitives.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Optmaindriver.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Patterns.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Export_info_for_pack.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Inconstant_idents.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Tast_mapper.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Ast_iterator.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Compenv.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printclambda_primitives.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Predef.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Closure_middle_end.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Parser.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/CamlinternalMenhirLib.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Asmpackager.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Stypes.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Annot.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Compilenv.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Cmx_format.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Asmgen.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Id_types.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printcmm.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Flambda_invariants.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Selection.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Convert_primitives.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Flambda_middle_end.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Augment_specialised_args.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Interval.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typeclass.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Bytegen.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Depend.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printinstr.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Scheduling.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Asmlibrarian.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Branch_relaxation.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Branch_relaxation_intf.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Inlining_stats.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Strongly_connected_components.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Translattribute.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Ref_to_variables.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Inlining_transforms.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Inlining_decision_intf.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printlambda.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Simplify_boxed_integer_ops_intf.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/CSEgen.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Remove_unused_program_constructs.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Symtable.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Opcodes.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Flambda_to_clambda.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Persistent_env.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Consistbl.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Ast_mapper.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Pparse.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Pass_wrapper.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Compute_ranges.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Compute_ranges_intf.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Linear.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Reload.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Errors.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typedecl_separability.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Rec_check.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Afl_instrument.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Syntaxerr.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Simplify_common.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printast.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printpat.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Topstart.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Topmain.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Pprintast.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Oprint.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Lift_constants.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Envaux.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Main.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Maindriver.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Emitcode.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Cmo_format.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Closure_offsets.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Proc.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Translclass.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typedtree.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Build_export_info.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Export_info.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Meta.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Instruct.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Switch.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Cmxs_format.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Main_args.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Bytepackager.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Split.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Mach.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Arch.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Clflags.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Config.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Profile.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Reg_availability_set.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Reg_with_debug_info.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Reg.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Ccomp.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/X86_gas.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Ast_helper.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Docstrings.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Inline_and_simplify_aux.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Backend_intf.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Inlining_stats_types.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Inlining_cost.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Simple_value_approx.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Export_id.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Freshening.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Printtyp.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Ctype.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Cmmgen.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Clambda.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Cmm.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Backend_var.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Targetint.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Effect_analysis.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Flambda.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Allocated_const.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Clambda_primitives.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Closure_origin.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Mutable_variable.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Numbers.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Parameter.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Set_of_closures_origin.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Set_of_closures_id.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Static_exception.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Symbol.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Tag.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Projection.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Closure_id.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Var_within_closure.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Closure_element.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Variable.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Internal_variable_names.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Lambda.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Debuginfo.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Toploop.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Terminfo.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/X86_proc.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/X86_ast.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Runtimedef.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Typedecl_properties.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Env.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Cmi_format.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Load_path.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Misc.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Build_path_prefix_map.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Subst.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Compilation_unit.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Linkage_name.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Types.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Path.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Ident.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Identifiable.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Primitive.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Outcometree.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Type_immediacy.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Parsetree.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Asttypes.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Location.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Longident.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/compiler-libs/Warnings.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__lazy.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/CamlinternalLazy.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib__lexing.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/CamlinternalFormatBasics.odoc
compile/p/ocaml-base-compiler/4.12.1/doc/
compile/p/ocaml-base-compiler/4.12.1/doc/index.m
compile/p/ocaml-base-compiler/4.12.1/page-doc.odoc
compile/p/ocaml/4.12.1/doc/
compile/p/ocaml/4.12.1/doc/index.m
compile/p/ocaml/4.12.1/page-doc.odoc
compile/p/base-unix/base/doc/
compile/p/base-unix/base/doc/index.m
compile/p/base-unix/base/page-doc.odoc
compile/p/base-threads/base/doc/
compile/p/base-threads/base/doc/index.m
compile/p/base-threads/base/page-doc.odoc
2024-09-14 13:17.56 ---> saved as "b0bf50fa995b5f95452321680e729ba6af56ba0621db5de9a1b89cceb01d6594"

/home/opam/docs/: (run (shell "(mkdir -p compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/digestif/*.odoc)"))
2024-09-14 13:17.56 ---> saved as "bf989faeccac382b980c08ff4c164e18ee28f5440ad9bd38c6c8890da1ea397a"

/home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p digestif  ) && (shopt -s nullglob && ((tar -cvf compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4.tar compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/*  && rm -R compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/* && mv compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4.tar compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-810421058d684117922542288ef61984 && mv linked epoch-810421058d684117922542288ef61984/) && (mkdir -p epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4) && (shopt -s nullglob && ((tar -cvf epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4.tar epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/*  && rm -R epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/* && mv epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4.tar epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/content.tar) || (echo 'Empty directory')))"))
process_meta_file: prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/META
found archive_names: [digestif_c, digestif_ocaml]
process_ocamlobjinfo_file: prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/digestif_ocaml.ocamlobjinfo
trying to look up archive_name: digestif_ocaml
units: Digestif_bi,Digestif_by,Xor,Digestif_eq,Digestif_conv,Baijiu_blake2b,Baijiu_blake2s,Baijiu_sha3,Baijiu_keccak_256,Baijiu_md5,Baijiu_rmd160,Baijiu_sha1,Baijiu_sha256,Baijiu_sha224,Baijiu_sha512,Baijiu_sha384,Baijiu_sha3_224,Baijiu_sha3_256,Baijiu_sha3_384,Baijiu_sha3_512,Baijiu_whirlpool,Digestif
process_ocamlobjinfo_file: prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/digestif_c.ocamlobjinfo
trying to look up archive_name: digestif_c
units: Digestif_bi,Digestif_by,Digestif_native,Digestif_eq,Digestif_conv,Digestif
found archive_names: [digestif_c/Digestif_bi,Digestif_by,Digestif_native,Digestif_eq,Digestif_conv,Digestif, digestif_ocaml/Digestif_bi,Digestif_by,Xor,Digestif_eq,Digestif_conv,Baijiu_blake2b,Baijiu_blake2s,Baijiu_sha3,Baijiu_keccak_256,Baijiu_md5,Baijiu_rmd160,Baijiu_sha1,Baijiu_sha256,Baijiu_sha224,Baijiu_sha512,Baijiu_sha384,Baijiu_sha3_224,Baijiu_sha3_256,Baijiu_sha3_384,Baijiu_sha3_512,Baijiu_whirlpool,Digestif]
Found 0 mld pages and 3 other pages
libraries: [digestif.c,digestif.ocaml]
compile command: odoc compile ./u.mld -o compile/page-u.odoc --child
                   page-"c7128d39ea944ed2119664f912bfb9c8"
compile command: odoc compile ./c7128d39ea944ed2119664f912bfb9c8.mld -o
                   compile/u/page-c7128d39ea944ed2119664f912bfb9c8.odoc
                   --parent page-"u" -I compile --child page-"digestif"
compile command: odoc compile ./digestif.mld -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/page-digestif.odoc
                   --parent page-"c7128d39ea944ed2119664f912bfb9c8" -I
                   compile/u --child page-"1.1.4"
File "./digestif.mld", line 2, characters 16-17:
Warning: Child label is not allowed in the last component of a reference path.
Suggestion: 'child-4' should be first.
compile command: odoc compile ./1.1.4.mld -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/page-1.1.4.odoc
                   --parent page-"digestif" -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8 --child
                   page-"doc"
compile command: odoc compile ./doc.mld -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/page-doc.odoc
                   --parent page-"1.1.4" -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif
                   --child module-digestif_native --child module-digestif
                   --child module-baijiu_sha3_256 --child module-baijiu_sha3
                   --child module-baijiu_keccak_256 --child module-xor
                   --child module-digestif_eq --child module-digestif_conv
                   --child module-digestif_by --child module-digestif_bi
                   --child module-baijiu_whirlpool --child
                   module-baijiu_sha512 --child module-baijiu_sha3_512
                   --child module-baijiu_sha3_384 --child
                   module-baijiu_sha3_224 --child module-baijiu_sha384
                   --child module-baijiu_sha256 --child module-baijiu_sha224
                   --child module-baijiu_sha1 --child module-baijiu_rmd160
                   --child module-baijiu_md5 --child module-baijiu_blake2s
                   --child module-baijiu_blake2b
File "./doc.mld", line 5, characters 15-100:
Warning: '{!modules ...}' should begin on its own line.
File "./doc.mld", line 8, characters 15-322:
Warning: '{!modules ...}' should begin on its own line.
compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_by.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_by.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_bi.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_bi.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_rmd160.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_rmd160.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/baijiu_sha3.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/Baijiu_sha3.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha3_384.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha3_384.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/xor.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Xor.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_md5.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_md5.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/baijiu_sha3_256.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/Baijiu_sha3_256.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/baijiu_keccak_256.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/Baijiu_keccak_256.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_eq.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_eq.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/869fbf076e54ee82522a69dec2e95d1d/eqaf/0.9/0.9/lib/eqaf/
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_blake2s.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_blake2s.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha3_224.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha3_224.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha1.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha1.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_native.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_native.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/c/.private/digestif_conv.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_conv.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha256.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha256.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_blake2b.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_blake2b.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha224.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha224.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha512.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha512.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha384.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha384.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_sha3_512.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha3_512.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/ocaml/.private/baijiu_whirlpool.cmt
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_whirlpool.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
                   -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

compile command: odoc compile
                   prep/universes/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/lib/digestif/digestif.cmti
                   -o
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/Digestif.odoc
                   --parent page-"doc" -I
                   compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/ -I
                   compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

No children
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 225, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: While resolving the expansion of include at File "src/digestif.mli", line 220, character 2
Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 114, characters 46-63:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "src/digestif.mli", line 107, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 104, characters 54-64:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 98, characters 37-48:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 95, characters 6-16:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 88, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 83, characters 61-71:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 77, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 73, characters 56-66:
Warning: Failed to resolve reference unresolvedroot(Bytes).t Couldn't find "Bytes"
File "src/digestif.mli", line 67, characters 39-50:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 58, characters 40-51:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 44, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "src/digestif.mli", line 34, characters 36-47:
Warning: Failed to resolve reference unresolvedroot(String).t Couldn't find "String"
File "compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc":
compile/p/ocaml-base-compiler/4.12.1/4.12.1/lib/ocaml/Stdlib.odoc: invalid magic number "odoc-2.4.1", expected "odoc-2.4.2"

3 other files to copy
dst: linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/opam
dst: linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/README.md
dst: linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/LICENSE.md
dst: linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/CHANGES.md
dest: linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/README.md
dest: linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/LICENSE.md
dest: linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/CHANGES.md
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/Digestif.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/Baijiu_keccak_256.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/Baijiu_sha3_256.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/Baijiu_sha3.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_whirlpool.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha3_512.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha384.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha512.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha224.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_blake2b.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha256.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha1.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha3_224.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_blake2s.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_md5.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Xor.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha3_384.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_rmd160.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_conv.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_native.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_eq.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_bi.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_by.odoc
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/index.m
compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/page-doc.odoc
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/Digestif.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_bi.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_conv.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_native.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_eq.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/c/.private/Digestif_by.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/Baijiu_keccak_256.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/Baijiu_sha3_256.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/Baijiu_sha3.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha512.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_whirlpool.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha3_512.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha384.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha224.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_blake2b.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha256.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha1.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha3_224.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_blake2s.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_md5.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Xor.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_sha3_384.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/1.1.4/lib/digestif/ocaml/.private/Baijiu_rmd160.odocl
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/CHANGES.md
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/LICENSE.md
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/README.md
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/doc/opam
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/package.json
epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4/page-doc.odocl
2024-09-14 13:17.59 ---> saved as "2cde0a24e6c935e2bd2403af3f4b0d807269671fa9af798412b67de3fe33a2cf"

/home/opam/docs/: (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.941667') && (rsync -aR ./compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4 ./epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/ staging.docs.ci.ocamllabs.io:/data/.) && (set 'compile/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-810421058d684117922542288ef61984/linked/u/c7128d39ea944ed2119664f912bfb9c8/digestif/1.1.4'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
0.941667
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
COMPILE::319118e1ba1fc27b65523dbc3fa5a4afebf46367541b096ee24cd738c50eb0e8
LINKED::e7d112685682a00c8a4c394da691f7fdfb72cefd5692796f349d43a4baf297bd
2024-09-14 13:18.00 ---> saved as "0fa6d6d0014b2d99dc54b227053163f325d2d9b12430c890435898ee830bf501"
Job succeeded
2024-09-14 13:18.02: Job succeeded