Build:
  1. 0
2024-09-27 17:14.44: New job: Voodoo do astring.0.8.5; 0c393f3cf3c33e50345ee19a88a79713
2024-09-27 17:14.44: Waiting for resource in pool OCluster
2024-09-27 17:14.45: Waiting for worker…
2024-09-27 17:14.50: Got resource from pool OCluster
2024-09-27 17:14.50: 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:0cfb2cde31ba2a32430240b9333f95a68414311f9f85cfa9debad172b705f8d3)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#a432fa7b6013bef70b3fcdc64782e309d470e34a && opam depext -iy voodoo-do"))
         (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:0cfb2cde31ba2a32430240b9333f95a68414311f9f85cfa9debad172b705f8d3)
 (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/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/ocamlbuild/0.15.0,ocamlbuild.0.15.0-a573c8251a3b8ff3a11c7cffb86f8366,ocamlbuild.0.15.0 compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6,ocamlfind.1.9.6-a573c8251a3b8ff3a11c7cffb86f8366,ocamlfind.1.9.6 compile/u/00813d953fec2121b27b5b53f38e216f/topkg/1.0.7,topkg.1.0.7-00813d953fec2121b27b5b53f38e216f,topkg.1.0.7; do IFS=\",\"; set -- $DATA; rsync -aR staging.docs.ci.ocamllabs.io:/data/./$1 .; done) && (rsync -aR staging.docs.ci.ocamllabs.io:/data/./prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/astring/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p astring  ) && (shopt -s nullglob && ((tar -cvf compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5.tar compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/*  && rm -R compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/* && mv compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5.tar compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-810421058d684117922542288ef61984 && mv linked epoch-810421058d684117922542288ef61984/) && (mkdir -p epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5) && (shopt -s nullglob && ((tar -cvf epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5.tar epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/*  && rm -R epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/* && mv epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5.tar epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/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.239179') && (rsync -aR ./compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5 ./epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/ staging.docs.ci.ocamllabs.io:/data/.) && (set 'compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5'; 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-09-27 17:14.50: RETRYING: 2024-09-27/171444-voodoo-do-148338 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:0cfb2cde31ba2a32430240b9333f95a68414311f9f85cfa9debad172b705f8d3)
2024-09-27 17:35.57 ---> using "5738de3d9df8ead20a1a1c116d643ca1bf950908deaecacf76190f5cf776294c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-27 17:35.57 ---> using "8391fd98bf10c1b1296f6d4a932e8df1595ecebf5401b500bda55f2c0e61572d" 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 [183 kB]
Fetched 286 kB in 0s (775 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 (5880 kB/s)
Selecting previously unselected package m4.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18776 files and directories currently installed.)
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Setting up m4 (1.4.19-3) ...
2024-09-27 17:35.57 ---> using "15cd249638312560997fdd5f629404ed849b32ae190f4fa2f30e779e3f8aa7e3" from cache

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

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

The following actions will be performed:
  - install ocamlbuild    0.15.0  [required by astring, bos]
  - install dune          3.16.0  [required by voodoo-do]
  - install num           1.5-1   [required by sexplib]
  - install ocamlfind     1.9.6   [required by astring, bos]
  - install cmdliner      1.3.0   [required by voodoo-do]
  - install seq           base    [required by tyxml, yojson]
  - install sexplib0      v0.17.0 [required by sexplib]
  - install result        1.5     [required by odoc]
  - install cppo          1.7.0   [required by odoc]
  - install camlp-streams 5.0.1   [required by odoc-parser]
  - install topkg         1.0.7   [required by astring, bos]
  - install yojson        2.2.2   [required by voodoo-do]
  - install re            1.12.0  [required by tyxml]
  - install parsexp       v0.17.0 [required by sexplib]
  - install uutf          1.0.3   [required by tyxml]
  - install rresult       0.7.0   [required by bos]
  - install ptime         1.2.0   [required by crunch]
  - install fmt           0.9.0   [required by bos, odoc]
  - install astring       0.8.5   [required by voodoo-do]
  - install sexplib       v0.17.0 [required by voodoo-lib]
  - 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.3   [required by odoc]
  - install fpath         0.7.3   [required by odoc, bos, voodoo-lib]
  - install odoc          2.4.3   [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.3.0] found in cache
[cppo.1.7.0] found in cache
[crunch.3.3.1] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[num.1.5-1] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[odoc.2.4.3] found in cache
[odoc-parser.2.4.3] found in cache
[parsexp.v0.17.0] found in cache
[ptime.1.2.0] found in cache
[re.1.12.0] found in cache
[result.1.5] found in cache
[rresult.0.7.0] found in cache
[sexplib.v0.17.0] found in cache
[sexplib0.v0.17.0] found in cache
[topkg.1.0.7] found in cache
[tyxml.4.6.0] found in cache
[uutf.1.0.3] found in cache
[yojson.2.2.2] found in cache
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#a432fa7b6013bef70b3fcdc64782e309d470e34a
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#a432fa7b6013bef70b3fcdc64782e309d470e34a

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed bos.0.2.1
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed sexplib0.v0.17.0
-> installed cppo.1.7.0
-> installed re.1.12.0
-> installed yojson.2.2.2
-> installed odoc-parser.2.4.3
-> installed parsexp.v0.17.0
-> installed sexplib.v0.17.0
-> installed tyxml.4.6.0
-> installed voodoo-lib.~dev
-> installed odoc.2.4.3
-> installed voodoo-do.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-27 17:35.57 ---> using "314185d51ac2d94ace375d18c4c8d3cc4fe3710d9cbb8e468f01dafa2237b13c" from cache

/home/opam: (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))
2024-09-27 17:35.57 ---> using "3002a9c25e3175e0cb7c927b3eec3b913bdfeedcb51d20ca085eeac5736cd924" from cache
2024-09-27 17:35.57 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:0cfb2cde31ba2a32430240b9333f95a68414311f9f85cfa9debad172b705f8d3)
2024-09-27 17:35.57 ---> using "5738de3d9df8ead20a1a1c116d643ca1bf950908deaecacf76190f5cf776294c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-27 17:35.57 ---> using "8391fd98bf10c1b1296f6d4a932e8df1595ecebf5401b500bda55f2c0e61572d" from cache

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

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2024-09-27 17:35.57 ---> using "4519f8c77779892e67bbfe246ab953c1cd1e5bd44244c5b3daf07683377f4f07" from cache

/home/opam/docs/: (copy (from (build tools))
                        (src /home/opam/odoc /home/opam/voodoo-do)
                        (dst /home/opam/))
2024-09-27 17:35.57 ---> using "c6b284284c17b8976dfcbe4ae887132cabbb4183fa6f4f18b79b208ccfbf38b8" from cache

/home/opam/docs/: (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
2024-09-27 17:35.57 ---> using "a321f9e8025c2056a1181bdc3d953d2dc7e806bc904560aa3fadb5205e19cefb" 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/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/ocamlbuild/0.15.0,ocamlbuild.0.15.0-a573c8251a3b8ff3a11c7cffb86f8366,ocamlbuild.0.15.0 compile/u/a573c8251a3b8ff3a11c7cffb86f8366/ocamlfind/1.9.6,ocamlfind.1.9.6-a573c8251a3b8ff3a11c7cffb86f8366,ocamlfind.1.9.6 compile/u/00813d953fec2121b27b5b53f38e216f/topkg/1.0.7,topkg.1.0.7-00813d953fec2121b27b5b53f38e216f,topkg.1.0.7; do IFS=\",\"; set -- $DATA; rsync -aR staging.docs.ci.ocamllabs.io:/data/./$1 .; done) && (rsync -aR staging.docs.ci.ocamllabs.io:/data/./prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/astring/
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/astring/CHANGES.md
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/astring/LICENSE.md
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/astring/README.md
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/astring/examples.ml
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/astring/
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/astring/astring.ocamlobjinfo
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/astring/astring_top.ocamlobjinfo
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/astring/META
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/astring/astring.cmi
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/astring/astring.cmti
prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/opam
compile/u/00813d953fec2121b27b5b53f38e216f/topkg/1.0.7/1.0.7/
compile/u/00813d953fec2121b27b5b53f38e216f/topkg/1.0.7/1.0.7/lib/
compile/u/00813d953fec2121b27b5b53f38e216f/topkg/1.0.7/1.0.7/lib/topkg/
compile/u/00813d953fec2121b27b5b53f38e216f/topkg/1.0.7/1.0.7/lib/topkg/Topkg.odoc
compile/u/00813d953fec2121b27b5b53f38e216f/topkg/1.0.7/doc/
compile/u/00813d953fec2121b27b5b53f38e216f/topkg/1.0.7/doc/index.m
compile/u/00813d953fec2121b27b5b53f38e216f/topkg/1.0.7/page-doc.odoc
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/p/ocamlbuild/0.15.0/0.15.0/
compile/p/ocamlbuild/0.15.0/0.15.0/lib/
compile/p/ocamlbuild/0.15.0/0.15.0/lib/ocamlbuild/
compile/p/ocamlbuild/0.15.0/0.15.0/lib/ocamlbuild/Ocamlbuild_plugin.odoc
compile/p/ocamlbuild/0.15.0/0.15.0/lib/ocamlbuild/Signatures.odoc
compile/p/ocamlbuild/0.15.0/0.15.0/lib/ocamlbuild/Ocamlbuild_unix_plugin.odoc
compile/p/ocamlbuild/0.15.0/0.15.0/lib/ocamlbuild/Ocamlbuild_pack.odoc
compile/p/ocamlbuild/0.15.0/doc/
compile/p/ocamlbuild/0.15.0/doc/index.m
compile/p/ocamlbuild/0.15.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
2024-09-27 17:36.00 ---> saved as "0674617e14ed336502c9ca2e2b0862b9c6d99bb1bda15a3054044741bfceacfd"

/home/opam/docs/: (run (shell "(mkdir -p compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/astring/*.odoc)"))
2024-09-27 17:36.00 ---> saved as "fa266e343a192577e4b31c31ab3d9a149e64726c02d52b234eb3c41f2e217ada"

/home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p astring  ) && (shopt -s nullglob && ((tar -cvf compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5.tar compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/*  && rm -R compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/* && mv compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5.tar compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-810421058d684117922542288ef61984 && mv linked epoch-810421058d684117922542288ef61984/) && (mkdir -p epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5) && (shopt -s nullglob && ((tar -cvf epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5.tar epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/*  && rm -R epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/* && mv epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5.tar epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/content.tar) || (echo 'Empty directory')))"))
process_meta_file: prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/astring/META
found archive_names: [astring, astring_top]
process_ocamlobjinfo_file: prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/astring/astring.ocamlobjinfo
trying to look up archive_name: astring
units: Astring_unsafe,Astring_base,Astring_escape,Astring_char,Astring_sub,Astring_string,Astring
process_ocamlobjinfo_file: prep/universes/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/astring/astring_top.ocamlobjinfo
trying to look up archive_name: astring_top
units: Astring_top
found archive_names: [astring/Astring_unsafe,Astring_base,Astring_escape,Astring_char,Astring_sub,Astring_string,Astring, astring_top/Astring_top]
Found 0 mld pages and 4 other pages
libraries: [astring,astring.top]
compile command: odoc compile ./u.mld -o compile/page-u.odoc --child
                   page-"0c393f3cf3c33e50345ee19a88a79713"
compile command: odoc compile ./0c393f3cf3c33e50345ee19a88a79713.mld -o
                   compile/u/page-0c393f3cf3c33e50345ee19a88a79713.odoc
                   --parent page-"u" -I compile --child page-"astring"
compile command: odoc compile ./astring.mld -o
                   compile/u/0c393f3cf3c33e50345ee19a88a79713/page-astring.odoc
                   --parent page-"0c393f3cf3c33e50345ee19a88a79713" -I
                   compile/u --child page-"0.8.5"
File "./astring.mld", line 2, characters 16-17:
Warning: Child label is not allowed in the last component of a reference path.
Suggestion: 'child-5' should be first.
compile command: odoc compile ./0.8.5.mld -o
                   compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/page-0.8.5.odoc
                   --parent page-"astring" -I
                   compile/u/0c393f3cf3c33e50345ee19a88a79713 --child
                   page-"doc"
compile command: odoc compile ./doc.mld -o
                   compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/page-doc.odoc
                   --parent page-"0.8.5" -I
                   compile/u/0c393f3cf3c33e50345ee19a88a79713/astring --child
                   module-astring
File "./doc.mld", line 5, characters 15-116:
Warning: '{!modules ...}' should begin on its own line.
File "./doc.mld", line 8, characters 15-37:
Warning: '{!modules ...}' should begin on its own line.
Missing dependency: Stdlib__Uchar bd0ab58d166b896b51c953631e3a39c5
Missing dependency: Stdlib__String 8d7e7cd15035dc5d921d9985a1f7d0a3
Missing dependency: Stdlib__Set 377c5c852dd2b05c647cdf11b66f92ab
Missing dependency: Stdlib__Seq e469865a3128bb838ded5895e9e9e56c
Missing dependency: Stdlib__Map c10b896173aa2c544de555b28ee90050
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/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/lib/astring/astring.cmti
                   -o
                   compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/0.8.5/lib/astring/Astring.odoc
                   --parent page-"doc" -I
                   compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5
File "src/astring.mli", line 229, characters 39-62:
Warning: '@raise' should begin on its own line.
File "src/astring.mli", line 484, characters 41-64:
Warning: '@raise' should begin on its own line.
File "src/astring.mli", line 993, characters 45-68:
Warning: '@raise' should begin on its own line.
File "src/astring.mli", line 1000, characters 45-68:
Warning: '@raise' should begin on its own line.
File "src/astring.mli", line 1007, characters 44-67:
Warning: '@raise' should begin on its own line.
File "src/astring.mli", line 1014, characters 40-63:
Warning: '@raise' should begin on its own line.
File "src/astring.mli", line 1051, characters 53-76:
Warning: '@raise' should begin on its own line.
File "src/astring.mli", line 1058, characters 53-76:
Warning: '@raise' should begin on its own line.
File "src/astring.mli", line 1065, characters 48-71:
Warning: '@raise' should begin on its own line.
No children
File "src/astring.mli", line 13, characters 4-30:
Warning: Failed to resolve reference unresolvedroot(Stdlib).String Couldn't find "Stdlib"
File "src/astring.mli", line 1258, characters 17-23:
Warning: Failed to resolve reference unresolvedroot(Str) Couldn't find "Str"
File "src/astring.mli", line 1171, characters 33-59:
Warning: Failed to resolve reference unresolvedroot(Stdlib).String Couldn't find "Stdlib"
File "src/astring.mli", line 176, characters 57-69:
Warning: Failed to resolve reference unresolvedroot(Map) Couldn't find "Map"
File "src/astring.mli", line 176, characters 40-52:
Warning: Failed to resolve reference unresolvedroot(Set) Couldn't find "Set"
File "src/astring.mli", line 176, characters 13-31:
Warning: Failed to resolve reference unresolvedroot(Sub) Couldn't find "Sub"
File "src/astring.mli", line 1165, characters 9-34:
Warning: Failed to resolve reference unresolvedroot(Stdlib).float_of_string Couldn't find "Stdlib"
File "src/astring.mli", line 1161, characters 6-31:
Warning: Failed to resolve reference unresolvedroot(Stdlib).string_of_float Couldn't find "Stdlib"
File "src/astring.mli", line 1157, characters 6-24:
Warning: Failed to resolve reference unresolvedroot(Int64).to_string Couldn't find "Int64"
File "src/astring.mli", line 1153, characters 6-24:
Warning: Failed to resolve reference unresolvedroot(Int64).of_string Couldn't find "Int64"
File "src/astring.mli", line 1149, characters 6-24:
Warning: Failed to resolve reference unresolvedroot(Int32).to_string Couldn't find "Int32"
File "src/astring.mli", line 1145, characters 6-24:
Warning: Failed to resolve reference unresolvedroot(Int32).of_string Couldn't find "Int32"
File "src/astring.mli", line 1141, characters 6-28:
Warning: Failed to resolve reference unresolvedroot(Nativeint).to_string Couldn't find "Nativeint"
File "src/astring.mli", line 1137, characters 6-28:
Warning: Failed to resolve reference unresolvedroot(Nativeint).of_string Couldn't find "Nativeint"
File "src/astring.mli", line 1133, characters 6-29:
Warning: Failed to resolve reference unresolvedroot(Stdlib).int_of_string Couldn't find "Stdlib"
File "src/astring.mli", line 1129, characters 6-29:
Warning: Failed to resolve reference unresolvedroot(Stdlib).string_of_int Couldn't find "Stdlib"
File "src/astring.mli", line 1125, characters 6-30:
Warning: Failed to resolve reference unresolvedroot(Stdlib).bool_of_string Couldn't find "Stdlib"
File "src/astring.mli", line 1121, characters 6-30:
Warning: Failed to resolve reference unresolvedroot(Stdlib).string_of_bool Couldn't find "Stdlib"
File "src/astring.mli", line 1094, characters 8-30:
Warning: Failed to resolve reference unresolvedroot(Format).pp_print_cut Couldn't find "Format"
File "src/astring.mli", line 1072, characters 26-39:
Warning: Failed to resolve reference unresolvedroot(Map).S.find Couldn't find "S"
File "src/astring.mli", line 1069, characters 23-36:
Warning: Failed to resolve reference unresolvedroot(Map).S.find Couldn't find "S"
File "src/astring.mli", line 1065, character 48 to line 1066, character 25:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 1062, characters 23-38:
Warning: Failed to resolve reference unresolvedroot(Map).S.choose Couldn't find "S"
File "src/astring.mli", line 1058, character 53 to line 1059, character 25:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 1055, characters 23-43:
Warning: Failed to resolve reference unresolvedroot(Map).S.max_binding Couldn't find "S"
File "src/astring.mli", line 1051, character 53 to line 1052, character 25:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 1048, characters 23-43:
Warning: Failed to resolve reference unresolvedroot(Map).S.min_binding Couldn't find "S"
File "src/astring.mli", line 1032, characters 8-30:
Warning: Failed to resolve reference unresolvedroot(Format).pp_print_cut Couldn't find "Format"
File "src/astring.mli", line 1014, character 40 to line 1015, character 28:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 1014, characters 22-35:
Warning: Failed to resolve reference unresolvedroot(Set).S.find Couldn't find "S"
File "src/astring.mli", line 1011, characters 23-36:
Warning: Failed to resolve reference unresolvedroot(Set).S.find Couldn't find "S"
File "src/astring.mli", line 1007, character 44 to line 1008, character 18:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 1004, characters 23-38:
Warning: Failed to resolve reference unresolvedroot(Set).S.choose Couldn't find "S"
File "src/astring.mli", line 1000, character 45 to line 1001, character 25:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 997, characters 23-39:
Warning: Failed to resolve reference unresolvedroot(Set).S.max_elt Couldn't find "S"
File "src/astring.mli", line 993, character 45 to line 994, character 25:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 990, characters 23-39:
Warning: Failed to resolve reference unresolvedroot(Set).S.min_elt Couldn't find "S"
File "src/astring.mli", line 769, characters 11-36:
Warning: Failed to resolve reference unresolvedroot(Stdlib).float_of_string Couldn't find "Stdlib"
File "src/astring.mli", line 765, characters 8-33:
Warning: Failed to resolve reference unresolvedroot(Stdlib).string_of_float Couldn't find "Stdlib"
File "src/astring.mli", line 761, characters 8-26:
Warning: Failed to resolve reference unresolvedroot(Int64).to_string Couldn't find "Int64"
File "src/astring.mli", line 757, characters 8-26:
Warning: Failed to resolve reference unresolvedroot(Int64).of_string Couldn't find "Int64"
File "src/astring.mli", line 753, characters 8-26:
Warning: Failed to resolve reference unresolvedroot(Int32).to_string Couldn't find "Int32"
File "src/astring.mli", line 749, characters 8-26:
Warning: Failed to resolve reference unresolvedroot(Int32).of_string Couldn't find "Int32"
File "src/astring.mli", line 745, characters 8-30:
Warning: Failed to resolve reference unresolvedroot(Nativeint).to_string Couldn't find "Nativeint"
File "src/astring.mli", line 741, characters 8-30:
Warning: Failed to resolve reference unresolvedroot(Nativeint).of_string Couldn't find "Nativeint"
File "src/astring.mli", line 737, characters 8-31:
Warning: Failed to resolve reference unresolvedroot(Stdlib).int_of_string Couldn't find "Stdlib"
File "src/astring.mli", line 733, characters 8-31:
Warning: Failed to resolve reference unresolvedroot(Stdlib).string_of_int Couldn't find "Stdlib"
File "src/astring.mli", line 729, characters 8-32:
Warning: Failed to resolve reference unresolvedroot(Stdlib).bool_of_string Couldn't find "Stdlib"
File "src/astring.mli", line 725, characters 8-32:
Warning: Failed to resolve reference unresolvedroot(Stdlib).string_of_bool Couldn't find "Stdlib"
File "src/astring.mli", line 680, characters 22-35:
Warning: Reference to 'map' is ambiguous. Please specify its kind: type-map, val-map.
File "src/astring.mli", line 611, character 8 to line 612, character 46:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 604, character 8 to line 605, character 46:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 555, characters 30-46:
Warning: Reference to 'append' is ambiguous. Please specify its kind: section-append, val-append.
File "src/astring.mli", line 549, character 8 to line 550, character 46:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 541, character 8 to line 542, character 46:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 535, characters 8-53:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 525, characters 8-53:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 498, characters 20-37:
Warning: Failed to resolve reference unresolvedroot(Hashtbl).hashs Couldn't find "Hashtbl"
File "src/astring.mli", line 484, character 41 to line 485, character 17:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 468, characters 8-62:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 450, character 8 to line 451, character 33:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 375, characters 6-59:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 356, characters 6-59:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 332, characters 6-60:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 297, characters 6-51:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 250, characters 6-30:
Warning: Failed to resolve reference unresolvedroot(Sys).max_string_length Couldn't find "Sys"
File "src/astring.mli", line 249, character 6 to line 250, character 31:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 242, characters 6-30:
Warning: Failed to resolve reference unresolvedroot(Sys).max_string_length Couldn't find "Sys"
File "src/astring.mli", line 241, character 6 to line 242, character 31:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 233, characters 18-33:
Warning: Failed to resolve reference unresolvedroot(Hashtbl).hash Couldn't find "Hashtbl"
File "src/astring.mli", line 229, character 39 to line 230, character 15:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 213, characters 6-60:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 204, characters 6-30:
Warning: Failed to resolve reference unresolvedroot(Sys).max_string_length Couldn't find "Sys"
File "src/astring.mli", line 203, character 6 to line 204, character 33:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 57, characters 24-41:
Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib"
File "src/astring.mli", line 49, characters 16-31:
Warning: Failed to resolve reference unresolvedroot(Hashtbl).hash Couldn't find "Hashtbl"
File "src/astring.mli", line 35, characters 6-76:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/astring.mli", line 19, characters 14-32:
Warning: Failed to resolve reference unresolvedroot(Format).asprintf Couldn't find "Format"
File "./doc.mld", line 8, characters 15-37:
Warning: Failed to resolve reference unresolvedroot(Astring_top) Parent_module: Lookup failure (root module): Astring_top
File "./doc.mld", line 5, characters 15-116:
Warning: Failed to resolve reference unresolvedroot(Astring_string) Parent_module: Lookup failure (root module): Astring_string
File "./doc.mld", line 5, characters 15-116:
Warning: Failed to resolve reference unresolvedroot(Astring_sub) Parent_module: Lookup failure (root module): Astring_sub
File "./doc.mld", line 5, characters 15-116:
Warning: Failed to resolve reference unresolvedroot(Astring_char) Parent_module: Lookup failure (root module): Astring_char
File "./doc.mld", line 5, characters 15-116:
Warning: Failed to resolve reference unresolvedroot(Astring_escape) Parent_module: Lookup failure (root module): Astring_escape
File "./doc.mld", line 5, characters 15-116:
Warning: Failed to resolve reference unresolvedroot(Astring_base) Parent_module: Lookup failure (root module): Astring_base
File "./doc.mld", line 5, characters 15-116:
Warning: Failed to resolve reference unresolvedroot(Astring_unsafe) Parent_module: Lookup failure (root module): Astring_unsafe
4 other files to copy
dst: linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/opam
dst: linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/examples.ml
dst: linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/README.md
dst: linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/LICENSE.md
dst: linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/CHANGES.md
dest: linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/examples.ml
dest: linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/README.md
dest: linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/LICENSE.md
dest: linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/CHANGES.md
compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/0.8.5/
compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/0.8.5/lib/
compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/0.8.5/lib/astring/
compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/0.8.5/lib/astring/Astring.odoc
compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/
compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/index.m
compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/page-doc.odoc
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/0.8.5/
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/0.8.5/lib/
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/0.8.5/lib/astring/
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/0.8.5/lib/astring/Astring.odocl
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/CHANGES.md
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/LICENSE.md
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/README.md
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/examples.ml
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/doc/opam
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/package.json
epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5/page-doc.odocl
2024-09-27 17:36.01 ---> saved as "490c6900b1b09939767b9e34f9a8c10bc804c742425d047a1d7c061cdd2cce8a"

/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.239179') && (rsync -aR ./compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5 ./epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/ staging.docs.ci.ocamllabs.io:/data/.) && (set 'compile/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-810421058d684117922542288ef61984/linked/u/0c393f3cf3c33e50345ee19a88a79713/astring/0.8.5'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
0.239179
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
COMPILE::47bad3560bd0091607e5eee1eda89b809a6880dc85f7de4a81ebf5c8fa32b73c
LINKED::9202f40599b539a57954387fa779a8cd960f8a55c63b0148dccb02007cc1c14c
2024-09-27 17:36.02 ---> saved as "d2f7c83a97d4331237a604022e4f7df6f3910ef82f1b183f9273202503c39243"
Job succeeded
2024-09-27 17:36.03: Job succeeded