Build:
  1. 0
2024-05-17 13:48.58: New job: Voodoo do tablecloth-native.0.0.4; 26ceae5e2323f5852b9d60eed86f04d4
2024-05-17 13:48.58: Waiting for resource in pool OCluster
2024-05-17 13:48.59: Waiting for worker…
2024-05-17 13:50.22: Got resource from pool OCluster
2024-05-17 13:50.22: 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:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
         (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:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
 (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/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3,base.v0.16.3-5988371d555b74dcfb35ec529f9ad0ad,base.v0.16.3 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/csexp/1.5.2,csexp.1.5.2-7062c9d084f38d9122d52f2565149dea,csexp.1.5.2 compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.13.0,dune.3.13.0-44521134ec2271626cc088ea2bc751d6,dune.3.13.0 compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0,dune-configurator.3.13.0-306077c392b58e40d2cf6237435c6fde,dune-configurator.3.13.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/p/sexplib0/v0.16.0,sexplib0.v0.16.0-7062c9d084f38d9122d52f2565149dea,sexplib0.v0.16.0; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/p/tablecloth-native/0.0.4) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/tablecloth-native/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p tablecloth-native -b ) && (shopt -s nullglob && ((tar -cvf compile/p/tablecloth-native/0.0.4.tar compile/p/tablecloth-native/0.0.4/*  && rm -R compile/p/tablecloth-native/0.0.4/* && mv compile/p/tablecloth-native/0.0.4.tar compile/p/tablecloth-native/0.0.4/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/content.tar) || (echo 'Empty directory')))"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.251227') && (rsync -aR ./compile/p/tablecloth-native/0.0.4 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/tablecloth-native/0.0.4'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
)
END-OF-SPEC

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

2024-05-17 13:50.22: RETRYING: 2024-05-17/134858-voodoo-do-72833e Number of retries: 0 (retriable error condition)
Building on x86-bm-c8.sw.ocaml.org

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6' locally
docker.io/ocaml/opam@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6: Pulling from ocaml/opam
Digest: sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6
Status: Downloaded newer image for ocaml/opam@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6
2024-05-17 13:46.37 ---> using "21c8a5b61b5cb4edf66f4190bf5c4b0e52bef7327a05c34de6f8342edd793c57" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-05-17 13:46.37 ---> using "46e86ad6c91a7732e8a7ff32712bee397c6e462e5217d61d9842ae07d5bb5e2c" 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 [156 kB]
Fetched 259 kB in 0s (929 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 1 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.1 MB/s)
Selecting previously unselected package m4.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 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-05-17 13:46.37 ---> using "e202ffd2123f5318ebe9a99d3e8b20def529d3134a38f1d0b54978ac3b19ac57" 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.15.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.2   [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.2   [required by voodoo-do]
  - install bos           0.2.1   [required by voodoo-do]
  - install voodoo-lib    ~dev*   [required by voodoo-do]
  - install voodoo-do     ~dev*
===== 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.15.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.2] found in cache
[odoc-parser.2.4.2] 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 fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.15.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.2
-> 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.2
-> installed voodoo-do.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-17 13:46.37 ---> using "7dd9996b4d5599efaf8df9fcbae7b0088e63de8f3466b7d0c254fd86e1b269f4" from cache

/home/opam: (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))
2024-05-17 13:46.37 ---> using "0ec4de8d020f65e7a8fc38f70addcae5d755ec471259c9c25522cbf905aa8977" from cache
2024-05-17 13:46.37 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6' locally
docker.io/ocaml/opam@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6: Pulling from ocaml/opam
Digest: sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6
Status: Downloaded newer image for ocaml/opam@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6
2024-05-17 13:46.37 ---> using "21c8a5b61b5cb4edf66f4190bf5c4b0e52bef7327a05c34de6f8342edd793c57" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-05-17 13:46.37 ---> using "46e86ad6c91a7732e8a7ff32712bee397c6e462e5217d61d9842ae07d5bb5e2c" from cache

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

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2024-05-17 13:46.37 ---> using "da5f412ce21382bbd551ccb13722d3c89187e0ff7545023489a94977dc749c62" from cache

/home/opam/docs/: (copy (from (build tools))
                        (src /home/opam/odoc /home/opam/voodoo-do)
                        (dst /home/opam/))
2024-05-17 13:46.38 ---> using "ba95572bf16ed881c5d95deda59291a7f01dac6dd37ef326efe1421636209932" from cache

/home/opam/docs/: (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
2024-05-17 13:46.38 ---> using "ffe9162e5ab407cc34efa02b35a9af07cf8cf838cc4d83196939ba23ded7d86c" 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/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3,base.v0.16.3-5988371d555b74dcfb35ec529f9ad0ad,base.v0.16.3 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/csexp/1.5.2,csexp.1.5.2-7062c9d084f38d9122d52f2565149dea,csexp.1.5.2 compile/u/44521134ec2271626cc088ea2bc751d6/dune/3.13.0,dune.3.13.0-44521134ec2271626cc088ea2bc751d6,dune.3.13.0 compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0,dune-configurator.3.13.0-306077c392b58e40d2cf6237435c6fde,dune-configurator.3.13.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/p/sexplib0/v0.16.0,sexplib0.v0.16.0-7062c9d084f38d9122d52f2565149dea,sexplib0.v0.16.0; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4 .) && (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.
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/doc/
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/doc/tablecloth-native/
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/doc/tablecloth-native/LICENSE
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/doc/tablecloth-native/README.md
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/tablecloth-native/
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/tablecloth-native/tablecloth.ocamlobjinfo
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/tablecloth-native/META
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/tablecloth-native/dune-package
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/tablecloth-native/tablecloth.cmi
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/tablecloth-native/tablecloth.cmt
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/tablecloth-native/tablecloth.cmti
prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/opam
compile/p/sexplib0/v0.16.0/doc/
compile/p/sexplib0/v0.16.0/doc/index.m
compile/p/sexplib0/v0.16.0/page-doc.odoc
compile/p/sexplib0/v0.16.0/v0.16.0/
compile/p/sexplib0/v0.16.0/v0.16.0/lib/
compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/
compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/Sexplib0__Sexpable.odoc
compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/Sexplib0.odoc
compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/Sexplib0__Sexp_conv_record.odoc
compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/Sexplib0__Sexp_conv_error.odoc
compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/Sexplib0__Sexp_conv.odoc
compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/Sexplib0__Sexp_conv_grammar.odoc
compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/Sexplib0__Sexp_grammar.odoc
compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/Sexplib0__Sexp.odoc
compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/Sexplib0__.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/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
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/lib/
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/lib/dune-configurator/
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/lib/dune-configurator/Configurator.odoc
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/lib/dune-configurator/.private/
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/lib/dune-configurator/.private/Configurator__Import.odoc
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/lib/dune-configurator/.private/Configurator__Dune_lang.odoc
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/lib/dune-configurator/.private/Configurator__Ocaml_config.odoc
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/lib/dune-configurator/Configurator__Extract_obj.odoc
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/lib/dune-configurator/Configurator__V1.odoc
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/3.13.0/lib/dune-configurator/Configurator__.odoc
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/doc/
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.0/doc/index.m
compile/u/306077c392b58e40d2cf6237435c6fde/dune-configurator/3.13.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/csexp/1.5.2/1.5.2/
compile/u/7062c9d084f38d9122d52f2565149dea/csexp/1.5.2/1.5.2/lib/
compile/u/7062c9d084f38d9122d52f2565149dea/csexp/1.5.2/1.5.2/lib/csexp/
compile/u/7062c9d084f38d9122d52f2565149dea/csexp/1.5.2/1.5.2/lib/csexp/Csexp.odoc
compile/u/7062c9d084f38d9122d52f2565149dea/csexp/1.5.2/doc/
compile/u/7062c9d084f38d9122d52f2565149dea/csexp/1.5.2/doc/index.m
compile/u/7062c9d084f38d9122d52f2565149dea/csexp/1.5.2/page-doc.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/doc/
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/doc/index.m
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/page-doc.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Avltree.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Hex_lexer.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Linked_queue.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Obj_array.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Type_equal.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Binary_search.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Float0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__List1.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Uchar.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Linked_queue0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Popcount.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Random_repr.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Hash_set.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Backtrace.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Nativeint.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Ref.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Sexp_with_comparable.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Unit.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Int.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Bool.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Sys.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Buffer.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Int_conversions.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Uniform_array.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__List.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__String.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Char0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Float.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Int63.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Sign_or_nan.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Fn.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Set.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Set_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Source_code_position.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Sign.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Int_math.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Obj_local.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/caml/
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/caml/Caml.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Bytes_tr.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Bytes0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Char.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Hash_set_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Hashtbl.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Hashtbl_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Queue.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Queue_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Stack.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Ordered_collection_common.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Stack_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Fieldslib.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Exn.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Variantslib.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Uchar0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__List0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Map.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Map_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Hasher.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Maybe_bound.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Int63_emul.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Int32.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Int64.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Int_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Floatable.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Variant.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Buffer_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Intable.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Nothing.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Identifiable.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Identifiable_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Ppx_enumerate_lib.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Bytes.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Comparable.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Comparable_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Comparisons.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Or_error.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Pretty_printer.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Sign0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Staged.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/md5/
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/md5/Md5_lib.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Hashable.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Hashable_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Option_array.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Array.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Binary_searchable.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Binary_searchable_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Blit.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Blit_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Option.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Error.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Info.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Info_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Formatter.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Sequence.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Indexed_container.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Indexed_container_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Container.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Container_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Lazy.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Result.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Sexpable.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Stringable.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Ordering.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Equal.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Pow_overflow_bounds.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Word_size.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Either.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Either_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Applicative.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Applicative_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Either0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Invariant.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Invariant_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Field.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Monad.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Monad_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Source_code_position0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__String0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__T.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__With_return.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Array_permute.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Array0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Int0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Ordered_collection_common0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Random.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Sys0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Comparator.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Import.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Globalize.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Ppx_compare_lib.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Sexp.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Ppx_hash_lib.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Hash.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Hash_intf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/base_internalhash_types/
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/base_internalhash_types/Base_internalhash_types.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Printf.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Import0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Bool0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__Poly0.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/Base__.odoc
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/shadow_stdlib/
compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/shadow_stdlib/Shadow_stdlib.odoc
2024-05-17 13:46.46 ---> saved as "0e6d96ccbac0274acdd4b6fed3da9fe42235c74ac227b7fcf074cae5b29860a3"

/home/opam/docs/: (run (shell "(mkdir -p compile/p/tablecloth-native/0.0.4) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/tablecloth-native/*.odoc)"))
2024-05-17 13:46.47 ---> saved as "bf430e9c6be3470f8006deedad288111dfd8b86cef6045ab9ff9a5c59990fc4f"

/home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p tablecloth-native -b ) && (shopt -s nullglob && ((tar -cvf compile/p/tablecloth-native/0.0.4.tar compile/p/tablecloth-native/0.0.4/*  && rm -R compile/p/tablecloth-native/0.0.4/* && mv compile/p/tablecloth-native/0.0.4.tar compile/p/tablecloth-native/0.0.4/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/content.tar) || (echo 'Empty directory')))"))
process_meta_file: prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/tablecloth-native/META
found archive_names: [tablecloth]
process_ocamlobjinfo_file: prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/tablecloth-native/tablecloth.ocamlobjinfo
trying to look up archive_name: tablecloth
units: Tablecloth
found archive_names: [tablecloth/Tablecloth]
Found 0 mld pages and 2 other pages
libraries: [tablecloth-native]
compile command: odoc compile ./p.mld -o compile/page-p.odoc --child
                   page-"tablecloth-native"
File "./p.mld", line 2, characters 12-29:
Warning: Unknown reference qualifier 'tablecloth'.
compile command: odoc compile ./tablecloth-native.mld -o
                   compile/p/page-tablecloth-native.odoc --parent page-"p" -I
                   compile --child page-"0.0.4"
File "./tablecloth-native.mld", line 2, characters 16-17:
Warning: Child label is not allowed in the last component of a reference path.
Suggestion: 'child-4' should be first.
compile command: odoc compile ./0.0.4.mld -o
                   compile/p/tablecloth-native/page-0.0.4.odoc --parent
                   page-"tablecloth-native" -I compile/p --child page-"doc"
compile command: odoc compile ./doc.mld -o
                   compile/p/tablecloth-native/0.0.4/page-doc.odoc --parent
                   page-"0.0.4" -I compile/p/tablecloth-native --child
                   module-tablecloth
File "./doc.mld", line 5, characters 15-36:
Warning: '{!modules ...}' should begin on its own line.
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__Sys 35430876c7d8c929086fdca8efc73e48
Missing dependency: Stdlib__StringLabels 864618e2d8497323dfe6eaa95ace4763
Missing dependency: Stdlib__StdLabels 2ec10ae58b11d4432d5a415c6b7a2d80
Missing dependency: Stdlib__Set 377c5c852dd2b05c647cdf11b66f92ab
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Printf d73c8b5d158ee045f56dc671632857e5
Missing dependency: Stdlib__Printexc d975a8ebb36f69a7ebff19112564c073
Missing dependency: Stdlib__Obj 111b50f0cfcc8a94d252818567fe891b
Missing dependency: Stdlib__Nativeint a7cfe093e92b186c7805358e8d76fc8a
Missing dependency: Stdlib__MoreLabels f8e8f8fe603ce6f1a155c15592364aee
Missing dependency: Stdlib__Map c10b896173aa2c544de555b28ee90050
Missing dependency: Stdlib__ListLabels 2ac20cbf1425aaf96d02b4b2686bcddc
Missing dependency: Stdlib__Lexing 949e28f0e0f98281ad3e5361c8e0a3c4
Missing dependency: Stdlib__Int64 4083d22bff8ac50e44fcd319f4c95a1f
Missing dependency: Stdlib__Int32 f83b5c153cc85f2fcd7b605b4364096f
Missing dependency: Stdlib__Hashtbl c04858fec86768f735bb82b2552d3868
Missing dependency: Stdlib__Format 94d7f939ea070018aea40586f319a4ee
Missing dependency: Stdlib__Either 4c7aace90230bd854d0973c7e456ef08
Missing dependency: Stdlib__Domain 15eb47920ac7664c134360a87b41ef28
Missing dependency: Stdlib__Buffer 11209f45e0193c65ddf3fa42e62ca351
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/26ceae5e2323f5852b9d60eed86f04d4/tablecloth-native/0.0.4/lib/tablecloth-native/tablecloth.cmti
                   -o
                   compile/p/tablecloth-native/0.0.4/0.0.4/lib/tablecloth-native/Tablecloth.odoc
                   --parent page-"doc" -I
                   compile/p/sexplib0/v0.16.0/v0.16.0/lib/sexplib0/ -I
                   compile/p/tablecloth-native/0.0.4 -I
                   compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/
                   -I
                   compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/base_internalhash_types/
                   -I
                   compile/u/5988371d555b74dcfb35ec529f9ad0ad/base/v0.16.3/v0.16.3/lib/base/shadow_stdlib/
No children
2 other files to copy
dst: linked/p/tablecloth-native/0.0.4/doc/opam
dst: linked/p/tablecloth-native/0.0.4/doc/README.md
dst: linked/p/tablecloth-native/0.0.4/doc/LICENSE
dest: linked/p/tablecloth-native/0.0.4/doc/README.md
dest: linked/p/tablecloth-native/0.0.4/doc/LICENSE
compile/p/tablecloth-native/0.0.4/0.0.4/
compile/p/tablecloth-native/0.0.4/0.0.4/lib/
compile/p/tablecloth-native/0.0.4/0.0.4/lib/tablecloth-native/
compile/p/tablecloth-native/0.0.4/0.0.4/lib/tablecloth-native/Tablecloth.odoc
compile/p/tablecloth-native/0.0.4/doc/
compile/p/tablecloth-native/0.0.4/doc/index.m
compile/p/tablecloth-native/0.0.4/page-doc.odoc
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/0.0.4/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/0.0.4/lib/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/0.0.4/lib/tablecloth-native/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/0.0.4/lib/tablecloth-native/Tablecloth.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/doc/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/doc/LICENSE
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/doc/README.md
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/doc/opam
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/package.json
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4/page-doc.odocl
2024-05-17 13:46.48 ---> saved as "2ab5aa596598fa3649160b6dc337b0b4ab280916a0e10cb921ea9f905c0dd299"

/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.251227') && (rsync -aR ./compile/p/tablecloth-native/0.0.4 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/tablecloth-native/0.0.4'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/tablecloth-native/0.0.4'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
0.251227
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
COMPILE::de16f6cc4b371711b87329682d818568d02b2e7dd04c88eae59bc1918a5a9ee1
LINKED::eefcdb9f4d99bf1e4b809675ad323d12c52185f4a913df5dd4931268855d3177
2024-05-17 13:46.49 ---> saved as "95575c3ca4a5b43e7c6f29c5f8d096b7a3a2578f0f9c7e2765d363b9edad5c29"
Job succeeded
2024-05-17 13:50.34: Job succeeded