Build:
  1. 0
2025-05-18 00:58.41: New job: Voodoo do resp-unix.0.9; 2b38b9bc24721e901513a880f8c312a5
Prep base: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453)
 (user (uid 1000) (gid 1000))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
)2025-05-18 00:58.41: Waiting for resource in pool OCluster
2025-05-18 00:58.47: Waiting for worker…
2025-05-18 01:05.54: Got resource from pool OCluster
2025-05-18 01:05.54: Using cache hint "docs-universe-compile-4.14.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build odoc_driver
        ((from ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6)
         (user (uid 1000) (gid 1000))
         (run (network host)
              (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
              (network host)
              (shell "(sudo apt-get update) && (opam pin -ny sherlodoc.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300) && (opam pin -ny odoc-parser.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 && opam pin -ny odoc-md.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 &&  opam pin -ny odoc.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 && opam pin -ny odoc-driver.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300) && (opam install -y odoc-md) && (opam install -y odoc-driver sherlodoc) && (cp $(opam config var bin)/odoc_driver_voodoo $(opam config var bin)/sherlodoc $(opam config var bin)/odoc-md /home/opam) && (rm -rf $(opam config var prefix))"))))
 (build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453)
         (user (uid 1000) (gid 1000))
         (run (network host)
              (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
              (network host)
              (shell "(sudo apt-get update && sudo apt-get install -yy m4) && (opam pin -ny odoc-parser.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 && opam depext -iy odoc-parser) && (opam pin -ny odoc.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 && opam depext -iy odoc) && (cp $(opam config var bin)/odoc /home/opam) && (rm -rf $(opam config var prefix))"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453)
 (user (uid 1000) (gid 1000))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
 (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) (dst /home/opam/))
 (copy (from (build odoc_driver))
       (src /home/opam/odoc_driver_voodoo /home/opam/sherlodoc /home/opam/odoc-md)
       (dst /home/opam/))
 (run (shell "mv ~/sherlodoc $(opam config var bin)/sherlodoc"))
 (run (network host)
      (shell "sudo apt install -y jq"))
 (run (network host)
      (shell "git clone https://github.com/jonludlam/docs-ci-scripts.git && echo NOTRANDOM"))
 (run (cache (compile-cache (target /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile)))
      (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 "(ssh -MNf sage.caelum.ci.dev) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom/0.16.1 angstrom.0.16.1-3795779238920c286cabb1f20329b505-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5 astring.0.8.5-d419bd32cbcf59fccbbb067bd7d8321e-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3 base.v0.14.3-e231aa2b9443bfae74420466b3076a0a-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes/base base-bytes.base-4f16305b6ce54573e7e99aa6581886eb-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads/base base-threads.base-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix/base base-unix.base-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0 bigstringaf.0.10.0-13f3759375774d81a83a269699e33e26-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0 conduit.1.5.0-3e0eb4ab1ce0e363fd01a999ac608b3e-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0 conduit-lwt.1.5.0-ef2ef4f6268ccfe513d750998cbfbd72-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0 conduit-lwt-unix.1.5.0-fa349a10ef9a7e117d9f7ea1ea07a739-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo/1.8.0 cppo.1.8.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2 csexp.1.5.2-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1 domain-name.0.4.1-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune/3.18.2 dune.3.18.2-ebfbf2a49c873ae1898683b3e8cd3ae7-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2 dune-configurator.3.18.2-45ad0c01f9ceb15686c7d5507dc0b80e-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0 ipaddr.5.6.0-5065249f589cd542a3b22764ec9fead2-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0 ipaddr-sexp.5.6.0-58f3b5172725a0d77affc58dbfc4c373-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0 logs.0.8.0-a47ad3c12836b63a8f30935e07fedbc4-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1 lwt.5.9.1-74ddb5f7e18c29985fbfe63a743ba5b7-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0 macaddr.5.6.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1 num.1.5-1-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml/4.14.2 ocaml.4.14.2-906334fd2e017db19ce5f851d5121f74-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2 ocaml-base-compiler.4.14.2-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs/v0.12.4 ocaml-compiler-libs.v0.12.4-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config/2 ocaml-config.2-56a469ab35eda9a278ea08e63ba34a78-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims/1.0.0 ocaml-syntax-shims.1.0.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1 ocamlbuild.0.16.1-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8 ocamlfind.1.9.8-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2 ocplib-endian.1.2-2e455cbeb4b6ec249921070d682f8aae-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2 parsexp.v0.14.2-592f1c5f4a288ddebe631a311dbebcbf-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1 ppx_derivers.1.2.1-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3 ppx_sexp_conv.v0.14.3-4df616f26d469d71aeea2a1eff78e205-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib/0.25.1 ppxlib.0.25.1-f1b70a1d530753bacf6bb89c743695a3-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1 resp.0.9.1-8568a0ff8caee530be993a947106c900-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1 resp-client.0.9.1-fc0a76d562726abe697c744c434e72ae-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1 resp-server.0.9.1-5bbfb1ef87ce4b1d4dbb6148ac911a47-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0 sexplib.v0.14.0-dfd09b48679175f049e461446a881bd3-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0/v0.14.0 sexplib0.v0.14.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims/0.3.0 stdlib-shims.0.3.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0 stringext.1.6.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8 topkg.1.0.8-468f0a50694252e43d948dd9bebebc5b-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0 uri.4.4.0-a1d94085bb12eb3c0e0c8125cdd93eec-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/get_prep_for_compile.sh sage.caelum.ci.dev /data prep0/u/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9 prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9) && (export OCAMLRUNPAM=b) && (time opam exec -- /home/opam/odoc_driver_voodoo --verbose --odoc /home/opam/odoc --odoc-md /home/opam/odoc-md --odoc-dir epoch-137f967e4b669fa675bae6ebe4c27b18/compile --odocl-dir linked --html-dir epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --stats resp-unix  --blessed) && (jq . driver-benchmarks.json || true) && (shopt -s nullglob && ((echo LISTING epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9 && [ ! -z \"$(ls -A epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9)\" ] && tar -cvf epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9.tar epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/*  && rm -R epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/* && mv epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9.tar epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/content.tar) || (echo 'Empty directory'))) && (time rsync -aR ./epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9 sage.caelum.ci.dev:/data/.) && (set 'epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9'; HASH=$((sha256sum $1/content.tar 2>/dev/null | cut -d \" \" -f 1)  || echo -n 'empty'); rm -f $1/content.tar; printf \"COMPILE:$2:$HASH\\n\";) && (mkdir -p linked && mkdir -p epoch-137f967e4b669fa675bae6ebe4c27b18 && mv linked epoch-137f967e4b669fa675bae6ebe4c27b18/) && (mkdir -p epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9) && (shopt -s nullglob && ((echo LISTING epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9 && [ ! -z \"$(ls -A epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9)\" ] && tar -cvf epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9.tar epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/*  && rm -R epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/* && mv epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9.tar epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/content.tar) || (echo 'Empty directory'))) && (echo raw_folder: epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9) && (time rsync -aR ./epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/ sage.caelum.ci.dev:/data/.) && (echo '0.800713') && (set 'epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9'; HASH=$((sha256sum $1/content.tar 2>/dev/null | cut -d \" \" -f 1)  || echo -n 'empty'); rm -f $1/content.tar; printf \"LINKED:$2:$HASH\\n\";) && (echo '0.540472') && (mkdir -p epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9) && (time rsync -aR ./epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9 sage.caelum.ci.dev:/data/.) && (set 'epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9' raw; HASH=$(find $1 -type f -exec sha256sum {} \\; | sort | sha256sum); printf \"RAW:$2:$HASH\\n\";) && (rm -rf /home/opam/docs/*)"))
)
END-OF-SPEC

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

2025-05-18 01:05.54: RETRYING: 2025-05-18/005841-voodoo-do-a6ef47 Number of retries: 0 (retriable error condition)
Building on sage.caelum.ci.dev

(build "odoc_driver" …)

(from ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6' locally
docker.io/ocaml/opam@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6: Pulling from ocaml/opam
8876158876b3: Pulling fs layer
8876158876b3: Verifying Checksum
8876158876b3: Download complete
8876158876b3: Pull complete
Digest: sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6
Status: Downloaded newer image for ocaml/opam@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6
2025-05-18 01:05.54 ---> using "0585f6b0985f7eb566e20fd068ca8d674792c3b808091294d28083728c5a5ee6" from cache

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

/: (run (network host)
        (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-18 01:05.54 ---> using "ae726e48bd5f551a94db6e06d9a454beed3df8df5b83bbe29cc82399b4efe7ee" from cache

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-05-18 01:05.54 ---> using "c9903ef84dcf27b4bdd7ad252272ff9bcb9549fcd436f10e38f136465be2cc4b" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell "(sudo apt-get update) && (opam pin -ny sherlodoc.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300) && (opam pin -ny odoc-parser.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 && opam pin -ny odoc-md.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 &&  opam pin -ny odoc.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 && opam pin -ny odoc-driver.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300) && (opam install -y odoc-md) && (opam install -y odoc-driver sherlodoc) && (cp $(opam config var bin)/odoc_driver_voodoo $(opam config var bin)/sherlodoc $(opam config var bin)/odoc-md /home/opam) && (rm -rf $(opam config var prefix))"))
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 [258 kB]
Fetched 362 kB in 0s (961 kB/s)
Reading package lists...
[sherlodoc.dev] synchronised (git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300)
sherlodoc is now pinned to git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 (version dev)
[odoc-parser.dev] synchronised (git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300)
odoc-parser is now pinned to git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 (version dev)
[odoc-md.dev] synchronised (git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300)
odoc-md is now pinned to git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 (version dev)
[odoc.dev] synchronised (git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300)
odoc is now pinned to git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 (version dev)
[odoc-driver.dev] synchronised (git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300)
odoc-driver is now pinned to git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 (version dev)

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[odoc-md.dev] synchronised (no changes)

The following actions will be performed:
=== install 22 packages
  - install astring       0.8.5        [required by odoc]
  - install camlp-streams 5.0.1        [required by odoc-parser]
  - install cmarkit       0.3.0        [required by odoc-md]
  - install cmdliner      1.3.0        [required by cmarkit, odoc]
  - install cppo          1.8.0        [required by odoc]
  - install crunch        4.0.0        [required by odoc]
  - install dune          3.18.2       [required by odoc-md]
  - install fmt           0.10.0       [required by odoc]
  - install fpath         0.7.3        [required by odoc]
  - install ocamlbuild    0.16.1       [required by cmarkit]
  - install ocamlfind     1.9.8        [required by cmarkit]
  - install odoc          dev (pinned) [required by odoc-md]
  - install odoc-md       dev (pinned)
  - install odoc-parser   dev (pinned) [required by odoc]
  - install ptime         1.2.0        [required by crunch]
  - install re            1.12.0       [required by tyxml]
  - install result        1.5          [required by odoc]
  - install seq           base         [required by tyxml, yojson]
  - install topkg         1.0.8        [required by cmarkit]
  - install tyxml         4.6.0        [required by odoc]
  - install uutf          1.0.4        [required by tyxml]
  - install yojson        2.2.2        [required by odoc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmarkit.0.3.0  (https://erratique.ch/software/cmarkit/releases/cmarkit-0.3.0.tbz)
-> retrieved camlp-streams.5.0.1  (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved crunch.4.0.0  (https://github.com/mirage/ocaml-crunch/releases/download/v4.0.0/crunch-4.0.0.tbz)
-> retrieved re.1.12.0  (cached)
-> retrieved dune.3.18.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved topkg.1.0.8  (cached)
-> retrieved ptime.1.2.0  (https://erratique.ch/software/ptime/releases/ptime-1.2.0.tbz)
-> retrieved result.1.5  (https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> retrieved tyxml.4.6.0  (https://github.com/ocsigen/tyxml/releases/download/4.6.0/tyxml-4.6.0.tbz)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed cmarkit.0.3.0
-> installed dune.3.18.2
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed crunch.4.0.0
-> installed re.1.12.0
-> installed cppo.1.8.0
-> installed yojson.2.2.2
-> installed odoc-parser.dev
-> installed tyxml.4.6.0
-> installed odoc.dev
-> installed odoc-md.dev
Done.
# To update the current shell environment, run: eval $(opam env)

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[odoc-driver.dev] synchronised (no changes)
[sherlodoc.dev] synchronised (no changes)

The following actions will be performed:
=== install 62 packages
  - install base                    v0.17.2      [required by ppx_sexp_conv]
  - install base-bytes              base         [required by ocplib-endian]
  - install base64                  3.5.1        [required by sherlodoc]
  - install bigstringaf             0.10.0       [required by sherlodoc]
  - install bos                     0.2.1        [required by odoc-driver]
  - install brr                     0.0.7        [required by sherlodoc]
  - install checkseum               0.5.2        [required by decompress]
  - install csexp                   1.5.2        [required by dune-configurator]
  - install cstruct                 6.2.0        [required by eio]
  - install decompress              1.5.3        [required by sherlodoc]
  - install domain-local-await      1.0.1        [required by eio]
  - install dune-configurator       3.18.2       [required by base, bigstringaf, checkseum]
  - install eio                     1.2          [required by odoc-driver]
  - install eio_linux               1.2          [required by eio_main]
  - install eio_main                1.2          [required by odoc-driver]
  - install eio_posix               1.2          [required by eio_main]
  - install gen                     1.1          [required by sedlex]
  - install hmap                    0.8.1        [required by eio]
  - install iomux                   0.3          [required by eio_posix]
  - install js_of_ocaml             6.0.1        [required by sherlodoc]
  - install js_of_ocaml-compiler    6.0.1        [required by brr, js_of_ocaml]
  - install js_of_ocaml-toplevel    6.0.1        [required by brr]
  - install jsonm                   1.0.2        [required by opam-core]
  - install logs                    0.8.0        [required by odoc-driver]
  - install lwt                     5.9.1        [required by sherlodoc]
  - install lwt-dllist              1.1.0        [required by eio]
  - install menhir                  20240715     [required by sherlodoc]
  - install menhirCST               20240715     [required by menhir]
  - install menhirLib               20240715     [required by js_of_ocaml-compiler]
  - install menhirSdk               20240715     [required by js_of_ocaml-compiler]
  - install mtime                   2.1.0        [required by eio, progress]
  - install num                     1.5-1        [required by sexplib]
  - install ocaml-compiler-libs     v0.17.0      [required by ppxlib]
  - install ocaml_intrinsics_kernel v0.17.1      [required by base]
  - install ocamlgraph              2.2.0        [required by opam-core]
  - install ocplib-endian           1.2          [required by lwt]
  - install odoc-driver             dev (pinned)
  - install opam-core               2.3.0        [required by opam-format]
  - install opam-file-format        2.1.6        [required by opam-format]
  - install opam-format             2.3.0        [required by odoc-driver]
  - install optint                  0.3.0        [required by progress, eio, decompress]
  - install parsexp                 v0.17.0      [required by sexplib]
  - install ppx_blob                0.9.0        [required by sherlodoc]
  - install ppx_derivers            1.2.1        [required by ppxlib]
  - install ppx_sexp_conv           v0.17.0      [required by odoc-driver]
  - install ppxlib                  0.35.0       [required by js_of_ocaml, ppx_sexp_conv, ppx_blob]
  - install ppxlib_jane             v0.17.2      [required by ppx_sexp_conv]
  - install progress                0.4.0        [required by odoc-driver]
  - install psq                     0.2.1        [required by eio]
  - install rresult                 0.7.0        [required by bos]
  - install sedlex                  3.4          [required by js_of_ocaml-compiler]
  - install sexplib                 v0.17.0      [required by odoc-driver]
  - install sexplib0                v0.17.0      [required by ppx_sexp_conv, sexplib]
  - install sha                     1.15.4       [required by opam-core]
  - install sherlodoc               dev (pinned)
  - install stdlib-shims            0.3.0        [required by terminal]
  - install swhid_core              0.1          [required by opam-core]
  - install terminal                0.4.0        [required by progress]
  - install thread-table            1.0.0        [required by domain-local-await]
  - install uring                   0.9          [required by eio_linux]
  - install uucp                    16.0.0       [required by progress]
  - install vector                  1.0.0        [required by progress]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bytes.base
-> retrieved bigstringaf.0.10.0  (https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz)
-> retrieved base.v0.17.2  (https://github.com/janestreet/base/archive/refs/tags/v0.17.2.tar.gz)
-> retrieved bos.0.2.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved base64.3.5.1  (https://github.com/mirage/ocaml-base64/releases/download/v3.5.1/base64-3.5.1.tbz)
-> retrieved decompress.1.5.3  (cached)
-> installed csexp.1.5.2
-> retrieved brr.0.0.7  (https://erratique.ch/software/brr/releases/brr-0.0.7.tbz)
-> installed base64.3.5.1
-> retrieved cstruct.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved domain-local-await.1.0.1  (https://github.com/ocaml-multicore/domain-local-await/releases/download/1.0.1/domain-local-await-1.0.1.tbz)
-> retrieved dune-configurator.3.18.2  (cached)
-> installed cstruct.6.2.0
-> retrieved gen.1.1  (https://github.com/c-cube/gen/archive/v1.1.tar.gz)
-> retrieved hmap.0.8.1  (http://erratique.ch/software/hmap/releases/hmap-0.8.1.tbz)
-> retrieved eio.1.2, eio_linux.1.2, eio_main.1.2, eio_posix.1.2  (https://github.com/ocaml-multicore/eio/releases/download/v1.2/eio-1.2.tbz)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lwt.5.9.1  (cached)
-> installed hmap.0.8.1
-> retrieved iomux.0.3  (https://github.com/haesbaert/ocaml-iomux/releases/download/v0.3/iomux-0.3.tbz)
-> installed gen.1.1
-> retrieved lwt-dllist.1.1.0  (https://github.com/mirage/lwt-dllist/releases/download/v1.1.0/lwt-dllist-1.1.0.tbz)
-> retrieved mtime.2.1.0  (https://erratique.ch/software/mtime/releases/mtime-2.1.0.tbz)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz)
-> installed dune-configurator.3.18.2
-> installed jsonm.1.0.2
-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-toplevel.6.0.1  (https://github.com/ocsigen/js_of_ocaml/releases/download/6.0.1/js_of_ocaml-6.0.1.tbz)
-> installed lwt-dllist.1.1.0
-> installed mtime.2.1.0
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed bigstringaf.0.10.0
-> installed iomux.0.3
-> retrieved ocaml-compiler-libs.v0.17.0  (https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved opam-core.2.3.0, opam-format.2.3.0  (cached)
-> retrieved num.1.5-1  (https://github.com/ocaml/num/archive/v1.5.tar.gz)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved optint.0.3.0  (cached)
-> installed ocplib-endian.1.2
-> retrieved parsexp.v0.17.0  (https://github.com/janestreet/parsexp/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_derivers.1.2.1  (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed optint.0.3.0
-> retrieved ppx_blob.0.9.0  (https://github.com/johnwhitington/ppx_blob/releases/download/0.9.0/ppx_blob-0.9.0.tbz)
-> installed ppx_derivers.1.2.1
-> installed opam-file-format.2.1.6
-> retrieved ppx_sexp_conv.v0.17.0  (https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppxlib_jane.v0.17.2  (https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.2.tar.gz)
-> installed ocaml-compiler-libs.v0.17.0
-> retrieved ppxlib.0.35.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.35.0/ppxlib-0.35.0.tbz)
-> retrieved rresult.0.7.0  (cached)
-> installed checkseum.0.5.2
-> retrieved psq.0.2.1  (https://github.com/pqwy/psq/releases/download/v0.2.1/psq-0.2.1.tbz)
-> retrieved sedlex.3.4  (https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.4.tar.gz)
-> retrieved progress.0.4.0, terminal.0.4.0  (https://github.com/craigfe/progress/releases/download/0.4.0/progress-0.4.0.tbz)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> installed ocamlgraph.2.2.0
-> installed num.1.5-1
-> installed rresult.0.7.0
-> installed psq.0.2.1
-> retrieved sexplib.v0.17.0  (https://github.com/janestreet/sexplib/archive/refs/tags/v0.17.0.tar.gz)
-> installed stdlib-shims.0.3.0
-> retrieved sexplib0.v0.17.0  (https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz)
-> installed swhid_core.0.1
-> retrieved thread-table.1.0.0  (https://github.com/ocaml-multicore/thread-table/releases/download/1.0.0/thread-table-1.0.0.tbz)
-> retrieved uucp.16.0.0  (https://erratique.ch/software/uucp/releases/uucp-16.0.0.tbz)
-> installed thread-table.1.0.0
-> retrieved uring.0.9  (https://github.com/ocaml-multicore/ocaml-uring/releases/download/v0.9/uring-0.9.tbz)
-> installed sexplib0.v0.17.0
-> installed decompress.1.5.3
-> retrieved vector.1.0.0  (https://github.com/backtracking/vector/releases/download/1.0.0/vector-1.0.0.tbz)
-> installed domain-local-await.1.0.1
-> installed sha.1.15.4
-> installed vector.1.0.0
-> installed lwt.5.9.1
-> installed parsexp.v0.17.0
-> installed eio.1.2
-> installed uring.0.9
-> installed sexplib.v0.17.0
-> installed eio_posix.1.2
-> installed eio_linux.1.2
-> installed eio_main.1.2
-> installed opam-core.2.3.0
-> installed base.v0.17.2
-> installed menhir.20240715
-> installed opam-format.2.3.0
-> installed ppxlib.0.35.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_blob.0.9.0
-> installed sedlex.3.4
-> installed ppx_sexp_conv.v0.17.0
-> installed uucp.16.0.0
-> installed terminal.0.4.0
-> installed js_of_ocaml-compiler.6.0.1
-> installed logs.0.8.0
-> installed js_of_ocaml-toplevel.6.0.1
-> installed progress.0.4.0
-> installed bos.0.2.1
-> installed brr.0.0.7
-> installed js_of_ocaml.6.0.1
-> installed sherlodoc.dev
-> installed odoc-driver.dev
Done.
# To update the current shell environment, run: eval $(opam env)
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
2025-05-18 01:05.54 ---> using "4e1e35dac07cf97a4faacf8f22f7965811e61ebf198d6256503aa71e926d4aa8" from cache
2025-05-18 01:05.54 --> finished "odoc_driver"

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453)
2025-05-18 01:05.54 ---> using "8fc05cdda16df548920c1f78c4fe559e1928343c0387f98662ad0cea1d69c1c6" from cache

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

/: (run (network host)
        (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-18 01:05.54 ---> using "9dbd16c5dbabe77c1768125a01d36bd9b9e9a8198e70cd28fbc05bfa6514c137" from cache

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-05-18 01:05.54 ---> using "405fea8800a15e04f0e0701b72aab975520e228ed87eaa99d54823a9d5564487" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell "(sudo apt-get update && sudo apt-get install -yy m4) && (opam pin -ny odoc-parser.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 && opam depext -iy odoc-parser) && (opam pin -ny odoc.dev https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 && opam depext -iy odoc) && (cp $(opam config var bin)/odoc /home/opam) && (rm -rf $(opam config var prefix))"))
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
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 bookworm/main amd64 Packages [8793 kB]
Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [258 kB]
Fetched 9306 kB in 2s (4280 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 34 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 (6319 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 ... 18747 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) ...
[odoc-parser.dev] synchronised (git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300)
odoc-parser is now pinned to git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 (version dev)
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [y/n] y
The following actions will be performed:
=== recompile 1 package
  - recompile opam-depext 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)

<><> Carrying on to "opam depext -iy odoc-parser" <><><><><><><><><><><><><><><>

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[odoc-parser.dev] synchronised (no changes)

The following actions will be performed:
=== install 8 packages
  - install astring       0.8.5        [required by odoc-parser]
  - install camlp-streams 5.0.1        [required by odoc-parser]
  - install dune          3.18.2       [required by odoc-parser]
  - install ocamlbuild    0.16.1       [required by astring]
  - install ocamlfind     1.9.8        [required by astring]
  - install odoc-parser   dev (pinned)
  - install result        1.5          [required by odoc-parser]
  - install topkg         1.0.8        [required by astring]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved result.1.5  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved dune.3.18.2  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed astring.0.8.5
-> installed dune.3.18.2
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed odoc-parser.dev
Done.
# To update the current shell environment, run: eval $(opam env)
[odoc.dev] synchronised (git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300)
odoc is now pinned to git+https://github.com/ocaml/odoc.git#90e679061f68c5e5ee5915e280f63d842f41f300 (version dev)
Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[odoc.dev] synchronised (no changes)

The following actions will be performed:
=== install 12 packages
  - install cmdliner 1.3.0        [required by odoc]
  - install cppo     1.8.0        [required by odoc]
  - install crunch   4.0.0        [required by odoc]
  - install fmt      0.10.0       [required by odoc]
  - install fpath    0.7.3        [required by odoc]
  - install odoc     dev (pinned)
  - install ptime    1.2.0        [required by crunch]
  - install re       1.12.0       [required by tyxml]
  - install seq      base         [required by tyxml, yojson]
  - install tyxml    4.6.0        [required by odoc]
  - install uutf     1.0.4        [required by tyxml]
  - install yojson   2.2.2        [required by odoc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed fpath.0.7.3
-> installed re.1.12.0
-> installed cppo.1.8.0
-> installed ptime.1.2.0
-> installed yojson.2.2.2
-> installed cmdliner.1.3.0
-> installed crunch.4.0.0
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed tyxml.4.6.0
-> installed odoc.dev
Done.
# To update the current shell environment, run: eval $(opam env)
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
2025-05-18 01:05.54 ---> using "caf58dcea958a2656fc578674a755e951f2108116a04b951d6e0c8819a31e813" from cache
2025-05-18 01:05.54 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453)
2025-05-18 01:05.54 ---> using "8fc05cdda16df548920c1f78c4fe559e1928343c0387f98662ad0cea1d69c1c6" from cache

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

/: (run (network host)
        (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-18 01:05.54 ---> using "9dbd16c5dbabe77c1768125a01d36bd9b9e9a8198e70cd28fbc05bfa6514c137" from cache

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-05-18 01:05.54 ---> using "405fea8800a15e04f0e0701b72aab975520e228ed87eaa99d54823a9d5564487" from cache

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

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2025-05-18 01:05.54 ---> using "011ea5e11f8de0fa709408b4691e8ce10ea25d72dea952ed9de6556f38c6ea39" from cache

/home/opam/docs/: (copy (from (build tools))
                        (src /home/opam/odoc)
                        (dst /home/opam/))
2025-05-18 01:05.55 ---> using "e73403ff1bd3c96b304e9d1d68fd8c48d9b8f3a3e0419eb63d208a73d50f80ba" from cache

/home/opam/docs/: (copy (from (build odoc_driver))
                        (src /home/opam/odoc_driver_voodoo /home/opam/sherlodoc /home/opam/odoc-md)
                        (dst /home/opam/))
2025-05-18 01:05.55 ---> using "5567bcb468d2182b4f599fa81c9afeb8f9990376421e391fbd0dacb688c5c990" from cache

/home/opam/docs/: (run (shell "mv ~/sherlodoc $(opam config var bin)/sherlodoc"))
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
2025-05-18 01:05.55 ---> using "adf62d35710fed767776e0e5260fddc3dc130ab37639f55bab6198b832f6ae2e" from cache

/home/opam/docs/: (run (network host)
                       (shell "sudo apt install -y jq"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libjq1 libonig5
The following NEW packages will be installed:
  jq libjq1 libonig5
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 388 kB of archives.
After this operation, 1165 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libonig5 amd64 6.9.8-1 [188 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 jq amd64 1.6-2.1 [64.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 388 kB in 0s (2674 kB/s)
Selecting previously unselected package libonig5:amd64.
(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 ... 18747 files and directories currently installed.)
Preparing to unpack .../libonig5_6.9.8-1_amd64.deb ...
Unpacking libonig5:amd64 (6.9.8-1) ...
Selecting previously unselected package libjq1:amd64.
Preparing to unpack .../libjq1_1.6-2.1_amd64.deb ...
Unpacking libjq1:amd64 (1.6-2.1) ...
Selecting previously unselected package jq.
Preparing to unpack .../archives/jq_1.6-2.1_amd64.deb ...
Unpacking jq (1.6-2.1) ...
Setting up libonig5:amd64 (6.9.8-1) ...
Setting up libjq1:amd64 (1.6-2.1) ...
Setting up jq (1.6-2.1) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-05-18 01:05.55 ---> using "3d550ccf6526f1f7d89d2b80ecf7cc3257769c12851b4ad2b6de6282415967a6" from cache

/home/opam/docs/: (run (network host)
                       (shell "git clone https://github.com/jonludlam/docs-ci-scripts.git && echo NOTRANDOM"))
Cloning into 'docs-ci-scripts'...
NOTRANDOM
2025-05-18 01:05.55 ---> using "a4c4084f990294e0c3ad0d9ded01a96619adc8be6c0a6d9b6a58ce98156a2ab4" from cache

/home/opam/docs/: (run (cache (compile-cache (target /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile)))
                       (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 "(ssh -MNf sage.caelum.ci.dev) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom/0.16.1 angstrom.0.16.1-3795779238920c286cabb1f20329b505-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5 astring.0.8.5-d419bd32cbcf59fccbbb067bd7d8321e-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3 base.v0.14.3-e231aa2b9443bfae74420466b3076a0a-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes/base base-bytes.base-4f16305b6ce54573e7e99aa6581886eb-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads/base base-threads.base-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix/base base-unix.base-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0 bigstringaf.0.10.0-13f3759375774d81a83a269699e33e26-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0 conduit.1.5.0-3e0eb4ab1ce0e363fd01a999ac608b3e-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0 conduit-lwt.1.5.0-ef2ef4f6268ccfe513d750998cbfbd72-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0 conduit-lwt-unix.1.5.0-fa349a10ef9a7e117d9f7ea1ea07a739-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo/1.8.0 cppo.1.8.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2 csexp.1.5.2-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1 domain-name.0.4.1-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune/3.18.2 dune.3.18.2-ebfbf2a49c873ae1898683b3e8cd3ae7-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2 dune-configurator.3.18.2-45ad0c01f9ceb15686c7d5507dc0b80e-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0 ipaddr.5.6.0-5065249f589cd542a3b22764ec9fead2-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0 ipaddr-sexp.5.6.0-58f3b5172725a0d77affc58dbfc4c373-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0 logs.0.8.0-a47ad3c12836b63a8f30935e07fedbc4-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1 lwt.5.9.1-74ddb5f7e18c29985fbfe63a743ba5b7-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0 macaddr.5.6.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1 num.1.5-1-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml/4.14.2 ocaml.4.14.2-906334fd2e017db19ce5f851d5121f74-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2 ocaml-base-compiler.4.14.2-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs/v0.12.4 ocaml-compiler-libs.v0.12.4-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config/2 ocaml-config.2-56a469ab35eda9a278ea08e63ba34a78-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims/1.0.0 ocaml-syntax-shims.1.0.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1 ocamlbuild.0.16.1-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8 ocamlfind.1.9.8-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2 ocplib-endian.1.2-2e455cbeb4b6ec249921070d682f8aae-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2 parsexp.v0.14.2-592f1c5f4a288ddebe631a311dbebcbf-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1 ppx_derivers.1.2.1-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3 ppx_sexp_conv.v0.14.3-4df616f26d469d71aeea2a1eff78e205-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib/0.25.1 ppxlib.0.25.1-f1b70a1d530753bacf6bb89c743695a3-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1 resp.0.9.1-8568a0ff8caee530be993a947106c900-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1 resp-client.0.9.1-fc0a76d562726abe697c744c434e72ae-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1 resp-server.0.9.1-5bbfb1ef87ce4b1d4dbb6148ac911a47-137f967e4b669fa675bae6ebe4c27b18 false) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0 sexplib.v0.14.0-dfd09b48679175f049e461446a881bd3-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0/v0.14.0 sexplib0.v0.14.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims/0.3.0 stdlib-shims.0.3.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0 stringext.1.6.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8 topkg.1.0.8-468f0a50694252e43d948dd9bebebc5b-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/download_compiled.sh sage.caelum.ci.dev /data epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0 uri.4.4.0-a1d94085bb12eb3c0e0c8125cdd93eec-137f967e4b669fa675bae6ebe4c27b18 true) && (~/docs/docs-ci-scripts/get_prep_for_compile.sh sage.caelum.ci.dev /data prep0/u/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9 prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9) && (export OCAMLRUNPAM=b) && (time opam exec -- /home/opam/odoc_driver_voodoo --verbose --odoc /home/opam/odoc --odoc-md /home/opam/odoc-md --odoc-dir epoch-137f967e4b669fa675bae6ebe4c27b18/compile --odocl-dir linked --html-dir epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --stats resp-unix  --blessed) && (jq . driver-benchmarks.json || true) && (shopt -s nullglob && ((echo LISTING epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9 && [ ! -z \"$(ls -A epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9)\" ] && tar -cvf epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9.tar epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/*  && rm -R epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/* && mv epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9.tar epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/content.tar) || (echo 'Empty directory'))) && (time rsync -aR ./epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9 sage.caelum.ci.dev:/data/.) && (set 'epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9'; HASH=$((sha256sum $1/content.tar 2>/dev/null | cut -d \" \" -f 1)  || echo -n 'empty'); rm -f $1/content.tar; printf \"COMPILE:$2:$HASH\\n\";) && (mkdir -p linked && mkdir -p epoch-137f967e4b669fa675bae6ebe4c27b18 && mv linked epoch-137f967e4b669fa675bae6ebe4c27b18/) && (mkdir -p epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9) && (shopt -s nullglob && ((echo LISTING epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9 && [ ! -z \"$(ls -A epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9)\" ] && tar -cvf epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9.tar epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/*  && rm -R epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/* && mv epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9.tar epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/content.tar) || (echo 'Empty directory'))) && (echo raw_folder: epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9) && (time rsync -aR ./epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/ sage.caelum.ci.dev:/data/.) && (echo '0.800713') && (set 'epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9'; HASH=$((sha256sum $1/content.tar 2>/dev/null | cut -d \" \" -f 1)  || echo -n 'empty'); rm -f $1/content.tar; printf \"LINKED:$2:$HASH\\n\";) && (echo '0.540472') && (mkdir -p epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9) && (time rsync -aR ./epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9 sage.caelum.ci.dev:/data/.) && (set 'epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9' raw; HASH=$(find $1 -type f -exec sha256sum {} \\; | sort | sha256sum); printf \"RAW:$2:$HASH\\n\";) && (rm -rf /home/opam/docs/*)"))
Warning: Permanently added '[sage.caelum.ci.dev]:2222' (ED25519) to the list of known hosts.
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom/0.16.1
+ epoch=angstrom.0.16.1-3795779238920c286cabb1f20329b505-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom/0.16.1 from sage.caelum.ci.dev enable_cache=true'
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom/0.16.1 from sage.caelum.ci.dev enable_cache=true
+ date
Sun May 18 02:05:55 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom/0.16.1
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom/0.16.1
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom/0.16.1 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3795779238920c286cabb1f20329b505/angstrom/0.16.1/.epoch ']'
+ [[ angstrom.0.16.1-3795779238920c286cabb1f20329b505-137f967e4b669fa675bae6ebe4c27b18 == \a\n\g\s\t\r\o\m\.\0\.\1\6\.\1\-\3\7\9\5\7\7\9\2\3\8\9\2\0\c\2\8\6\c\a\b\b\1\f\2\0\3\2\9\b\5\0\5\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5
+ epoch=astring.0.8.5-d419bd32cbcf59fccbbb067bd7d8321e-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:55 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5/.epoch ']'
+ [[ astring.0.8.5-d419bd32cbcf59fccbbb067bd7d8321e-137f967e4b669fa675bae6ebe4c27b18 == \a\s\t\r\i\n\g\.\0\.\8\.\5\-\d\4\1\9\b\d\3\2\c\b\c\f\5\9\f\c\c\b\b\b\0\6\7\b\d\7\d\8\3\2\1\e\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3
+ epoch=base.v0.14.3-e231aa2b9443bfae74420466b3076a0a-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3 from sage.caelum.ci.dev enable_cache=true'
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3 from sage.caelum.ci.dev enable_cache=true
+ date
Sun May 18 02:05:55 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3/.epoch ']'
+ [[ base.v0.14.3-e231aa2b9443bfae74420466b3076a0a-137f967e4b669fa675bae6ebe4c27b18 == \b\a\s\e\.\v\0\.\1\4\.\3\-\e\2\3\1\a\a\2\b\9\4\4\3\b\f\a\e\7\4\4\2\0\4\6\6\b\3\0\7\6\a\0\a\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes/base
+ epoch=base-bytes.base-4f16305b6ce54573e7e99aa6581886eb-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes/base from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes/base from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:55 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes/base
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes/base
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes/base /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4f16305b6ce54573e7e99aa6581886eb/base-bytes/base/.epoch ']'
+ [[ base-bytes.base-4f16305b6ce54573e7e99aa6581886eb-137f967e4b669fa675bae6ebe4c27b18 == \b\a\s\e\-\b\y\t\e\s\.\b\a\s\e\-\4\f\1\6\3\0\5\b\6\c\e\5\4\5\7\3\e\7\e\9\9\a\a\6\5\8\1\8\8\6\e\b\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads/base
+ epoch=base-threads.base-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads/base from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads/base from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:55 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads/base
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads/base
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads/base /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads/base/.epoch ']'
+ [[ base-threads.base-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18 == \b\a\s\e\-\t\h\r\e\a\d\s\.\b\a\s\e\-\9\5\f\5\6\f\c\f\1\d\a\5\3\0\0\e\1\1\0\9\d\0\a\a\6\b\a\9\2\a\e\d\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix/base
+ epoch=base-unix.base-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix/base from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix/base from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:55 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix/base
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix/base
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix/base /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix/base/.epoch ']'
+ [[ base-unix.base-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18 == \b\a\s\e\-\u\n\i\x\.\b\a\s\e\-\9\5\f\5\6\f\c\f\1\d\a\5\3\0\0\e\1\1\0\9\d\0\a\a\6\b\a\9\2\a\e\d\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0
+ epoch=bigstringaf.0.10.0-13f3759375774d81a83a269699e33e26-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:55 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0/.epoch ']'
+ [[ bigstringaf.0.10.0-13f3759375774d81a83a269699e33e26-137f967e4b669fa675bae6ebe4c27b18 == \b\i\g\s\t\r\i\n\g\a\f\.\0\.\1\0\.\0\-\1\3\f\3\7\5\9\3\7\5\7\7\4\d\8\1\a\8\3\a\2\6\9\6\9\9\e\3\3\e\2\6\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0
+ epoch=conduit.1.5.0-3e0eb4ab1ce0e363fd01a999ac608b3e-137f967e4b669fa675bae6ebe4c27b18
+ cache=false
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0 from sage.caelum.ci.dev enable_cache=false'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0 from sage.caelum.ci.dev enable_cache=false
Sun May 18 02:05:55 BST 2025
+ '[' false = true ']'
+ ldir=/tmp/
+ cd /tmp/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0
+ ln -sf /tmp/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/.epoch ']'
+ mkdir -p /tmp/pkgs
+ RC=1
+ [[ 1 -ne 0 ]]
+ rsync -avR sage.caelum.ci.dev:/data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0 /tmp/pkgs/
receiving incremental file list
data/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/content.tar

sent 75 bytes  received 338,364 bytes  676,878.00 bytes/sec
total size is 337,920  speedup is 1.00
+ RC=0
+ [[ 0 -ne 0 ]]
+ tar xvf /tmp/pkgs//data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/content.tar
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/__odoc_partial.m
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/src/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/src/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/conduit/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/conduit/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/conduit/conduit_trie.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/conduit/impl-conduit.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/conduit/conduit.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/conduit/impl-conduit_trie.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/conduit/impl-resolver.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/conduit/resolver.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/conduit/.odoc_lib_marker
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/page-LICENSE.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/page-README.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/page-CHANGES.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/.odoc_pkg_marker
+ echo conduit.1.5.0-3e0eb4ab1ce0e363fd01a999ac608b3e-137f967e4b669fa675bae6ebe4c27b18
+ rm -rf /tmp/pkgs
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0
+ epoch=conduit-lwt.1.5.0-ef2ef4f6268ccfe513d750998cbfbd72-137f967e4b669fa675bae6ebe4c27b18
+ cache=false
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0 from sage.caelum.ci.dev enable_cache=false'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0 from sage.caelum.ci.dev enable_cache=false
Sun May 18 02:05:55 BST 2025
+ '[' false = true ']'
+ ldir=/tmp/
+ cd /tmp/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0
+ ln -sf /tmp/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/.epoch ']'
+ mkdir -p /tmp/pkgs
+ RC=1
+ [[ 1 -ne 0 ]]
+ rsync -avR sage.caelum.ci.dev:/data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0 /tmp/pkgs/
receiving incremental file list
data/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/content.tar

sent 75 bytes  received 184,725 bytes  369,600.00 bytes/sec
total size is 184,320  speedup is 1.00
+ RC=0
+ [[ 0 -ne 0 ]]
+ tar xvf /tmp/pkgs//data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/content.tar
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/__odoc_partial.m
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/src/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/src/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/conduit-lwt/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/conduit-lwt/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/conduit-lwt/impl-resolver_lwt.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/conduit-lwt/resolver_lwt.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/conduit-lwt/.odoc_lib_marker
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/page-README.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/page-LICENSE.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/page-CHANGES.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/.odoc_pkg_marker
+ echo conduit-lwt.1.5.0-ef2ef4f6268ccfe513d750998cbfbd72-137f967e4b669fa675bae6ebe4c27b18
+ rm -rf /tmp/pkgs
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0
+ epoch=conduit-lwt-unix.1.5.0-fa349a10ef9a7e117d9f7ea1ea07a739-137f967e4b669fa675bae6ebe4c27b18
+ cache=false
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0 from sage.caelum.ci.dev enable_cache=false'
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0 from sage.caelum.ci.dev enable_cache=false
+ date
Sun May 18 02:05:56 BST 2025
+ '[' false = true ']'
+ ldir=/tmp/
+ cd /tmp/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0
+ ln -sf /tmp/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/.epoch ']'
+ mkdir -p /tmp/pkgs
+ RC=1
+ [[ 1 -ne 0 ]]
+ rsync -avR sage.caelum.ci.dev:/data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0 /tmp/pkgs/
receiving incremental file list
data/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/content.tar

sent 75 bytes  received 532,978 bytes  1,066,106.00 bytes/sec
total size is 532,480  speedup is 1.00
+ RC=0
+ [[ 0 -ne 0 ]]
+ tar xvf /tmp/pkgs//data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/content.tar
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/__odoc_partial.m
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/src/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/src/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/impl-conduit_lwt_launchd.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/conduit_lwt_launchd.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/impl-conduit_lwt_tls.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/impl-conduit_lwt_unix_ssl.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/conduit_lwt_tls.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/conduit_lwt_unix_ssl.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/resolver_lwt_unix.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/conduit_lwt_server.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/impl-conduit_lwt_server.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/conduit_lwt_unix.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/impl-resolver_lwt_unix.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/impl-conduit_lwt_unix.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/.odoc_lib_marker
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/page-README.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/page-LICENSE.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/page-CHANGES.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/.odoc_pkg_marker
+ echo conduit-lwt-unix.1.5.0-fa349a10ef9a7e117d9f7ea1ea07a739-137f967e4b669fa675bae6ebe4c27b18
+ rm -rf /tmp/pkgs
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo/1.8.0
+ epoch=cppo.1.8.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo/1.8.0 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo/1.8.0 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo/1.8.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo/1.8.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo/1.8.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/cppo/1.8.0/.epoch ']'
+ [[ cppo.1.8.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 == \c\p\p\o\.\1\.\8\.\0\-\4\3\5\9\5\d\1\9\c\e\7\7\3\9\d\8\c\6\5\c\0\3\0\4\3\d\c\d\2\3\e\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2
+ epoch=csexp.1.5.2-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2/.epoch ']'
+ [[ csexp.1.5.2-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 == \c\s\e\x\p\.\1\.\5\.\2\-\4\3\5\9\5\d\1\9\c\e\7\7\3\9\d\8\c\6\5\c\0\3\0\4\3\d\c\d\2\3\e\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1
+ epoch=domain-name.0.4.1-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1 from sage.caelum.ci.dev enable_cache=true'
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1 from sage.caelum.ci.dev enable_cache=true
+ date
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1/.epoch ']'
+ [[ domain-name.0.4.1-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 == \d\o\m\a\i\n\-\n\a\m\e\.\0\.\4\.\1\-\4\3\5\9\5\d\1\9\c\e\7\7\3\9\d\8\c\6\5\c\0\3\0\4\3\d\c\d\2\3\e\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune/3.18.2
+ epoch=dune.3.18.2-ebfbf2a49c873ae1898683b3e8cd3ae7-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune/3.18.2 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune/3.18.2 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune/3.18.2
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune/3.18.2
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune/3.18.2 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune/3.18.2/.epoch ']'
+ [[ dune.3.18.2-ebfbf2a49c873ae1898683b3e8cd3ae7-137f967e4b669fa675bae6ebe4c27b18 == \d\u\n\e\.\3\.\1\8\.\2\-\e\b\f\b\f\2\a\4\9\c\8\7\3\a\e\1\8\9\8\6\8\3\b\3\e\8\c\d\3\a\e\7\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2
+ epoch=dune-configurator.3.18.2-45ad0c01f9ceb15686c7d5507dc0b80e-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2/.epoch ']'
+ [[ dune-configurator.3.18.2-45ad0c01f9ceb15686c7d5507dc0b80e-137f967e4b669fa675bae6ebe4c27b18 == \d\u\n\e\-\c\o\n\f\i\g\u\r\a\t\o\r\.\3\.\1\8\.\2\-\4\5\a\d\0\c\0\1\f\9\c\e\b\1\5\6\8\6\c\7\d\5\5\0\7\d\c\0\b\8\0\e\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0
+ epoch=ipaddr.5.6.0-5065249f589cd542a3b22764ec9fead2-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0 from sage.caelum.ci.dev enable_cache=true'
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0 from sage.caelum.ci.dev enable_cache=true
+ date
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0/.epoch ']'
+ [[ ipaddr.5.6.0-5065249f589cd542a3b22764ec9fead2-137f967e4b669fa675bae6ebe4c27b18 == \i\p\a\d\d\r\.\5\.\6\.\0\-\5\0\6\5\2\4\9\f\5\8\9\c\d\5\4\2\a\3\b\2\2\7\6\4\e\c\9\f\e\a\d\2\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0
+ epoch=ipaddr-sexp.5.6.0-58f3b5172725a0d77affc58dbfc4c373-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0 from sage.caelum.ci.dev enable_cache=true'
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0 from sage.caelum.ci.dev enable_cache=true
+ date
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0/.epoch ']'
+ [[ ipaddr-sexp.5.6.0-58f3b5172725a0d77affc58dbfc4c373-137f967e4b669fa675bae6ebe4c27b18 == \i\p\a\d\d\r\-\s\e\x\p\.\5\.\6\.\0\-\5\8\f\3\b\5\1\7\2\7\2\5\a\0\d\7\7\a\f\f\c\5\8\d\b\f\c\4\c\3\7\3\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0
+ epoch=logs.0.8.0-a47ad3c12836b63a8f30935e07fedbc4-137f967e4b669fa675bae6ebe4c27b18
+ cache=false
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0 from sage.caelum.ci.dev enable_cache=false'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0 from sage.caelum.ci.dev enable_cache=false
Sun May 18 02:05:56 BST 2025
+ '[' false = true ']'
+ ldir=/tmp/
+ cd /tmp/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0
+ ln -sf /tmp/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/.epoch ']'
+ mkdir -p /tmp/pkgs
+ RC=1
+ [[ 1 -ne 0 ]]
+ rsync -avR sage.caelum.ci.dev:/data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0 /tmp/pkgs/
receiving incremental file list
data/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/content.tar

sent 75 bytes  received 246,175 bytes  492,500.00 bytes/sec
total size is 245,760  speedup is 1.00
+ RC=0
+ [[ 0 -ne 0 ]]
+ tar xvf /tmp/pkgs//data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/content.tar
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/__odoc_partial.m
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs/logs.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs/.odoc_lib_marker
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs.lwt/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs.lwt/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs.lwt/logs_lwt.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs.lwt/.odoc_lib_marker
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/page-README.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs.threaded/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs.threaded/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs.threaded/logs_threaded.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs.threaded/.odoc_lib_marker
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/page-LICENSE.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/page-CHANGES.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/.odoc_pkg_marker
+ echo logs.0.8.0-a47ad3c12836b63a8f30935e07fedbc4-137f967e4b669fa675bae6ebe4c27b18
+ rm -rf /tmp/pkgs
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1
+ epoch=lwt.5.9.1-74ddb5f7e18c29985fbfe63a743ba5b7-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1/.epoch ']'
+ [[ lwt.5.9.1-74ddb5f7e18c29985fbfe63a743ba5b7-137f967e4b669fa675bae6ebe4c27b18 == \l\w\t\.\5\.\9\.\1\-\7\4\d\d\b\5\f\7\e\1\8\c\2\9\9\8\5\f\b\f\e\6\3\a\7\4\3\b\a\5\b\7\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0
+ epoch=macaddr.5.6.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0/.epoch ']'
+ [[ macaddr.5.6.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 == \m\a\c\a\d\d\r\.\5\.\6\.\0\-\4\3\5\9\5\d\1\9\c\e\7\7\3\9\d\8\c\6\5\c\0\3\0\4\3\d\c\d\2\3\e\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1
+ epoch=num.1.5-1-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1 from sage.caelum.ci.dev enable_cache=true'
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1 from sage.caelum.ci.dev enable_cache=true
+ date
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1/.epoch ']'
+ [[ num.1.5-1-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18 == \n\u\m\.\1\.\5\-\1\-\8\e\c\2\c\0\8\a\7\5\1\5\b\2\8\a\7\e\2\5\f\6\b\b\9\8\7\b\2\a\4\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml/4.14.2
+ epoch=ocaml.4.14.2-906334fd2e017db19ce5f851d5121f74-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml/4.14.2 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml/4.14.2 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml/4.14.2
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml/4.14.2
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml/4.14.2 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml/4.14.2/.epoch ']'
+ [[ ocaml.4.14.2-906334fd2e017db19ce5f851d5121f74-137f967e4b669fa675bae6ebe4c27b18 == \o\c\a\m\l\.\4\.\1\4\.\2\-\9\0\6\3\3\4\f\d\2\e\0\1\7\d\b\1\9\c\e\5\f\8\5\1\d\5\1\2\1\f\7\4\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2
+ epoch=ocaml-base-compiler.4.14.2-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2 from sage.caelum.ci.dev enable_cache=true'
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2 from sage.caelum.ci.dev enable_cache=true
+ date
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2/.epoch ']'
+ [[ ocaml-base-compiler.4.14.2-95f56fcf1da5300e1109d0aa6ba92aed-137f967e4b669fa675bae6ebe4c27b18 == \o\c\a\m\l\-\b\a\s\e\-\c\o\m\p\i\l\e\r\.\4\.\1\4\.\2\-\9\5\f\5\6\f\c\f\1\d\a\5\3\0\0\e\1\1\0\9\d\0\a\a\6\b\a\9\2\a\e\d\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs/v0.12.4
+ epoch=ocaml-compiler-libs.v0.12.4-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs/v0.12.4 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs/v0.12.4 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs/v0.12.4
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs/v0.12.4
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs/v0.12.4 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-compiler-libs/v0.12.4/.epoch ']'
+ [[ ocaml-compiler-libs.v0.12.4-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 == \o\c\a\m\l\-\c\o\m\p\i\l\e\r\-\l\i\b\s\.\v\0\.\1\2\.\4\-\4\3\5\9\5\d\1\9\c\e\7\7\3\9\d\8\c\6\5\c\0\3\0\4\3\d\c\d\2\3\e\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config/2
+ epoch=ocaml-config.2-56a469ab35eda9a278ea08e63ba34a78-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config/2 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config/2 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config/2
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config/2
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config/2 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-config/2/.epoch ']'
+ [[ ocaml-config.2-56a469ab35eda9a278ea08e63ba34a78-137f967e4b669fa675bae6ebe4c27b18 == \o\c\a\m\l\-\c\o\n\f\i\g\.\2\-\5\6\a\4\6\9\a\b\3\5\e\d\a\9\a\2\7\8\e\a\0\8\e\6\3\b\a\3\4\a\7\8\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims/1.0.0
+ epoch=ocaml-syntax-shims.1.0.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims/1.0.0 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims/1.0.0 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims/1.0.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims/1.0.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims/1.0.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims/1.0.0/.epoch ']'
+ [[ ocaml-syntax-shims.1.0.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 == \o\c\a\m\l\-\s\y\n\t\a\x\-\s\h\i\m\s\.\1\.\0\.\0\-\4\3\5\9\5\d\1\9\c\e\7\7\3\9\d\8\c\6\5\c\0\3\0\4\3\d\c\d\2\3\e\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1
+ epoch=ocamlbuild.0.16.1-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1/.epoch ']'
+ [[ ocamlbuild.0.16.1-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18 == \o\c\a\m\l\b\u\i\l\d\.\0\.\1\6\.\1\-\8\e\c\2\c\0\8\a\7\5\1\5\b\2\8\a\7\e\2\5\f\6\b\b\9\8\7\b\2\a\4\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8
+ epoch=ocamlfind.1.9.8-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8/.epoch ']'
+ [[ ocamlfind.1.9.8-8ec2c08a7515b28a7e25f6bb987b2a4f-137f967e4b669fa675bae6ebe4c27b18 == \o\c\a\m\l\f\i\n\d\.\1\.\9\.\8\-\8\e\c\2\c\0\8\a\7\5\1\5\b\2\8\a\7\e\2\5\f\6\b\b\9\8\7\b\2\a\4\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2
+ epoch=ocplib-endian.1.2-2e455cbeb4b6ec249921070d682f8aae-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2/.epoch ']'
+ [[ ocplib-endian.1.2-2e455cbeb4b6ec249921070d682f8aae-137f967e4b669fa675bae6ebe4c27b18 == \o\c\p\l\i\b\-\e\n\d\i\a\n\.\1\.\2\-\2\e\4\5\5\c\b\e\b\4\b\6\e\c\2\4\9\9\2\1\0\7\0\d\6\8\2\f\8\a\a\e\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2
+ epoch=parsexp.v0.14.2-592f1c5f4a288ddebe631a311dbebcbf-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2/.epoch ']'
+ [[ parsexp.v0.14.2-592f1c5f4a288ddebe631a311dbebcbf-137f967e4b669fa675bae6ebe4c27b18 == \p\a\r\s\e\x\p\.\v\0\.\1\4\.\2\-\5\9\2\f\1\c\5\f\4\a\2\8\8\d\d\e\b\e\6\3\1\a\3\1\1\d\b\e\b\c\b\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1
+ epoch=ppx_derivers.1.2.1-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1/.epoch ']'
+ [[ ppx_derivers.1.2.1-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 == \p\p\x\_\d\e\r\i\v\e\r\s\.\1\.\2\.\1\-\4\3\5\9\5\d\1\9\c\e\7\7\3\9\d\8\c\6\5\c\0\3\0\4\3\d\c\d\2\3\e\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3
+ epoch=ppx_sexp_conv.v0.14.3-4df616f26d469d71aeea2a1eff78e205-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3/.epoch ']'
+ [[ ppx_sexp_conv.v0.14.3-4df616f26d469d71aeea2a1eff78e205-137f967e4b669fa675bae6ebe4c27b18 == \p\p\x\_\s\e\x\p\_\c\o\n\v\.\v\0\.\1\4\.\3\-\4\d\f\6\1\6\f\2\6\d\4\6\9\d\7\1\a\e\e\a\2\a\1\e\f\f\7\8\e\2\0\5\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib/0.25.1
+ epoch=ppxlib.0.25.1-f1b70a1d530753bacf6bb89c743695a3-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib/0.25.1 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib/0.25.1 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib/0.25.1
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib/0.25.1
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib/0.25.1 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ppxlib/0.25.1/.epoch ']'
+ [[ ppxlib.0.25.1-f1b70a1d530753bacf6bb89c743695a3-137f967e4b669fa675bae6ebe4c27b18 == \p\p\x\l\i\b\.\0\.\2\5\.\1\-\f\1\b\7\0\a\1\d\5\3\0\7\5\3\b\a\c\f\6\b\b\8\9\c\7\4\3\6\9\5\a\3\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1
+ epoch=resp.0.9.1-8568a0ff8caee530be993a947106c900-137f967e4b669fa675bae6ebe4c27b18
+ cache=false
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1 from sage.caelum.ci.dev enable_cache=false'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1 from sage.caelum.ci.dev enable_cache=false
Sun May 18 02:05:56 BST 2025
+ '[' false = true ']'
+ ldir=/tmp/
+ cd /tmp/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1
+ ln -sf /tmp/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/.epoch ']'
+ mkdir -p /tmp/pkgs
+ RC=1
+ [[ 1 -ne 0 ]]
+ rsync -avR sage.caelum.ci.dev:/data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1 /tmp/pkgs/
receiving incremental file list
data/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/content.tar

sent 75 bytes  received 123,266 bytes  246,682.00 bytes/sec
total size is 122,880  speedup is 1.00
+ RC=0
+ [[ 0 -ne 0 ]]
+ tar xvf /tmp/pkgs//data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/content.tar
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/__odoc_partial.m
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/src/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/src/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/resp.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/impl-resp.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/.odoc_lib_marker
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/page-LICENSE.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/page-README.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/.odoc_pkg_marker
+ echo resp.0.9.1-8568a0ff8caee530be993a947106c900-137f967e4b669fa675bae6ebe4c27b18
+ rm -rf /tmp/pkgs
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1
+ epoch=resp-client.0.9.1-fc0a76d562726abe697c744c434e72ae-137f967e4b669fa675bae6ebe4c27b18
+ cache=false
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1 from sage.caelum.ci.dev enable_cache=false'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1 from sage.caelum.ci.dev enable_cache=false
Sun May 18 02:05:56 BST 2025
+ '[' false = true ']'
+ ldir=/tmp/
+ cd /tmp/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1
+ ln -sf /tmp/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/.epoch ']'
+ mkdir -p /tmp/pkgs
+ RC=1
+ [[ 1 -ne 0 ]]
+ rsync -avR sage.caelum.ci.dev:/data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1 /tmp/pkgs/
receiving incremental file list
data/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/content.tar

sent 75 bytes  received 82,301 bytes  164,752.00 bytes/sec
total size is 81,920  speedup is 0.99
+ RC=0
+ [[ 0 -ne 0 ]]
+ tar xvf /tmp/pkgs//data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/content.tar
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/__odoc_partial.m
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/src/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/src/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/resp_client.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/impl-resp_client.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/.odoc_lib_marker
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/page-README.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/page-LICENSE.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/.odoc_pkg_marker
+ echo resp-client.0.9.1-fc0a76d562726abe697c744c434e72ae-137f967e4b669fa675bae6ebe4c27b18
+ rm -rf /tmp/pkgs
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1
+ epoch=resp-server.0.9.1-5bbfb1ef87ce4b1d4dbb6148ac911a47-137f967e4b669fa675bae6ebe4c27b18
+ cache=false
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1 from sage.caelum.ci.dev enable_cache=false'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1 from sage.caelum.ci.dev enable_cache=false
Sun May 18 02:05:56 BST 2025
+ '[' false = true ']'
+ ldir=/tmp/
+ cd /tmp/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1
+ ln -sf /tmp/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/.epoch ']'
+ mkdir -p /tmp/pkgs
+ RC=1
+ [[ 1 -ne 0 ]]
+ rsync -avR sage.caelum.ci.dev:/data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1 /tmp/pkgs/
receiving incremental file list
data/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/
data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/content.tar

sent 75 bytes  received 113,029 bytes  226,208.00 bytes/sec
total size is 112,640  speedup is 1.00
+ RC=0
+ [[ 0 -ne 0 ]]
+ tar xvf /tmp/pkgs//data/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/content.tar
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/__odoc_partial.m
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/src/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/src/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/resp_server.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/impl-resp_server.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/.odoc_lib_marker
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/page-LICENSE.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/page-README.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/.odoc_pkg_marker
+ echo resp-server.0.9.1-5bbfb1ef87ce4b1d4dbb6148ac911a47-137f967e4b669fa675bae6ebe4c27b18
+ rm -rf /tmp/pkgs
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0
+ epoch=sexplib.v0.14.0-dfd09b48679175f049e461446a881bd3-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0 from sage.caelum.ci.dev enable_cache=true'
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0 from sage.caelum.ci.dev enable_cache=true
+ date
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0/.epoch ']'
+ [[ sexplib.v0.14.0-dfd09b48679175f049e461446a881bd3-137f967e4b669fa675bae6ebe4c27b18 == \s\e\x\p\l\i\b\.\v\0\.\1\4\.\0\-\d\f\d\0\9\b\4\8\6\7\9\1\7\5\f\0\4\9\e\4\6\1\4\4\6\a\8\8\1\b\d\3\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0/v0.14.0
+ epoch=sexplib0.v0.14.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0/v0.14.0 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0/v0.14.0 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0/v0.14.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0/v0.14.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0/v0.14.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/sexplib0/v0.14.0/.epoch ']'
+ [[ sexplib0.v0.14.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 == \s\e\x\p\l\i\b\0\.\v\0\.\1\4\.\0\-\4\3\5\9\5\d\1\9\c\e\7\7\3\9\d\8\c\6\5\c\0\3\0\4\3\d\c\d\2\3\e\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims/0.3.0
+ epoch=stdlib-shims.0.3.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims/0.3.0 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims/0.3.0 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims/0.3.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims/0.3.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims/0.3.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims/0.3.0/.epoch ']'
+ [[ stdlib-shims.0.3.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 == \s\t\d\l\i\b\-\s\h\i\m\s\.\0\.\3\.\0\-\4\3\5\9\5\d\1\9\c\e\7\7\3\9\d\8\c\6\5\c\0\3\0\4\3\d\c\d\2\3\e\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0
+ epoch=stringext.1.6.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0/.epoch ']'
+ [[ stringext.1.6.0-43595d19ce7739d8c65c03043dcd23ef-137f967e4b669fa675bae6ebe4c27b18 == \s\t\r\i\n\g\e\x\t\.\1\.\6\.\0\-\4\3\5\9\5\d\1\9\c\e\7\7\3\9\d\8\c\6\5\c\0\3\0\4\3\d\c\d\2\3\e\f\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8
+ epoch=topkg.1.0.8-468f0a50694252e43d948dd9bebebc5b-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8/.epoch ']'
+ [[ topkg.1.0.8-468f0a50694252e43d948dd9bebebc5b-137f967e4b669fa675bae6ebe4c27b18 == \t\o\p\k\g\.\1\.\0\.\8\-\4\6\8\f\0\a\5\0\6\9\4\2\5\2\e\4\3\d\9\4\8\d\d\9\b\e\b\e\b\c\5\b\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ host=sage.caelum.ci.dev
+ dir=/data
+ pkg=epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0
+ epoch=uri.4.4.0-a1d94085bb12eb3c0e0c8125cdd93eec-137f967e4b669fa675bae6ebe4c27b18
+ cache=true
+ echo 'Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0 from sage.caelum.ci.dev enable_cache=true'
+ date
Downloading compiled pkg epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0 from sage.caelum.ci.dev enable_cache=true
Sun May 18 02:05:56 BST 2025
+ '[' true = true ']'
+ ldir=/home/opam/.cache/
+ cd /home/opam/.cache/
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0
+ mkdir -p /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri
++ dirname epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0
+ ln -sf /home/opam/.cache/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0 /home/opam/docs/epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri
+ '[' -f epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0/.epoch ']'
+ [[ uri.4.4.0-a1d94085bb12eb3c0e0c8125cdd93eec-137f967e4b669fa675bae6ebe4c27b18 == \u\r\i\.\4\.\4\.\0\-\a\1\d\9\4\0\8\5\b\b\1\2\e\b\3\c\0\e\0\c\8\1\2\5\c\d\d\9\3\e\e\c\-\1\3\7\f\9\6\7\e\4\b\6\6\9\f\a\6\7\5\b\a\e\6\e\b\e\4\c\2\7\b\1\8 ]]
+ exit 0
+ set -e
+ host=sage.caelum.ci.dev
+ dir=/data
+ prep_path=prep0/u/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9
+ local_prep_path=prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9
+ rsync -a sage.caelum.ci.dev:/data/prep0/u/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/content.tar .

real	0m0.046s
user	0m0.009s
sys	0m0.005s
+ tar xf content.tar
+ mkdir -p prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9
+ mv home/opam/.opam/4.14/doc home/opam/.opam/4.14/lib prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9
+ mv home/opam/.opam/4.14/.opam-switch/packages/resp-unix.0.9/opam prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9
process_meta_file: prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/META
odoc_driver_voodoo: [DEBUG] all_lib_deps: resp-unix, [6]

odoc_driver_voodoo: [DEBUG] Found other doc: doc/resp-unix/README.md
odoc_driver_voodoo: [DEBUG] Found other doc: doc/resp-unix/LICENSE.md
odoc_driver_voodoo: [DEBUG] No config file found: prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/doc/resp-unix/odoc-config.sexp
prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/doc/resp-unix/odoc-config.sexp: No such file or directory

odoc_driver_voodoo: [DEBUG] Config.packages: 

process_meta_file: prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/META
odoc_driver_voodoo: [DEBUG] prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix,resp-unix

odoc_driver_voodoo: [DEBUG] Processing directory: prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/

odoc_driver_voodoo: [DEBUG] Classifying dir prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/ for package resp-unix
odoc_driver_voodoo: [DEBUG] 0 - Executing: /home/opam/odoc classify prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/
odoc_driver_voodoo: [DEBUG] Got 1 lines
odoc_driver_voodoo: [DEBUG] Checking prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.cmti (then prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/Resp_unix.cmti)
odoc_driver_voodoo: [DEBUG] Checking prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.cmt (then prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/Resp_unix.cmt)
odoc_driver_voodoo: [DEBUG] 1 - Executing: ocamlobjinfo prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.cmt
odoc_driver_voodoo: [DEBUG] src: checking prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.ml
odoc_driver_voodoo: [DEBUG] Found source file prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.ml for Resp_unix
odoc_driver_voodoo: [DEBUG] 2 - Executing: /home/opam/odoc compile-deps prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.cmt
odoc_driver_voodoo: [DEBUG] 3 - Executing: /home/opam/odoc compile-deps prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.cmti
odoc_driver_voodoo: [DEBUG] libdirs_without_meta: 

odoc_driver_voodoo: [DEBUG] lib dirs: prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/

odoc_driver_voodoo: [DEBUG] Found pkg marker: p/ocaml/4.14.2/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/threads/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/odoc_info/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/stdlib/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/ocamlbytecomp/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/ocamlcommon/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/ocamlmiddleend/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/ocamloptcomp/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/bigarray/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/ocamltoplevel/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/dynlink/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/str/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-base-compiler/4.14.2/doc/unix/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: p/ocaml-base-compiler/4.14.2/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-compiler-libs/v0.12.4/doc/ocaml-compiler-libs.bytecomp/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-compiler-libs/v0.12.4/doc/ocaml-compiler-libs.common/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-compiler-libs/v0.12.4/doc/ocaml-compiler-libs.optcomp/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-compiler-libs/v0.12.4/doc/ocaml-compiler-libs.shadow/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ocaml-compiler-libs/v0.12.4/doc/ocaml-compiler-libs.toplevel/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: p/ocaml-compiler-libs/v0.12.4/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: p/ocaml-config/2/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib.ast/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib.astlib/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib.traverse_builtins/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib.stdppx/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib.metaquot_lifters/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib.print_diff/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib.runner/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib.runner_as_ppx/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib_metaquot/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/ppxlib/0.25.1/doc/ppxlib_traverse/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: p/ppxlib/0.25.1/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: p/sexplib0/v0.14.0/doc/sexplib0/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: p/sexplib0/v0.14.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/3795779238920c286cabb1f20329b505/angstrom/0.16.1/doc/angstrom/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/3795779238920c286cabb1f20329b505/angstrom/0.16.1/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5/doc/astring/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/d419bd32cbcf59fccbbb067bd7d8321e/astring/0.8.5/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3/doc/base/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3/doc/base.base_internalhash_types/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3/doc/base.caml/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3/doc/base.shadow_stdlib/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3/doc/base.md5/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/e231aa2b9443bfae74420466b3076a0a/base/v0.14.3/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/4f16305b6ce54573e7e99aa6581886eb/base-bytes/base/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/95f56fcf1da5300e1109d0aa6ba92aed/base-threads/base/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/95f56fcf1da5300e1109d0aa6ba92aed/base-unix/base/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0/doc/bigstringaf/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/13f3759375774d81a83a269699e33e26/bigstringaf/0.10.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/conduit/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/3e0eb4ab1ce0e363fd01a999ac608b3e/conduit/1.5.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/conduit-lwt/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/ef2ef4f6268ccfe513d750998cbfbd72/conduit-lwt/1.5.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/43595d19ce7739d8c65c03043dcd23ef/cppo/1.8.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2/doc/csexp/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/43595d19ce7739d8c65c03043dcd23ef/csexp/1.5.2/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1/doc/domain-name/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/43595d19ce7739d8c65c03043dcd23ef/domain-name/0.4.1/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0/doc/macaddr/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0/doc/macaddr.top/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/43595d19ce7739d8c65c03043dcd23ef/macaddr/5.6.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/43595d19ce7739d8c65c03043dcd23ef/ocaml-syntax-shims/1.0.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1/doc/ppx_derivers/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/43595d19ce7739d8c65c03043dcd23ef/ppx_derivers/1.2.1/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/43595d19ce7739d8c65c03043dcd23ef/stdlib-shims/0.3.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0/doc/stringext/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/43595d19ce7739d8c65c03043dcd23ef/stringext/1.6.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/ebfbf2a49c873ae1898683b3e8cd3ae7/dune/3.18.2/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2/doc/dune-configurator/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/45ad0c01f9ceb15686c7d5507dc0b80e/dune-configurator/3.18.2/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0/doc/ipaddr/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0/doc/ipaddr.top/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0/doc/ipaddr.unix/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/5065249f589cd542a3b22764ec9fead2/ipaddr/5.6.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0/doc/ipaddr-sexp/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/58f3b5172725a0d77affc58dbfc4c373/ipaddr-sexp/5.6.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs.lwt/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/logs.threaded/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/a47ad3c12836b63a8f30935e07fedbc4/logs/0.8.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1/doc/lwt/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1/doc/lwt.unix/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1/doc/nums/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1/doc/num_top/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/8ec2c08a7515b28a7e25f6bb987b2a4f/num/1.5-1/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1/doc/ocamlbuild/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlbuild/0.16.1/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8/doc/findlib.dynload/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8/doc/findlib.internal/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8/doc/findlib.top/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/8ec2c08a7515b28a7e25f6bb987b2a4f/ocamlfind/1.9.8/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2/doc/ocplib-endian/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2/doc/ocplib-endian.bigstring/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/2e455cbeb4b6ec249921070d682f8aae/ocplib-endian/1.2/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2/doc/parsexp/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/592f1c5f4a288ddebe631a311dbebcbf/parsexp/v0.14.2/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3/doc/ppx_sexp_conv.expander/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3/doc/ppx_sexp_conv.runtime-lib/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3/doc/ppx_sexp_conv/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/4df616f26d469d71aeea2a1eff78e205/ppx_sexp_conv/v0.14.3/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0/doc/sexplib/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0/doc/sexplib.num/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0/doc/sexplib.unix/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/dfd09b48679175f049e461446a881bd3/sexplib/v0.14.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8/doc/topkg/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/468f0a50694252e43d948dd9bebebc5b/topkg/1.0.8/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0/doc/uri/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0/doc/uri.services_full/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found lib marker: u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0/doc/uri.services/.odoc_lib_marker
odoc_driver_voodoo: [DEBUG] Found pkg marker: u/a1d94085bb12eb3c0e0c8125cdd93eec/uri/4.4.0/doc/.odoc_pkg_marker
odoc_driver_voodoo: [DEBUG] Fixing virtual libraries: 731 precompiled units, 1 other units
odoc_driver_voodoo: [DEBUG] 4 - Executing: /home/opam/odoc compile _mld/p/resp-unix/0.9/doc/index.mld --output-dir epoch-137f967e4b669fa675bae6ebe4c27b18/compile --enable-missing-root-warning --parent-id p/resp-unix/0.9/doc
odoc_driver_voodoo: [DEBUG] 5 - Executing: /home/opam/odoc compile _mld/p/resp-unix/0.9/doc/src/index.mld --output-dir epoch-137f967e4b669fa675bae6ebe4c27b18/compile --enable-missing-root-warning --parent-id p/resp-unix/0.9/doc/src
odoc_driver_voodoo: [DEBUG] 6 - Executing: /home/opam/odoc-md prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/doc/resp-unix/README.md --output-dir epoch-137f967e4b669fa675bae6ebe4c27b18/compile --parent-id p/resp-unix/0.9/doc
odoc_driver_voodoo: [DEBUG] 7 - Executing: /home/opam/odoc-md prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/doc/resp-unix/LICENSE.md --output-dir epoch-137f967e4b669fa675bae6ebe4c27b18/compile --parent-id p/resp-unix/0.9/doc
odoc_driver_voodoo: [DEBUG] 8 - Executing: /home/opam/odoc compile _mld/p/resp-unix/0.9/doc/resp-unix/index.mld --output-dir epoch-137f967e4b669fa675bae6ebe4c27b18/compile --enable-missing-root-warning --parent-id p/resp-unix/0.9/doc/resp-unix
odoc_driver_voodoo: [DEBUG] 9 - Executing: /home/opam/odoc compile prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.cmti --output-dir epoch-137f967e4b669fa675bae6ebe4c27b18/compile -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2/doc/stdlib/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1/doc/lwt/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/ --enable-missing-root-warning --parent-id p/resp-unix/0.9/doc/resp-unix --warnings-tag resp-unix
odoc_driver_voodoo: [DEBUG] 10 - Executing: /home/opam/odoc compile-impl prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.cmt --output-dir epoch-137f967e4b669fa675bae6ebe4c27b18/compile -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2/doc/stdlib/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1/doc/lwt/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/ --enable-missing-root-warning --parent-id p/resp-unix/0.9/doc/resp-unix --source-id p/resp-unix/0.9/doc/src/resp-unix/resp_unix.ml
odoc_driver_voodoo: [DEBUG] linking epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/page-index.odoc
odoc_driver_voodoo: [DEBUG] linking epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/src/page-index.odoc
odoc_driver_voodoo: [DEBUG] linking epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/page-README.odoc
odoc_driver_voodoo: [DEBUG] linking epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/page-LICENSE.odoc
odoc_driver_voodoo: [DEBUG] linking epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/page-index.odoc
odoc_driver_voodoo: [DEBUG] linking epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/resp_unix.odoc
odoc_driver_voodoo: [DEBUG] linking epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/impl-resp_unix.odoc
odoc_driver_voodoo: [DEBUG] 11 - Executing: /home/opam/odoc link epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/page-index.odoc -o linked/p/resp-unix/0.9/doc/page-index.odocl -P resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc -L resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix --enable-missing-root-warning --warnings-tags resp-unix
odoc_driver_voodoo: [DEBUG] 12 - Executing: /home/opam/odoc link epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/src/page-index.odoc -o linked/p/resp-unix/0.9/doc/src/page-index.odocl --enable-missing-root-warning --warnings-tags resp-unix
odoc_driver_voodoo: [DEBUG] 13 - Executing: /home/opam/odoc link epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/page-README.odoc -o linked/p/resp-unix/0.9/doc/page-README.odocl -P resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc -L resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix --current-package resp-unix --enable-missing-root-warning --warnings-tags resp-unix
odoc_driver_voodoo: [DEBUG] 14 - Executing: /home/opam/odoc link epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/page-LICENSE.odoc -o linked/p/resp-unix/0.9/doc/page-LICENSE.odocl -P resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc -L resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix --current-package resp-unix --enable-missing-root-warning --warnings-tags resp-unix
odoc_driver_voodoo: [DEBUG] 15 - Executing: /home/opam/odoc link epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/page-index.odoc -o linked/p/resp-unix/0.9/doc/resp-unix/page-index.odocl -L resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix --enable-missing-root-warning --warnings-tags resp-unix
odoc_driver_voodoo: [DEBUG] 16 - Executing: /home/opam/odoc link epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/resp_unix.odoc -o linked/p/resp-unix/0.9/doc/resp-unix/resp_unix.odocl -P resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc -L conduit-lwt-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/ -L lwt:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1/doc/lwt/ -L resp:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/ -L resp-client:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/ -L resp-server:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/ -L resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix -L stdlib:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2/doc/stdlib/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2/doc/stdlib/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1/doc/lwt/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/ --current-package resp-unix --enable-missing-root-warning --warnings-tags resp-unix
odoc_driver_voodoo: [DEBUG] 17 - Executing: /home/opam/odoc link epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/impl-resp_unix.odoc -o linked/p/resp-unix/0.9/doc/resp-unix/impl-resp_unix.odocl -P resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc -L conduit-lwt-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/ -L lwt:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1/doc/lwt/ -L resp:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/ -L resp-client:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/ -L resp-server:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/ -L resp-unix:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix -L stdlib:epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2/doc/stdlib/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/ocaml-base-compiler/4.14.2/doc/stdlib/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/5bbfb1ef87ce4b1d4dbb6148ac911a47/resp-server/0.9.1/doc/resp-server/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/74ddb5f7e18c29985fbfe63a743ba5b7/lwt/5.9.1/doc/lwt/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/8568a0ff8caee530be993a947106c900/resp/0.9.1/doc/resp/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fa349a10ef9a7e117d9f7ea1ea07a739/conduit-lwt-unix/1.5.0/doc/conduit-lwt-unix/ -I epoch-137f967e4b669fa675bae6ebe4c27b18/compile/u/fc0a76d562726abe697c744c434e72ae/resp-client/0.9.1/doc/resp-client/ --current-package resp-unix --enable-missing-root-warning --warnings-tags resp-unix
odoc_driver_voodoo: [DEBUG] 18 - Executing: /home/opam/odoc count-occurrences epoch-137f967e4b669fa675bae6ebe4c27b18/compile -o epoch-137f967e4b669fa675bae6ebe4c27b18/compile/occurrences-all.odoc-occurrences
odoc_driver_voodoo: [DEBUG] 19 - Executing: sherlodoc js epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/sherlodoc.js
odoc_driver_voodoo: [DEBUG] 20 - Executing: /home/opam/odoc compile-index -o _index/resp-unix/index.odoc-index --root linked/p/resp-unix/0.9/doc --occurrences epoch-137f967e4b669fa675bae6ebe4c27b18/compile/occurrences-all.odoc-occurrences
odoc_driver_voodoo: [DEBUG] 21 - Executing: /home/opam/odoc sidebar-generate -o _index/resp-unix/sidebar.odoc-sidebar _index/resp-unix/index.odoc-index
odoc_driver_voodoo: [DEBUG] 22 - Executing: /home/opam/odoc sidebar-generate --json -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9/doc/sidebar.json _index/resp-unix/index.odoc-index
odoc_driver_voodoo: [DEBUG] 23 - Executing: /home/opam/odoc compile-index --json --simplified-json --wrap-json -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9/doc/index.js --root linked/p/resp-unix/0.9/doc --occurrences epoch-137f967e4b669fa675bae6ebe4c27b18/compile/occurrences-all.odoc-occurrences
odoc_driver_voodoo: [DEBUG] 24 - Executing: sherlodoc index --format js _index/resp-unix/index.odoc-index -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9/doc/sherlodoc_db.js
odoc_driver_voodoo: [DEBUG] 25 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/page-index.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index
odoc_driver_voodoo: [DEBUG] 26 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/src/page-index.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index
odoc_driver_voodoo: [DEBUG] 27 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/page-README.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index
odoc_driver_voodoo: [DEBUG] 28 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/page-LICENSE.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index
odoc_driver_voodoo: [DEBUG] 29 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/resp-unix/page-index.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index
odoc_driver_voodoo: [DEBUG] 30 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/resp-unix/resp_unix.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index
odoc_driver_voodoo: [DEBUG] 31 - Executing: /home/opam/odoc html-generate-source --impl linked/p/resp-unix/0.9/doc/resp-unix/impl-resp_unix.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.ml --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index
odoc_driver_voodoo: [DEBUG] 32 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/page-index.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index --as-json
odoc_driver_voodoo: [DEBUG] 33 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/page-README.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index --as-json
odoc_driver_voodoo: [DEBUG] 34 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/src/page-index.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index --as-json
odoc_driver_voodoo: [DEBUG] 35 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/page-LICENSE.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index --as-json
odoc_driver_voodoo: [DEBUG] 36 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/resp-unix/page-index.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index --as-json
odoc_driver_voodoo: [DEBUG] 37 - Executing: /home/opam/odoc html-generate-source --impl linked/p/resp-unix/0.9/doc/resp-unix/impl-resp_unix.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar prep/universes/2b38b9bc24721e901513a880f8c312a5/resp-unix/0.9/lib/resp-unix/resp_unix.ml --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index --as-json
odoc_driver_voodoo: [DEBUG] 38 - Executing: /home/opam/odoc html-generate linked/p/resp-unix/0.9/doc/resp-unix/resp_unix.odocl --sidebar _index/resp-unix/sidebar.odoc-sidebar --search-uri p/resp-unix/0.9/doc/sherlodoc_db.js --search-uri sherlodoc.js -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw --home-breadcrumb Package index --as-json
odoc_driver_voodoo: [DEBUG] 39 - Executing: /home/opam/odoc support-files -o epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/resp_unix.odoc: File "epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/resp_unix.odoc":
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/resp_unix.odoc: Warning: Couldn't find the following modules:
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/resp_unix.odoc:   Lwt_io
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/resp_unix.odoc: 

real	0m0.510s
user	0m0.371s
sys	0m0.499s
jq: error: Could not open file driver-benchmarks.json: No such file or directory
LISTING epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/__odoc_partial.m
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/src/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/src/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/page-index.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/impl-resp_unix.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/resp_unix.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/resp-unix/.odoc_lib_marker
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/page-README.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/page-LICENSE.odoc
epoch-137f967e4b669fa675bae6ebe4c27b18/compile/p/resp-unix/0.9/doc/.odoc_pkg_marker

real	0m0.068s
user	0m0.010s
sys	0m0.006s
COMPILE::ab3df1ff469e52e04aa729e7f16ca76d4f6f6da41b4b40ddbdcccb41f10ea16a
LISTING epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9
epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/doc/
epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/doc/src/
epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/doc/src/page-index.odocl
epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/doc/page-README.odocl
epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/doc/page-index.odocl
epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/doc/resp-unix/
epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/doc/resp-unix/page-index.odocl
epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/doc/resp-unix/impl-resp_unix.odocl
epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/doc/resp-unix/resp_unix.odocl
epoch-137f967e4b669fa675bae6ebe4c27b18/linked/p/resp-unix/0.9/doc/page-LICENSE.odocl
raw_folder: epoch-137f967e4b669fa675bae6ebe4c27b18/html-raw/p/resp-unix/0.9

real	0m0.065s
user	0m0.007s
sys	0m0.007s
0.800713
LINKED::18789dfe2274566a8c6cade5bfbe6be854dcc2f01537dfbbf2f9ac887abe314b
0.540472

real	0m0.075s
user	0m0.008s
sys	0m0.009s
RAW:raw:871debc17af279f059f3d52aa51fc20cfb2b1f157b17258f28fc19c131a71e0f  -
2025-05-18 01:05.57 ---> saved as "253149c7aaeb89835d2ee51c6c95fd8ce7a402035d4b042934fc1805d7ce5640"
Job succeeded
2025-05-18 01:06.01: Job succeeded