Build:
  1. 0
2024-04-10 13:47.58: New job: Voodoo do cpm.12.2.0; bf2624313e214c615f5502f0b543db7b
2024-04-10 13:47.58: Waiting for resource in pool OCluster
2024-04-10 13:49.15: Waiting for worker…
2024-04-10 13:49.15: Got resource from pool OCluster
2024-04-10 13:49.15: 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:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56)
         (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:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56)
 (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/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0,batteries.3.8.0-197b171d58d7a6424a34cf9763afd477,batteries.3.8.0 compile/u/50292f357da74c01655737556985f98e/camlp-streams/5.0.1,camlp-streams.5.0.1-50292f357da74c01655737556985f98e,camlp-streams.5.0.1 compile/p/conf-gnuplot/0.1,conf-gnuplot.0.1-d41d8cd98f00b204e9800998ecf8427e,conf-gnuplot.0.1 compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.14.2,dune.3.14.2-44521134ec2271626cc088ea2bc751d6,dune.3.14.2 compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5,num.1.5-a573c8251a3b8ff3a11c7cffb86f8366,num.1.5 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; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/cpm/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p cpm  ) && (shopt -s nullglob && ((tar -cvf compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0.tar compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/*  && rm -R compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/* && mv compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0.tar compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/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.384616') && (rsync -aR ./compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/ docs.ci.ocaml.org:/data/.) && (set 'compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0'; 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-04-10 13:49.15: RETRYING: 2024-04-10/134758-voodoo-do-ec99a3 Number of retries: 0 (retriable error condition)
Building on x86-bm-c6.sw.ocaml.org

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56' locally
docker.io/ocaml/opam@sha256:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56: Pulling from ocaml/opam
b912299b67b3: Pulling fs layer
b912299b67b3: Verifying Checksum
b912299b67b3: Download complete
b912299b67b3: Pull complete
Digest: sha256:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56
Status: Downloaded newer image for ocaml/opam@sha256:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56
2024-04-10 13:43.53 ---> using "401546f1190a2fa8cc20d56908f4a078558b2e7ba43bbd4c148fadae6d8446af" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-04-10 13:43.53 ---> using "45e4d6aa33a1f6e6397500fbca806b3a0cdeae96e5ea643e47987d7b7c8df333" 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]
Fetched 103 kB in 0s (489 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 (13.9 MB/s)
Selecting previously unselected package m4.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18766 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-04-10 13:43.53 ---> using "0187cb6413ebbf03b275cd89531830c8b4563238fc9f55374d902a7309c3a8a6" 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
[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
[dune.3.14.2] downloaded from https://github.com/ocaml/dune/releases/download/3.14.2/dune-3.14.2.tbz
[odoc-parser.2.4.1] downloaded from https://github.com/ocaml/odoc/releases/download/2.4.1/odoc-2.4.1.tbz
[odoc.2.4.1] downloaded from https://github.com/ocaml/odoc/releases/download/2.4.1/odoc-2.4.1.tbz
[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 fpath.0.7.3
-> installed logs.0.7.0
-> 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 voodoo-lib.~dev
-> installed tyxml.4.6.0
-> installed odoc.2.4.1
-> installed voodoo-do.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-10 13:43.53 ---> using "0da79a42fde1a1e8a2a2387e798b80299306ab5f1775a768aa19e1f9bd7a6fb7" from cache

/home/opam: (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))
2024-04-10 13:43.53 ---> using "fccd44cac892df2b38653c91acb7ca3257e8b66f4973929aedb12d7ed3cb10b8" from cache
2024-04-10 13:43.53 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56' locally
docker.io/ocaml/opam@sha256:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56: Pulling from ocaml/opam
b912299b67b3: Pulling fs layer
b912299b67b3: Verifying Checksum
b912299b67b3: Download complete
b912299b67b3: Pull complete
Digest: sha256:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56
Status: Downloaded newer image for ocaml/opam@sha256:ee2673abbb0ba2b34fe78e737ea47bc53318a1d803af9b3b804a36c39219dd56
2024-04-10 13:43.53 ---> using "401546f1190a2fa8cc20d56908f4a078558b2e7ba43bbd4c148fadae6d8446af" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-04-10 13:43.53 ---> using "45e4d6aa33a1f6e6397500fbca806b3a0cdeae96e5ea643e47987d7b7c8df333" from cache

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

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2024-04-10 13:43.53 ---> using "48cf5b8df0aee37533999ab6c58fe499760dc5dfe248d9d9dfabf882c98f1dd5" from cache

/home/opam/docs/: (copy (from (build tools))
                        (src /home/opam/odoc /home/opam/voodoo-do)
                        (dst /home/opam/))
2024-04-10 13:43.54 ---> using "030aee1c9d1a67c45b1516d311001815546f8b90dda832ddd087a86c587b7bf9" from cache

/home/opam/docs/: (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
2024-04-10 13:43.54 ---> using "3560ddb3398f567b13ec82eacbbf4eba407cc4290daa5e6f7584ed34386a4594" 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/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0,batteries.3.8.0-197b171d58d7a6424a34cf9763afd477,batteries.3.8.0 compile/u/50292f357da74c01655737556985f98e/camlp-streams/5.0.1,camlp-streams.5.0.1-50292f357da74c01655737556985f98e,camlp-streams.5.0.1 compile/p/conf-gnuplot/0.1,conf-gnuplot.0.1-d41d8cd98f00b204e9800998ecf8427e,conf-gnuplot.0.1 compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.14.2,dune.3.14.2-44521134ec2271626cc088ea2bc751d6,dune.3.14.2 compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5,num.1.5-a573c8251a3b8ff3a11c7cffb86f8366,num.1.5 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; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0 .) && (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.
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/cpm/
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/cpm/README.md
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm.ocamlobjinfo
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/.private/
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/.private/cpm__MyList.cmi
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/.private/cpm__MyList.cmt
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/META
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm.cmi
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm.cmt
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__MakeROC.cmi
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__MakeROC.cmt
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__RegrStats.cmi
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__RegrStats.cmt
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__TopKeeper.cmi
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__TopKeeper.cmt
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__TopKeeper.cmti
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__Utls.cmi
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__Utls.cmt
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/dune-package
prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/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/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/lib/
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/lib/num-top/
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/lib/num-top/Num_top.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/lib/num-top/Num_top_printers.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/lib/num/
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/lib/num/Num.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/lib/num/Ratio.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/lib/num/Big_int.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/lib/num/Nat.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/1.5/lib/num/Arith_status.odoc
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/doc/
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/doc/index.m
compile/u/a573c8251a3b8ff3a11c7cffb86f8366/num/1.5/page-doc.odoc
compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.14.2/doc/
compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.14.2/doc/index.m
compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.14.2/page-doc.odoc
compile/u/50292f357da74c01655737556985f98e/camlp-streams/5.0.1/5.0.1/
compile/u/50292f357da74c01655737556985f98e/camlp-streams/5.0.1/5.0.1/lib/
compile/u/50292f357da74c01655737556985f98e/camlp-streams/5.0.1/5.0.1/lib/camlp-streams/
compile/u/50292f357da74c01655737556985f98e/camlp-streams/5.0.1/5.0.1/lib/camlp-streams/Genlex.odoc
compile/u/50292f357da74c01655737556985f98e/camlp-streams/5.0.1/5.0.1/lib/camlp-streams/Stream.odoc
compile/u/50292f357da74c01655737556985f98e/camlp-streams/5.0.1/doc/
compile/u/50292f357da74c01655737556985f98e/camlp-streams/5.0.1/doc/index.m
compile/u/50292f357da74c01655737556985f98e/camlp-streams/5.0.1/page-doc.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/top/
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/top/BatteriesHelp.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/BatMutex.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/BatteriesThread.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/BatRMutex.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatteriesConfig.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatStream.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatResult.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatConcreteQueue.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatteriesPrint.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatHashcons.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatText.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatBigarray.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatGenlex.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatGc.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatBig_int.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatFloat.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatteriesExceptionless.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatHashtbl.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatString.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatVect.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatDynArray.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/Extlib.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatDigest.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatLog.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatNum.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatBase64.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatDllist.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatBytesCompat.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatBitSet.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatUnit.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatFilename.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatSubstring.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatQueue.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatPrintf.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatChar.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatSys.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatFormat.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatRandom.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatScanf.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatStack.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatSplay.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatOptParse.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatInt.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/Batteries.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatTuple.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatPrintexc.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatIMap.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatISet.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatReturn.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatBool.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatLexing.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatMap.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatDeque.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatMarshal.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatAvlTree.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatFingerTree.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatGlobal.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatBytes.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatInnerShuffle.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatBuffer.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatOpaqueInnerSys.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatUnix.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatCache.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatInt32.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatUTF8.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatUChar.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatBounded.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatList.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatEither.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatComplex.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatInt64.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatNativeint.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatNumber.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatMultiMap.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatLogger.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatInnerWeaktbl.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatRefList.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatArray.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatHeap.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatMultiPMap.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatSet.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatSeq.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatLazyList.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatUref.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatPathGen.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatCharParser.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatParserCo.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatPervasives.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatFile.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatIO.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatInnerPervasives.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatOption.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatEnum.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatRef.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatInnerIO.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatConcurrent.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatOrd.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/BatInterfaces.odoc
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/doc/
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/doc/index.m
compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.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/conf-gnuplot/0.1/doc/
compile/p/conf-gnuplot/0.1/doc/index.m
compile/p/conf-gnuplot/0.1/page-doc.odoc
compile/p/base-unix/base/doc/
compile/p/base-unix/base/doc/index.m
compile/p/base-unix/base/page-doc.odoc
compile/p/base-threads/base/doc/
compile/p/base-threads/base/doc/index.m
compile/p/base-threads/base/page-doc.odoc
2024-04-10 13:44.04 ---> saved as "8d541fdcc45403e43221f3a9547e22bbb07f0e5b17c024be694d274c1918c54f"

/home/opam/docs/: (run (shell "(mkdir -p compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/cpm/*.odoc)"))
2024-04-10 13:44.04 ---> saved as "13f74a2e669fe37dc397fc1b472ae6077a8568cc349ca49f6a30ba830b80ea17"

/home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p cpm  ) && (shopt -s nullglob && ((tar -cvf compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0.tar compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/*  && rm -R compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/* && mv compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0.tar compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/content.tar) || (echo 'Empty directory')))"))
process_meta_file: prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/META
found archive_names: [cpm]
process_ocamlobjinfo_file: prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm.ocamlobjinfo
trying to look up archive_name: cpm
units: Cpm,Cpm__Utls,Cpm__TopKeeper,Cpm__RegrStats,Cpm__MyList,Cpm__MakeROC
found archive_names: [cpm/Cpm,Cpm__Utls,Cpm__TopKeeper,Cpm__RegrStats,Cpm__MyList,Cpm__MakeROC]
Found 0 mld pages and 1 other pages
libraries: [cpm]
compile command: odoc compile ./u.mld -o compile/page-u.odoc --child
                   page-"bf2624313e214c615f5502f0b543db7b"
compile command: odoc compile ./bf2624313e214c615f5502f0b543db7b.mld -o
                   compile/u/page-bf2624313e214c615f5502f0b543db7b.odoc
                   --parent page-"u" -I compile --child page-"cpm"
compile command: odoc compile ./cpm.mld -o
                   compile/u/bf2624313e214c615f5502f0b543db7b/page-cpm.odoc
                   --parent page-"bf2624313e214c615f5502f0b543db7b" -I
                   compile/u --child page-"12.2.0"
File "./cpm.mld", line 2, characters 17-18:
Warning: Child label is not allowed in the last component of a reference path.
Suggestion: 'child-0' should be first.
compile command: odoc compile ./12.2.0.mld -o
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/page-12.2.0.odoc
                   --parent page-"cpm" -I
                   compile/u/bf2624313e214c615f5502f0b543db7b --child
                   page-"doc"
compile command: odoc compile ./doc.mld -o
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/page-doc.odoc
                   --parent page-"12.2.0" -I
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm --child
                   module-cpm__Utls --child module-cpm__TopKeeper --child
                   module-cpm__RegrStats --child module-cpm__MakeROC --child
                   module-cpm --child module-cpm__MyList
File "./doc.mld", line 5, characters 15-29:
Warning: '{!modules ...}' should begin on its own line.
compile command: odoc compile
                   prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm.cmt
                   -o
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm.odoc
                   --parent page-"doc" -I
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0
Missing dependency: Unix 3a423732520b05536abd290bef5048fe
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Random 14055871ab1ada985887fe17857a4bc8
Missing dependency: Stdlib__Printf d73c8b5d158ee045f56dc671632857e5
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int64 4083d22bff8ac50e44fcd319f4c95a1f
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__Bytes 4386c229afde8970cdf6f40df1a450d1
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__Utls.cmt
                   -o
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm__Utls.odoc
                   --parent page-"doc" -I
                   compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/
                   -I compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0
                   -I
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Random 14055871ab1ada985887fe17857a4bc8
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int64 4083d22bff8ac50e44fcd319f4c95a1f
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Bytes 4386c229afde8970cdf6f40df1a450d1
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/.private/cpm__MyList.cmt
                   -o
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/.private/Cpm__MyList.odoc
                   --parent page-"doc" -I
                   compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/
                   -I compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0
                   -I
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/
Missing dependency: Unix 3a423732520b05536abd290bef5048fe
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Sys 35430876c7d8c929086fdca8efc73e48
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Scanf 83da141a71f157410ce5f4fb14d1663f
Missing dependency: Stdlib__Random 14055871ab1ada985887fe17857a4bc8
Missing dependency: Stdlib__Printf d73c8b5d158ee045f56dc671632857e5
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int64 4083d22bff8ac50e44fcd319f4c95a1f
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Filename 7aa3d26ec3f7ff811d5349b4988d6820
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Complex e64ee90eddc7b10ec8fbe26c11240f8e
Missing dependency: Stdlib__Bytes 4386c229afde8970cdf6f40df1a450d1
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Bigarray 7c919af812ad8dfb0033b8dde0d08c07
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__MakeROC.cmt
                   -o
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm__MakeROC.odoc
                   --parent page-"doc" -I
                   compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/
                   -I compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0
                   -I
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/
                   -I
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/.private/
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Random 14055871ab1ada985887fe17857a4bc8
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__Int64 4083d22bff8ac50e44fcd319f4c95a1f
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Bytes 4386c229afde8970cdf6f40df1a450d1
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib__Array 52e44fdea03eac380addda1bf0f21120
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__RegrStats.cmt
                   -o
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm__RegrStats.odoc
                   --parent page-"doc" -I
                   compile/u/197b171d58d7a6424a34cf9763afd477/batteries/3.8.0/3.8.0/lib/batteries/unthreaded/
                   -I compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0
                   -I
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/lib/cpm/cpm__TopKeeper.cmti
                   -o
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm__TopKeeper.odoc
                   --parent page-"doc" -I
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0 -I
                   compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/
No children
File "src/batList.mli", line 1116, characters 67-74:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List) Couldn't find "List"
File "src/batList.mli", line 1112, characters 51-58:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List) Couldn't find "List"
File "src/batList.mli", line 1110, characters 18-25:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List) Couldn't find "List"
File "src/batList.mli", line 1007, characters 70-77:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List) Couldn't find "List"
File "src/batList.mli", line 1004, characters 54-61:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List) Couldn't find "List"
File "src/batList.mli", line 897, characters 28-47:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).stable_sort Couldn't find "List"
File "src/batList.mli", line 897, characters 12-24:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).sort Couldn't find "List"
File "src/batList.mli", line 888, characters 12-24:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).sort Couldn't find "List"
File "src/batList.mli", line 877, characters 4-25:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Pervasives).compare Parent_sig: Unresolved module path unresolvedroot(Stdlib) (Lookup failure (root module): Stdlib)
File "src/batList.mli", line 864, character 4 to line 865, character 19:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 744, character 4 to line 747, character 62:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 727, characters 4-65:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 710, character 51 to line 711, character 38:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 705, characters 4-65:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 697, characters 4-65:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 676, characters 4-62:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/batList.mli", line 669, characters 12-29:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).mem_assoc Couldn't find "List"
File "src/batList.mli", line 665, characters 12-32:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).remove_assoc Couldn't find "List"
File "src/batList.mli", line 661, characters 12-29:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).assoc_inv Couldn't find "List"
File "src/batList.mli", line 656, characters 12-29:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).assoc_opt Couldn't find "List"
File "src/batList.mli", line 652, characters 12-25:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).assoc Couldn't find "List"
File "src/batList.mli", line 648, characters 12-25:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).assoc Couldn't find "List"
File "src/batList.mli", line 639, character 4 to line 640, character 13:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/batList.mli", line 623, character 4 to line 624, character 13:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/batList.mli", line 540, characters 35-49:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).filter Couldn't find "List"
File "src/batList.mli", line 504, characters 14-65:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/batList.mli", line 497, characters 22-33:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).map Couldn't find "List"
File "src/batList.mli", line 497, characters 4-18:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).concat Couldn't find "List"
File "src/batList.mli", line 492, character 18 to line 493, character 39:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/batList.mli", line 486, character 45 to line 487, character 32:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/batList.mli", line 463, character 4 to line 464, character 13:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/batList.mli", line 448, characters 4-64:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 446, characters 12-26:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).exists Couldn't find "List"
File "src/batList.mli", line 443, characters 4-64:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 441, characters 12-27:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).for_all Couldn't find "List"
File "src/batList.mli", line 423, characters 12-23:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).mem Couldn't find "List"
File "src/batList.mli", line 418, characters 12-23:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).mem Couldn't find "List"
File "src/batList.mli", line 407, character 4 to line 408, character 19:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 402, characters 4-64:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 396, characters 19-31:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).map2 Couldn't find "List"
File "src/batList.mli", line 396, characters 4-15:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).rev Couldn't find "List"
File "src/batList.mli", line 391, character 4 to line 392, character 19:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 385, character 4 to line 386, character 19:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 380, characters 4-64:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 375, characters 4-64:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 356, characters 4-45:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 341, characters 4-46:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 324, characters 4-45:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 317, characters 4-45:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 294, characters 4-42:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 259, characters 19-30:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).map Couldn't find "List"
File "src/batList.mli", line 259, characters 4-15:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(List).rev Couldn't find "List"
File "src/batList.mli", line 191, characters 4-37:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 183, character 4 to line 185, character 51:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 182, characters 4-64:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 181, characters 4-61:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 172, characters 4-64:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 171, characters 4-60:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 121, characters 4-52:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 115, characters 4-72:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 93, character 45 to line 94, character 55:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/batList.mli", line 90, characters 4-40:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/batList.mli", line 81, character 46 to line 82, character 22:
Warning: While resolving the expansion of include at File "src/myList.ml", line 2, character 0
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
1 other files to copy
dst: linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/opam
dst: linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/README.md
dest: linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/README.md
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm__TopKeeper.odoc
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm__RegrStats.odoc
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm__MakeROC.odoc
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/.private/
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/.private/Cpm__MyList.odoc
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm__Utls.odoc
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm.odoc
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/index.m
compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/page-doc.odoc
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/12.2.0/lib/cpm/Cpm.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/README.md
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/doc/opam
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/package.json
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0/page-doc.odocl
2024-04-10 13:44.05 ---> saved as "277f15a899cdce6e5d2bf1f55974b25da8d19b3079739dce7966cd1c449323f5"

/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.384616') && (rsync -aR ./compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/ docs.ci.ocaml.org:/data/.) && (set 'compile/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/bf2624313e214c615f5502f0b543db7b/cpm/12.2.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
0.384616
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
COMPILE::924a607cf0c1eabd5db0b033fa0ee5f46cfeb1e8766d54ea4a80b58167804000
LINKED::3ce06499f4a8ae205596fded8b9421949fa8b420adfcc4765991791ec7e63486
2024-04-10 13:44.06 ---> saved as "244f00fc0413e7d85e6d9d7d9a665189a400d7481634ef4fec94d1865dd664e8"
Job succeeded
2024-04-10 13:49.25: Job succeeded