Build:
  1. 0
2024-03-27 14:58.24: New job: Voodoo do ctypes.0.20.2; 02f4eef2b4a28ae941e01f28d41c0e46
2024-03-27 14:58.24: Waiting for resource in pool OCluster
2024-03-27 16:02.00: Waiting for worker…
2024-03-27 16:02.17: Got resource from pool OCluster
2024-03-27 16:02.17: Using cache hint "docs-universe-compile-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290)
         (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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe && 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-5.1@sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290)
 (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/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0,bigarray-compat.1.1.0-7062c9d084f38d9122d52f2565149dea,bigarray-compat.1.1.0 compile/p/conf-libffi/2.0.0,conf-libffi.2.0.0-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libffi.2.0.0 compile/p/conf-pkg-config/3,conf-pkg-config.3-d41d8cd98f00b204e9800998ecf8427e,conf-pkg-config.3 compile/p/ctypes-foreign/0.18.0,ctypes-foreign.0.18.0-070bbde1c28413560afe13e6848e8f74,ctypes-foreign.0.18.0 compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.13.0,dune.3.13.0-44521134ec2271626cc088ea2bc751d6,dune.3.13.0 compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0,integers.0.7.0-805d9dfa08da4756b12de6e9363e3997,integers.0.7.0 compile/p/ocaml/5.1.0,ocaml.5.1.0-f4f9f604884d1a4cf902319a9b950c5b,ocaml.5.1.0 compile/p/ocaml-base-compiler/5.1.0,ocaml-base-compiler.5.1.0-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.5.1.0 compile/p/ocaml-config/3,ocaml-config.3-2bc934fe53ca3f853c0a995d44bbb900,ocaml-config.3 compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6,ocamlfind.1.9.6-a573c8251a3b8ff3a11c7cffb86f8366,ocamlfind.1.9.6 compile/u/7062c9d084f38d9122d52f2565149dea/stdlib-shims/0.3.0,stdlib-shims.0.3.0-7062c9d084f38d9122d52f2565149dea,stdlib-shims.0.3.0; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/ctypes/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p ctypes  ) && (shopt -s nullglob && ((tar -cvf compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2.tar compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/*  && rm -R compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/* && mv compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2.tar compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/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.217345') && (rsync -aR ./compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/ docs.ci.ocaml.org:/data/.) && (set 'compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2'; 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-5.1.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-03-27 16:02.17: RETRYING: 2024-03-27/145824-voodoo-do-9c4f7a Number of retries: 0 (retriable error condition)
Building on x86-bm-c4.sw.ocaml.org

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290' locally
docker.io/ocaml/opam@sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290: Pulling from ocaml/opam
007b4b5963a0: Pulling fs layer
007b4b5963a0: Verifying Checksum
007b4b5963a0: Download complete
007b4b5963a0: Pull complete
Digest: sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290
Status: Downloaded newer image for ocaml/opam@sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290
2024-03-27 15:57.52 ---> using "46cf6c0a867254aecbdb3aedd1ec88accd18725618b55cf309c818942e0316d3" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-03-27 15:57.52 ---> using "21bd1dda909cb96b78a0cf280fe1f61dc474b665bde36932469ed4c9432684e0" 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-security bookworm-security/main amd64 Packages [147 kB]
Fetched 251 kB in 0s (510 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 0 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 (9528 kB/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 ... 18774 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-03-27 15:57.52 ---> using "c0292512bd5e50829bd2c40cb6cb87b979964af56222f152c6a04862b6520621" 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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe && 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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (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#dc54397f66abf95c964ea4de0f3a0ff2aec56efe

The following actions will be performed:
  - install ocamlbuild    0.14.3  [required by astring, bos]
  - install num           1.5     [required by sexplib]
  - install cmdliner      1.2.0   [required by voodoo-do]
  - install ocamlfind     1.9.6   [required by astring, bos]
  - install seq           base    [required by tyxml, yojson]
  - install dune          3.14.2  [required by voodoo-do]
  - install topkg         1.0.7   [required by astring, bos]
  - install sexplib0      v0.16.0 [required by sexplib]
  - install result        1.5     [required by odoc]
  - install re            1.11.0  [required by tyxml]
  - install cppo          1.6.9   [required by odoc]
  - install camlp-streams 5.0.1   [required by odoc-parser]
  - 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 parsexp       v0.16.0 [required by sexplib]
  - install yojson        2.1.2   [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.1   [required by odoc]
  - install fpath         0.7.3   [required by odoc, bos, voodoo-lib]
  - install sexplib       v0.16.0 [required by voodoo-lib]
  - install odoc          2.4.1   [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*
===== 29 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.2.0] found in cache
[cppo.1.6.9] found in cache
[crunch.3.3.1] found in cache
[dune.3.14.2] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[num.1.5] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[odoc.2.4.1] found in cache
[odoc-parser.2.4.1] found in cache
[parsexp.v0.16.0] found in cache
[ptime.1.1.0] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.7.0] found in cache
[sexplib.v0.16.0] found in cache
[sexplib0.v0.16.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.1.2] found in cache
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed num.1.5
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.14.2
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed sexplib0.v0.16.0
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed odoc-parser.2.4.1
-> installed parsexp.v0.16.0
-> installed yojson.2.1.2
-> installed sexplib.v0.16.0
-> installed tyxml.4.6.0
-> installed voodoo-lib.~dev
-> installed odoc.2.4.1
-> installed voodoo-do.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-03-27 15:57.52 ---> using "e9d342798b7815d4e0082cc96a4b7fd90cb5e3f8b6dec743689a61b968ef2fe2" from cache

/home/opam: (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))
2024-03-27 15:57.52 ---> using "038fd679b2943420351974eee1ad59e0201d3a45ce71c4798fab76de76abb4c7" from cache
2024-03-27 15:57.52 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290' locally
docker.io/ocaml/opam@sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290: Pulling from ocaml/opam
007b4b5963a0: Pulling fs layer
007b4b5963a0: Verifying Checksum
007b4b5963a0: Download complete
007b4b5963a0: Pull complete
Digest: sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290
Status: Downloaded newer image for ocaml/opam@sha256:2bd3cbb3d85f9ba1e2fdc536572a9d66a7bd8e34eeae366e743dcfee730b3290
2024-03-27 15:57.52 ---> using "46cf6c0a867254aecbdb3aedd1ec88accd18725618b55cf309c818942e0316d3" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-03-27 15:57.52 ---> using "21bd1dda909cb96b78a0cf280fe1f61dc474b665bde36932469ed4c9432684e0" from cache

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

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2024-03-27 15:57.52 ---> using "3710871bbfb2c044b0a26082d0444d53cae4bc460e08af96f483ac935c6f7bb9" from cache

/home/opam/docs/: (copy (from (build tools))
                        (src /home/opam/odoc /home/opam/voodoo-do)
                        (dst /home/opam/))
2024-03-27 15:57.52 ---> using "5f7f141d6312dfa41a54165bc4ddb237d56928829e871940fa1150472dd8e490" from cache

/home/opam/docs/: (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
2024-03-27 15:57.52 ---> using "162f2fca53b3f00e8162a5ef1fdbede3550d4d889d63a6ecf2bfbbc38d7d5fcd" 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/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0,bigarray-compat.1.1.0-7062c9d084f38d9122d52f2565149dea,bigarray-compat.1.1.0 compile/p/conf-libffi/2.0.0,conf-libffi.2.0.0-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libffi.2.0.0 compile/p/conf-pkg-config/3,conf-pkg-config.3-d41d8cd98f00b204e9800998ecf8427e,conf-pkg-config.3 compile/p/ctypes-foreign/0.18.0,ctypes-foreign.0.18.0-070bbde1c28413560afe13e6848e8f74,ctypes-foreign.0.18.0 compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.13.0,dune.3.13.0-44521134ec2271626cc088ea2bc751d6,dune.3.13.0 compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0,integers.0.7.0-805d9dfa08da4756b12de6e9363e3997,integers.0.7.0 compile/p/ocaml/5.1.0,ocaml.5.1.0-f4f9f604884d1a4cf902319a9b950c5b,ocaml.5.1.0 compile/p/ocaml-base-compiler/5.1.0,ocaml-base-compiler.5.1.0-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.5.1.0 compile/p/ocaml-config/3,ocaml-config.3-2bc934fe53ca3f853c0a995d44bbb900,ocaml-config.3 compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6,ocamlfind.1.9.6-a573c8251a3b8ff3a11c7cffb86f8366,ocamlfind.1.9.6 compile/u/7062c9d084f38d9122d52f2565149dea/stdlib-shims/0.3.0,stdlib-shims.0.3.0-7062c9d084f38d9122d52f2565149dea,stdlib-shims.0.3.0; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs.ocamlobjinfo
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes-foreign.ocamlobjinfo
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes-top.ocamlobjinfo
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes.ocamlobjinfo
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/META
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/complexL.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/complexL.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/complexL.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs_internals.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs_inverted.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs_inverted.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs_inverted.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs_structs.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs_structs.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs_structs.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_primitive_types.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_printers.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_printers.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_printers.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_static.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_structs.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_types.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_types.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/dl.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/dl.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/dl.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/foreign.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/foreign.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/foreign.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/lDouble.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/lDouble.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/lDouble.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/libffi_abi.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/libffi_abi.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/libffi_abi.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/posixTypes.cmi
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/posixTypes.cmt
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/posixTypes.cmti
prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/opam
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Topfind.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_dynload.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_package_base.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_split.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_topo.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Findlib.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_args.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_meta.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Ocaml_args.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_lint.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_metascanner.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Fl_metatoken.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/1.9.6/lib/findlib/Findlib_config.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/doc/
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/doc/index.m
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6/page-doc.odoc
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/top/
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/top/Install_integer_printers.odoc
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/top/Integer_printers.odoc
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/Signed.odoc
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/Unsigned.odoc
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/doc/
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/doc/index.m
compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/page-doc.odoc
compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.13.0/doc/
compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.13.0/doc/index.m
compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.13.0/page-doc.odoc
compile/u/7062c9d084f38d9122d52f2565149dea/stdlib-shims/0.3.0/doc/
compile/u/7062c9d084f38d9122d52f2565149dea/stdlib-shims/0.3.0/doc/index.m
compile/u/7062c9d084f38d9122d52f2565149dea/stdlib-shims/0.3.0/page-doc.odoc
compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/
compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/
compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/Bigarray_compat.odoc
compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/doc/
compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/doc/index.m
compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/page-doc.odoc
compile/p/ocaml-config/3/doc/
compile/p/ocaml-config/3/doc/index.m
compile/p/ocaml-config/3/page-doc.odoc
compile/p/ocaml-base-compiler/5.1.0/doc/
compile/p/ocaml-base-compiler/5.1.0/doc/index.m
compile/p/ocaml-base-compiler/5.1.0/page-doc.odoc
compile/p/ocaml/5.1.0/doc/
compile/p/ocaml/5.1.0/doc/index.m
compile/p/ocaml/5.1.0/page-doc.odoc
compile/p/ctypes-foreign/0.18.0/doc/
compile/p/ctypes-foreign/0.18.0/doc/index.m
compile/p/ctypes-foreign/0.18.0/page-doc.odoc
compile/p/conf-pkg-config/3/doc/
compile/p/conf-pkg-config/3/doc/index.m
compile/p/conf-pkg-config/3/page-doc.odoc
compile/p/conf-libffi/2.0.0/doc/
compile/p/conf-libffi/2.0.0/doc/index.m
compile/p/conf-libffi/2.0.0/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-03-27 15:58.02 ---> saved as "aa29a8b5ab0f0587e5b19cacaabcd6bc1526aeb1b28209cc77c8139607416590"

/home/opam/docs/: (run (shell "(mkdir -p compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/ctypes/*.odoc)"))
2024-03-27 15:58.03 ---> saved as "35eba218a506a5a7c5d2e7ff521abb5b727856944d57af6432cad37f463e5725"

/home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p ctypes  ) && (shopt -s nullglob && ((tar -cvf compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2.tar compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/*  && rm -R compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/* && mv compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2.tar compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/content.tar) || (echo 'Empty directory')))"))
process_meta_file: prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/META
found archive_names: [ctypes, ctypes-top, cstubs, ctypes-foreign]
process_ocamlobjinfo_file: prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs.ocamlobjinfo
trying to look up archive_name: cstubs
units: Cstubs_analysis,Cstubs_errors,Ctypes_path,Cstubs_public_name,Cstubs_generate_ml,Cstubs_c_language,Cstubs_emit_c,Cstubs_generate_c,Cstubs_inverted,Cstubs_structs,Cstubs
process_ocamlobjinfo_file: prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes-foreign.ocamlobjinfo
trying to look up archive_name: ctypes-foreign
units: Ctypes_closure_properties,Ctypes_ffi_stubs,Ctypes_foreign_threaded_stubs,Ctypes_weak_ref,Dl,Libffi_abi,Ctypes_ffi,Ctypes_foreign_basis,Foreign
process_ocamlobjinfo_file: prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes-top.ocamlobjinfo
trying to look up archive_name: ctypes-top
units: Ctypes_printers,Install_ctypes_printers
process_ocamlobjinfo_file: prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes.ocamlobjinfo
trying to look up archive_name: ctypes
units: Ctypes_ptr,Ctypes_roots_stubs,LDouble,Ctypes_bigarray_stubs,ComplexL,Ctypes_primitive_types,Ctypes_primitives,Ctypes_value_printing_stubs,Ctypes_memory_stubs,Ctypes_bigarray,Ctypes_static,Ctypes_std_view_stubs,Ctypes_structs,Ctypes_structs_computed,Ctypes_type_printing,Ctypes_memory,Ctypes_coerce,Ctypes_std_views,Ctypes_value_printing,Ctypes,Cstubs_internals,PosixTypes
found archive_names: [ctypes/Ctypes_ptr,Ctypes_roots_stubs,LDouble,Ctypes_bigarray_stubs,ComplexL,Ctypes_primitive_types,Ctypes_primitives,Ctypes_value_printing_stubs,Ctypes_memory_stubs,Ctypes_bigarray,Ctypes_static,Ctypes_std_view_stubs,Ctypes_structs,Ctypes_structs_computed,Ctypes_type_printing,Ctypes_memory,Ctypes_coerce,Ctypes_std_views,Ctypes_value_printing,Ctypes,Cstubs_internals,PosixTypes, ctypes-top/Ctypes_printers,Install_ctypes_printers, cstubs/Cstubs_analysis,Cstubs_errors,Ctypes_path,Cstubs_public_name,Cstubs_generate_ml,Cstubs_c_language,Cstubs_emit_c,Cstubs_generate_c,Cstubs_inverted,Cstubs_structs,Cstubs, ctypes-foreign/Ctypes_closure_properties,Ctypes_ffi_stubs,Ctypes_foreign_threaded_stubs,Ctypes_weak_ref,Dl,Libffi_abi,Ctypes_ffi,Ctypes_foreign_basis,Foreign]
Found no other pages
libraries: [ctypes,ctypes.top,ctypes.stubs,ctypes.foreign]
compile command: odoc compile ./u.mld -o compile/page-u.odoc --child
                   page-"02f4eef2b4a28ae941e01f28d41c0e46"
compile command: odoc compile ./02f4eef2b4a28ae941e01f28d41c0e46.mld -o
                   compile/u/page-02f4eef2b4a28ae941e01f28d41c0e46.odoc
                   --parent page-"u" -I compile --child page-"ctypes"
compile command: odoc compile ./ctypes.mld -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/page-ctypes.odoc
                   --parent page-"02f4eef2b4a28ae941e01f28d41c0e46" -I
                   compile/u --child page-"0.20.2"
File "./ctypes.mld", line 2, characters 17-18:
Warning: Child label is not allowed in the last component of a reference path.
Suggestion: 'child-2' should be first.
compile command: odoc compile ./0.20.2.mld -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/page-0.20.2.odoc
                   --parent page-"ctypes" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46 --child
                   page-"doc"
compile command: odoc compile ./doc.mld -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/page-doc.odoc
                   --parent page-"0.20.2" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes --child
                   module-posixTypes --child module-libffi_abi --child
                   module-lDouble --child module-foreign --child module-dl
                   --child module-ctypes_types --child module-ctypes_structs
                   --child module-ctypes_static --child
                   module-ctypes_printers --child
                   module-ctypes_primitive_types --child module-ctypes
                   --child module-cstubs_structs --child
                   module-cstubs_inverted --child module-cstubs_internals
                   --child module-cstubs --child module-complexL
File "./doc.mld", line 5, characters 15-397:
Warning: '{!modules ...}' should begin on its own line.
File "./doc.mld", line 8, characters 15-65:
Warning: '{!modules ...}' should begin on its own line.
File "./doc.mld", line 11, characters 15-193:
Warning: '{!modules ...}' should begin on its own line.
File "./doc.mld", line 14, characters 15-168:
Warning: '{!modules ...}' should begin on its own line.
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/lDouble.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/LDouble.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/complexL.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/ComplexL.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_primitive_types.cmi
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_primitive_types.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_static.cmi
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_static.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_structs.cmi
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_structs.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/dl.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Dl.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_types.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_types.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
File "src/ctypes/ctypes.mli", line 480, characters 26-27:
Warning: Paragraph should begin on its own line.
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/posixTypes.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/PosixTypes.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/ctypes_printers.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_printers.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs_structs.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs_structs.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/libffi_abi.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Libffi_abi.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/foreign.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Foreign.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_memory_stubs 1e2055d26158a0f60dca816d6a539fa0
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs_internals.cmi
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs_internals.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs_inverted.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs_inverted.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: Ctypes_ptr c26063bcb8013a8201eb5b4b6ce08eda
Missing dependency: Ctypes_bigarray aa7911ea1d87287aea20a2fde078bf6f
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/lib/ctypes/cstubs.cmti
                   -o
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs.odoc
                   --parent page-"doc" -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2
                   -I
                   compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
                   -I
                   compile/u/7062c9d084f38d9122d52f2565149dea/bigarray-compat/1.1.0/1.1.0/lib/bigarray-compat/
                   -I
                   compile/u/805d9dfa08da4756b12de6e9363e3997/integers/0.7.0/0.7.0/lib/integers/
No children
File "src/ctypes/ctypes_types.mli", line 315, characters 10-22:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(string_of) Couldn't find "string_of"
File "src/ctypes/ctypes_types.mli", line 310, characters 6-22:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(string_of_typ) Couldn't find "string_of_typ"
File "src/ctypes/ctypes_types.mli", line 288, characters 6-23:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(IncompleteType) Couldn't find "IncompleteType"
File "src/ctypes/ctypes_types.mli", line 282, characters 34-56:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(ModifyingSealedType) Couldn't find "ModifyingSealedType"
File "src/ctypes/ctypes_types.mli", line 279, characters 18-25:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(setf) Couldn't find "setf"
File "src/ctypes/ctypes_types.mli", line 279, characters 6-13:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(getf) Couldn't find "getf"
File "src/ctypes/ctypes_types.mli", line 272, characters 28-36:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/ctypes/ctypes_types.mli", line 257, characters 27-35:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/ctypes/ctypes_types.mli", line 42, characters 6-23:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(IncompleteType) Couldn't find "IncompleteType"
File "src/ctypes/ctypes_types.mli", line 315, characters 10-22:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(string_of) Couldn't find "string_of"
File "src/ctypes/ctypes_types.mli", line 310, characters 6-22:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(string_of_typ) Couldn't find "string_of_typ"
File "src/ctypes/ctypes_types.mli", line 288, characters 6-23:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(IncompleteType) Couldn't find "IncompleteType"
File "src/ctypes/ctypes_types.mli", line 282, characters 34-56:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(ModifyingSealedType) Couldn't find "ModifyingSealedType"
File "src/ctypes/ctypes_types.mli", line 279, characters 18-25:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(setf) Couldn't find "setf"
File "src/ctypes/ctypes_types.mli", line 279, characters 6-13:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(getf) Couldn't find "getf"
File "src/ctypes/ctypes_types.mli", line 272, characters 28-36:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/ctypes/ctypes_types.mli", line 257, characters 27-35:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/ctypes/ctypes_types.mli", line 42, characters 6-23:
Warning: While resolving the expansion of include at File "src/cstubs/cstubs_structs.mli", line 10, character 2
Failed to resolve reference unresolvedroot(IncompleteType) Couldn't find "IncompleteType"
File "src/ctypes-foreign/foreign.mli", line 182, characters 64-71:
Warning: Failed to resolve reference unresolvedroot(free) Couldn't find "free"
File "src/ctypes-foreign/foreign.mli", line 122, characters 24-28:
Warning: Reference to 't' is ambiguous. Please specify its kind: type-t, val-t.
File "src/ctypes-foreign/foreign.mli", line 113, characters 25-29:
Warning: Reference to 't' is ambiguous. Please specify its kind: type-t, val-t.
File "src/ctypes-foreign/foreign.mli", line 66, characters 4-22:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
File "src/ctypes-foreign/foreign.mli", line 30, characters 4-22:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
File "src/ctypes/ctypes_types.mli", line 272, characters 28-36:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/ctypes/ctypes_types.mli", line 271, characters 63-75:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Reference to 'structure' is ambiguous. Please specify its kind: type-structure, val-structure.
File "src/ctypes/ctypes_types.mli", line 257, characters 27-35:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/ctypes/ctypes_types.mli", line 183, characters 33-39:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Reference to 'ptr' is ambiguous. Please specify its kind: type-ptr, val-ptr.
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/ctypes/ctypes_types.mli", line 31, characters 6-14:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Reference to 'union' is ambiguous. Please specify its kind: type-union, val-union.
File "src/ctypes/ctypes_types.mli", line 30, characters 61-73:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Reference to 'structure' is ambiguous. Please specify its kind: type-structure, val-structure.
File "src/ctypes/ctypes_types.mli", line 28, characters 20-26:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Reference to 'ptr' is ambiguous. Please specify its kind: type-ptr, val-ptr.
File "src/ctypes/ctypes.mli", line 302, characters 26-39:
Warning: Failed to resolve reference unresolvedroot(Array).mapi Couldn't find "Array"
File "src/ctypes/ctypes_types.mli", line 272, characters 28-36:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/ctypes/ctypes_types.mli", line 271, characters 63-75:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Reference to 'structure' is ambiguous. Please specify its kind: type-structure, val-structure.
File "src/ctypes/ctypes_types.mli", line 257, characters 27-35:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/ctypes/ctypes_types.mli", line 183, characters 33-39:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Reference to 'ptr' is ambiguous. Please specify its kind: type-ptr, val-ptr.
File "src/ctypes/ctypes_types.mli", line 173, characters 6-37:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Label 'pointer_types' is ambiguous. The other occurences are:
  File "src/ctypes/ctypes.mli", line 16, character 4
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/ctypes/ctypes_types.mli", line 47, characters 66-82:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Multiple sections named 'pointer_types' found. Please alter one to ensure reference is unambiguous. Locations:
  File "src/ctypes/ctypes.mli", line 16, character 4
  File "src/ctypes/ctypes_types.mli", line 173, character 6
File "src/ctypes/ctypes_types.mli", line 31, characters 6-14:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Reference to 'union' is ambiguous. Please specify its kind: type-union, val-union.
File "src/ctypes/ctypes_types.mli", line 30, characters 61-73:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Reference to 'structure' is ambiguous. Please specify its kind: type-structure, val-structure.
File "src/ctypes/ctypes_types.mli", line 28, characters 20-26:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 117, character 0
Reference to 'ptr' is ambiguous. Please specify its kind: type-ptr, val-ptr.
File "src/ctypes/ctypes.mli", line 81, characters 17-37:
Warning: Failed to resolve reference unresolvedroot(Bigarray).Array3.t Couldn't find "Bigarray"
File "src/ctypes/ctypes.mli", line 72, characters 17-37:
Warning: Failed to resolve reference unresolvedroot(Bigarray).Array2.t Couldn't find "Bigarray"
File "src/ctypes/ctypes.mli", line 63, characters 17-37:
Warning: Failed to resolve reference unresolvedroot(Bigarray).Array1.t Couldn't find "Bigarray"
File "src/ctypes/ctypes.mli", line 54, characters 17-39:
Warning: Failed to resolve reference unresolvedroot(Bigarray).Genarray.t Couldn't find "Bigarray"
File "src/ctypes/ctypes.mli", line 16, characters 4-35:
Warning: Label 'pointer_types' is ambiguous. The other occurences are:
  File "src/ctypes/ctypes_types.mli", line 173, character 6
File "src/ctypes/ctypes_types.mli", line 315, characters 10-22:
Warning: Failed to resolve reference unresolvedroot(string_of) Couldn't find "string_of"
File "src/ctypes/ctypes_types.mli", line 310, characters 6-22:
Warning: Failed to resolve reference unresolvedroot(string_of_typ) Couldn't find "string_of_typ"
File "src/ctypes/ctypes_types.mli", line 288, characters 6-23:
Warning: Failed to resolve reference unresolvedroot(IncompleteType) Couldn't find "IncompleteType"
File "src/ctypes/ctypes_types.mli", line 282, characters 34-56:
Warning: Failed to resolve reference unresolvedroot(ModifyingSealedType) Couldn't find "ModifyingSealedType"
File "src/ctypes/ctypes_types.mli", line 279, characters 18-25:
Warning: Failed to resolve reference unresolvedroot(setf) Couldn't find "setf"
File "src/ctypes/ctypes_types.mli", line 279, characters 6-13:
Warning: Failed to resolve reference unresolvedroot(getf) Couldn't find "getf"
File "src/ctypes/ctypes_types.mli", line 272, characters 28-36:
Warning: Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/ctypes/ctypes_types.mli", line 257, characters 27-35:
Warning: Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/unsigned.mli", line 127, characters 57-70:
Warning: Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/ctypes/ctypes_types.mli", line 42, characters 6-23:
Warning: Failed to resolve reference unresolvedroot(IncompleteType) Couldn't find "IncompleteType"
File "src/cstubs/cstubs.mli", line 101, characters 8-16:
Warning: Failed to resolve reference unresolvedroot(Lwt).t Couldn't find "Lwt"
File "src/cstubs/cstubs.mli", line 78, characters 8-16:
Warning: Failed to resolve reference unresolvedroot(Lwt).t Couldn't find "Lwt"
File "src/ctypes/ctypes_types.mli", line 315, characters 10-22:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(string_of) Couldn't find "string_of"
File "src/ctypes/ctypes_types.mli", line 310, characters 6-22:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(string_of_typ) Couldn't find "string_of_typ"
File "src/ctypes/ctypes_types.mli", line 288, characters 6-23:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(IncompleteType) Couldn't find "IncompleteType"
File "src/ctypes/ctypes_types.mli", line 282, characters 34-56:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(ModifyingSealedType) Couldn't find "ModifyingSealedType"
File "src/ctypes/ctypes_types.mli", line 279, characters 18-25:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(setf) Couldn't find "setf"
File "src/ctypes/ctypes_types.mli", line 279, characters 6-13:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(getf) Couldn't find "getf"
File "src/ctypes/ctypes_types.mli", line 272, characters 28-36:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/ctypes/ctypes_types.mli", line 257, characters 27-35:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Reference to 'field' is ambiguous. Please specify its kind: type-field, val-field.
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/ctypes/ctypes_types.mli", line 42, characters 6-23:
Warning: While resolving the expansion of include at File "src/ctypes/ctypes.mli", line 503, character 2
Failed to resolve reference unresolvedroot(IncompleteType) Couldn't find "IncompleteType"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/signed.mli", line 43, characters 6-34:
Warning: Failed to resolve reference unresolvedroot(Int32).shift_right_logical Couldn't find "Int32"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: While resolving the expansion of include at File "src/signed.mli", line 26, character 2
Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 127, characters 57-70:
Warning: Failed to resolve reference unresolvedroot(Stdlib).(=) Couldn't find "Stdlib"
File "src/unsigned.mli", line 124, characters 23-40:
Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/unsigned.mli", line 97, characters 62-72:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/unsigned.mli", line 63, characters 32-51:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "src/unsigned.mli", line 60, characters 23-42:
Warning: Failed to resolve reference unresolvedroot(Division_by_zero) Couldn't find "Division_by_zero"
File "./doc.mld", line 14, characters 15-168:
Warning: Failed to resolve reference unresolvedroot(Ctypes_foreign_basis) Parent_module: Lookup failure (root module): Ctypes_foreign_basis
File "./doc.mld", line 14, characters 15-168:
Warning: Failed to resolve reference unresolvedroot(Ctypes_ffi) Parent_module: Lookup failure (root module): Ctypes_ffi
File "./doc.mld", line 14, characters 15-168:
Warning: Failed to resolve reference unresolvedroot(Ctypes_weak_ref) Parent_module: Lookup failure (root module): Ctypes_weak_ref
File "./doc.mld", line 14, characters 15-168:
Warning: Failed to resolve reference unresolvedroot(Ctypes_foreign_threaded_stubs) Parent_module: Lookup failure (root module): Ctypes_foreign_threaded_stubs
File "./doc.mld", line 14, characters 15-168:
Warning: Failed to resolve reference unresolvedroot(Ctypes_ffi_stubs) Parent_module: Lookup failure (root module): Ctypes_ffi_stubs
File "./doc.mld", line 14, characters 15-168:
Warning: Failed to resolve reference unresolvedroot(Ctypes_closure_properties) Parent_module: Lookup failure (root module): Ctypes_closure_properties
File "./doc.mld", line 11, characters 15-193:
Warning: Failed to resolve reference unresolvedroot(Cstubs_generate_c) Parent_module: Lookup failure (root module): Cstubs_generate_c
File "./doc.mld", line 11, characters 15-193:
Warning: Failed to resolve reference unresolvedroot(Cstubs_emit_c) Parent_module: Lookup failure (root module): Cstubs_emit_c
File "./doc.mld", line 11, characters 15-193:
Warning: Failed to resolve reference unresolvedroot(Cstubs_c_language) Parent_module: Lookup failure (root module): Cstubs_c_language
File "./doc.mld", line 11, characters 15-193:
Warning: Failed to resolve reference unresolvedroot(Cstubs_generate_ml) Parent_module: Lookup failure (root module): Cstubs_generate_ml
File "./doc.mld", line 11, characters 15-193:
Warning: Failed to resolve reference unresolvedroot(Cstubs_public_name) Parent_module: Lookup failure (root module): Cstubs_public_name
File "./doc.mld", line 11, characters 15-193:
Warning: Failed to resolve reference unresolvedroot(Ctypes_path) Parent_module: Lookup failure (root module): Ctypes_path
File "./doc.mld", line 11, characters 15-193:
Warning: Failed to resolve reference unresolvedroot(Cstubs_errors) Parent_module: Lookup failure (root module): Cstubs_errors
File "./doc.mld", line 11, characters 15-193:
Warning: Failed to resolve reference unresolvedroot(Cstubs_analysis) Parent_module: Lookup failure (root module): Cstubs_analysis
File "./doc.mld", line 8, characters 15-65:
Warning: Failed to resolve reference unresolvedroot(Install_ctypes_printers) Parent_module: Lookup failure (root module): Install_ctypes_printers
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_value_printing) Parent_module: Lookup failure (root module): Ctypes_value_printing
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_std_views) Parent_module: Lookup failure (root module): Ctypes_std_views
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_coerce) Parent_module: Lookup failure (root module): Ctypes_coerce
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_memory) Parent_module: Lookup failure (root module): Ctypes_memory
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_type_printing) Parent_module: Lookup failure (root module): Ctypes_type_printing
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_structs_computed) Parent_module: Lookup failure (root module): Ctypes_structs_computed
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_std_view_stubs) Parent_module: Lookup failure (root module): Ctypes_std_view_stubs
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_bigarray) Parent_module: Lookup failure (root module): Ctypes_bigarray
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_memory_stubs) Parent_module: Lookup failure (root module): Ctypes_memory_stubs
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_value_printing_stubs) Parent_module: Lookup failure (root module): Ctypes_value_printing_stubs
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_primitives) Parent_module: Lookup failure (root module): Ctypes_primitives
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_bigarray_stubs) Parent_module: Lookup failure (root module): Ctypes_bigarray_stubs
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_roots_stubs) Parent_module: Lookup failure (root module): Ctypes_roots_stubs
File "./doc.mld", line 5, characters 15-397:
Warning: Failed to resolve reference unresolvedroot(Ctypes_ptr) Parent_module: Lookup failure (root module): Ctypes_ptr
0 other files to copy
dst: linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/doc/opam
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs_inverted.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs_internals.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Foreign.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Libffi_abi.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs_structs.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_printers.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/PosixTypes.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_types.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Dl.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_structs.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_static.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_primitive_types.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/ComplexL.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/LDouble.odoc
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/doc/
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/doc/index.m
compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/page-doc.odoc
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/PosixTypes.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_types.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Libffi_abi.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_primitive_types.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs_inverted.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs_internals.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/LDouble.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_static.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Foreign.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Cstubs_structs.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_printers.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/ComplexL.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Dl.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/0.20.2/lib/ctypes/Ctypes_structs.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/doc/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/doc/opam
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/package.json
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2/page-doc.odocl
2024-03-27 15:58.06 ---> saved as "dcb5cb053fbba139d4206ad3601a703ff90ba4fbf6148b5b3ef8bc2487514cb8"

/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.217345') && (rsync -aR ./compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/ docs.ci.ocaml.org:/data/.) && (set 'compile/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/02f4eef2b4a28ae941e01f28d41c0e46/ctypes/0.20.2'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
0.217345
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
COMPILE::d17fba02622b9021d92d8e4c9f9f9dea7953c670d3890d84c68be8a421ffdc0f
LINKED::138016635b554f3cb749433ec327903fb84e9236554afe9888811a17df91df94
2024-03-27 15:58.08 ---> saved as "a1e1e6c89acae132aa95b6ffeea945a5d34a8dcb33f06ac30f04df661937d35c"
Job succeeded
2024-03-27 16:02.38: Job succeeded