Build:
  1. 0
2024-05-17 13:48.58: New job: Voodoo do pcre.7.4.3; 5a9d0ee607b0ee7423cc9feb429aae95
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:49.49: Got resource from pool OCluster
2024-05-17 13:49.49: 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/p/conf-libpcre/1,conf-libpcre.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libpcre.1 compile/p/conf-pkg-config/3,conf-pkg-config.3-d41d8cd98f00b204e9800998ecf8427e,conf-pkg-config.3 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/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/p/pcre/7.4.3) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/pcre/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p pcre -b ) && (shopt -s nullglob && ((tar -cvf compile/p/pcre/7.4.3.tar compile/p/pcre/7.4.3/*  && rm -R compile/p/pcre/7.4.3/* && mv compile/p/pcre/7.4.3.tar compile/p/pcre/7.4.3/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/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.540961') && (rsync -aR ./compile/p/pcre/7.4.3 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/pcre/7.4.3'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3'; 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:49.49: RETRYING: 2024-05-17/134858-voodoo-do-5a1d37 Number of retries: 0 (retriable error condition)
Building on x86-bm-c15.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.05 ---> 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.05 ---> 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 1s (492 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 (10.0 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.05 ---> 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 cppo.1.6.9
-> installed re.1.11.0
-> installed odoc-parser.2.4.2
-> installed yojson.2.1.2
-> installed parsexp.v0.16.0
-> 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.05 ---> 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.05 ---> using "0ec4de8d020f65e7a8fc38f70addcae5d755ec471259c9c25522cbf905aa8977" from cache
2024-05-17 13:46.05 --> 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.05 ---> 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.05 ---> using "46e86ad6c91a7732e8a7ff32712bee397c6e462e5217d61d9842ae07d5bb5e2c" from cache

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

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2024-05-17 13:46.05 ---> 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.05 ---> using "ba95572bf16ed881c5d95deda59291a7f01dac6dd37ef326efe1421636209932" from cache

/home/opam/docs/: (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
2024-05-17 13:46.05 ---> 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/p/conf-libpcre/1,conf-libpcre.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libpcre.1 compile/p/conf-pkg-config/3,conf-pkg-config.3-d41d8cd98f00b204e9800998ecf8427e,conf-pkg-config.3 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/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/doc/
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/doc/pcre/
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/doc/pcre/CHANGES.md
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/doc/pcre/LICENSE.md
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/doc/pcre/README.md
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/pcre/
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/pcre/pcre.ocamlobjinfo
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/pcre/META
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/pcre/dune-package
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/pcre/pcre.cmi
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/pcre/pcre.cmt
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/pcre/pcre.cmti
prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/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/conf-pkg-config/3/doc/
compile/p/conf-pkg-config/3/doc/index.m
compile/p/conf-pkg-config/3/page-doc.odoc
compile/p/conf-libpcre/1/doc/
compile/p/conf-libpcre/1/doc/index.m
compile/p/conf-libpcre/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
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.14 ---> saved as "82d276692cf0c87b12392bb94e38dcee967e9443fe07fe77dc593acd171dc829"

/home/opam/docs/: (run (shell "(mkdir -p compile/p/pcre/7.4.3) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/pcre/*.odoc)"))
2024-05-17 13:46.14 ---> saved as "b7196d693a605713cc34bd48ab5b20920949dafdfb451bbdcaf3d1b1a314e0fc"

/home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p pcre -b ) && (shopt -s nullglob && ((tar -cvf compile/p/pcre/7.4.3.tar compile/p/pcre/7.4.3/*  && rm -R compile/p/pcre/7.4.3/* && mv compile/p/pcre/7.4.3.tar compile/p/pcre/7.4.3/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/content.tar) || (echo 'Empty directory')))"))
process_meta_file: prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/pcre/META
found archive_names: [pcre]
process_ocamlobjinfo_file: prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/pcre/pcre.ocamlobjinfo
trying to look up archive_name: pcre
units: Pcre
found archive_names: [pcre/Pcre]
Found 0 mld pages and 3 other pages
libraries: [pcre]
compile command: odoc compile ./p.mld -o compile/page-p.odoc --child
                   page-"pcre"
compile command: odoc compile ./pcre.mld -o compile/p/page-pcre.odoc --parent
                   page-"p" -I compile --child page-"7.4.3"
File "./pcre.mld", line 2, characters 16-17:
Warning: Child label is not allowed in the last component of a reference path.
Suggestion: 'child-3' should be first.
compile command: odoc compile ./7.4.3.mld -o compile/p/pcre/page-7.4.3.odoc
                   --parent page-"pcre" -I compile/p --child page-"doc"
compile command: odoc compile ./doc.mld -o compile/p/pcre/7.4.3/page-doc.odoc
                   --parent page-"7.4.3" -I compile/p/pcre --child
                   module-pcre
File "./doc.mld", line 5, characters 15-30:
Warning: '{!modules ...}' should begin on its own line.
Missing dependency: Stdlib 0b4549228bc9b8c1cfa1e888d7432bdf
Missing dependency: CamlinternalFormatBasics 2125f26b831153c92a44f06bfde570ae
compile command: odoc compile
                   prep/universes/5a9d0ee607b0ee7423cc9feb429aae95/pcre/7.4.3/lib/pcre/pcre.cmti
                   -o compile/p/pcre/7.4.3/7.4.3/lib/pcre/Pcre.odoc --parent
                   page-"doc" -I compile/p/pcre/7.4.3
File "src/pcre.mli", line 29, characters 4-18:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 65, characters 4-68:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 127, characters 4-66:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 151, characters 4-31:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 169, characters 21-28:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 172, characters 18-25:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 175, characters 23-30:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 178, characters 26-33:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 182, characters 24-31:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 185, characters 23-30:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 188, characters 27-34:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 192, characters 18-25:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 195, characters 23-30:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 198, characters 24-31:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 202, characters 25-32:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 206, characters 24-31:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 210, characters 32-39:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 217, characters 26-33:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 221, characters 36-43:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 225, characters 4-31:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 275, characters 16-23:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 278, characters 4-29:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 283, characters 29-36:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 286, characters 29-36:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 290, characters 33-40:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 299, characters 37-44:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 310, characters 44-51:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 321, characters 48-55:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 330, characters 46-53:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 338, characters 50-57:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 347, characters 4-16:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 376, characters 4-54:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 386, characters 60-67:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 465, characters 55-62:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 488, characters 59-66:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 511, characters 64-71:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 652, characters 57-64:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 665, characters 4-27:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 885, characters 4-17:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 923, characters 22-29:
Warning: '@return' should begin on its own line.
File "src/pcre.mli", line 959, characters 4-40:
Warning: '6': bad heading level (0-5 allowed).
File "src/pcre.mli", line 976, characters 4-44:
Warning: '6': bad heading level (0-5 allowed).
No children
File "src/pcre.mli", line 812, characters 4-74:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/pcre.mli", line 715, characters 4-74:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/pcre.mli", line 642, characters 4-47:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 612, characters 4-47:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 584, characters 4-47:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 555, characters 4-47:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 526, character 4 to line 527, character 30:
Warning: Failed to resolve reference unresolvedroot(Invalid_arg) Couldn't find "Invalid_arg"
File "src/pcre.mli", line 525, characters 4-47:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 501, characters 4-47:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 478, characters 4-47:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 448, characters 4-52:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 401, characters 4-47:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 343, character 4 to line 344, character 23:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 342, characters 4-64:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/pcre.mli", line 334, character 4 to line 335, character 23:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 333, characters 4-64:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/pcre.mli", line 304, character 4 to line 305, character 23:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 302, character 4 to line 303, character 25:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/pcre.mli", line 295, character 4 to line 296, character 23:
Warning: Failed to resolve reference unresolvedroot(Not_found) Couldn't find "Not_found"
File "src/pcre.mli", line 293, character 4 to line 294, character 15:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "src/pcre.mli", line 271, characters 9-18:
Warning: Reference to 'regexp' is ambiguous. Please specify its kind: type-regexp, val-regexp.
File "src/pcre.mli", line 214, characters 4-59:
Warning: Failed to resolve reference unresolvedroot(Invalid_arg) Couldn't find "Invalid_arg"
File "src/pcre.mli", line 115, characters 55-66:
Warning: Failed to resolve reference unresolvedroot(`PARTIAL) Couldn't find "`PARTIAL"
3 other files to copy
dst: linked/p/pcre/7.4.3/doc/opam
dst: linked/p/pcre/7.4.3/doc/README.md
dst: linked/p/pcre/7.4.3/doc/LICENSE.md
dst: linked/p/pcre/7.4.3/doc/CHANGES.md
dest: linked/p/pcre/7.4.3/doc/README.md
dest: linked/p/pcre/7.4.3/doc/LICENSE.md
dest: linked/p/pcre/7.4.3/doc/CHANGES.md
compile/p/pcre/7.4.3/7.4.3/
compile/p/pcre/7.4.3/7.4.3/lib/
compile/p/pcre/7.4.3/7.4.3/lib/pcre/
compile/p/pcre/7.4.3/7.4.3/lib/pcre/Pcre.odoc
compile/p/pcre/7.4.3/doc/
compile/p/pcre/7.4.3/doc/index.m
compile/p/pcre/7.4.3/page-doc.odoc
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/7.4.3/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/7.4.3/lib/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/7.4.3/lib/pcre/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/7.4.3/lib/pcre/Pcre.odocl
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/doc/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/doc/CHANGES.md
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/doc/LICENSE.md
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/doc/README.md
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/doc/opam
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/package.json
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3/page-doc.odocl
2024-05-17 13:46.16 ---> saved as "463954f9401d896f6fa6f4ad09d6d50b01028004285732f0c28b7ce73728de1d"

/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.540961') && (rsync -aR ./compile/p/pcre/7.4.3 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/pcre/7.4.3'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/pcre/7.4.3'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
0.540961
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
COMPILE::ffa794a6cad31e3bc8eb2505e53778aab57a666581a5117abba597ca8017551d
LINKED::7ffadfd19c4ae714cdd2dfd0605affe8a037fd55fc11294e1761ce5f36a38844
2024-05-17 13:46.16 ---> saved as "da3215c6dc26afef954be320e4f17724d039ac8d52b8afed2758e04dc608cf92"
Job succeeded
2024-05-17 13:50.02: Job succeeded