Build:
  1. 0
2024-09-13 02:58.43: New job: Voodoo do bap-std.1.0.0; ccc2a153856eaea3e51d2619f05348a6
2024-09-13 02:58.43: Waiting for resource in pool OCluster
2024-09-13 03:04.36: Waiting for worker…
2024-09-13 03:04.37: Got resource from pool OCluster
2024-09-13 03:04.37: Using cache hint "docs-universe-compile-4.04.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.04@sha256:c9383d78d2c3181108912e34b3674b2cf2868b1e7630425a7922fe6009d98f6e)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe && opam depext -iy voodoo-do"))
         (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.04@sha256:c9383d78d2c3181108912e34b3674b2cf2868b1e7630425a7922fe6009d98f6e)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (workdir /home/opam/docs/)
 (run (shell "sudo chown opam:opam . "))
 (copy (from (build tools))
       (src /home/opam/odoc /home/opam/voodoo-do)
       (dst /home/opam/))
 (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(rsync -aR docs.ci.ocaml.org:/data/./prep/universes/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/bap-std/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do --failed -p bap-std  ) && (shopt -s nullglob && ((tar -cvf compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0.tar compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/*  && rm -R compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/* && mv compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0.tar compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/content.tar) || (echo 'Empty directory')))"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.708560') && (rsync -aR ./compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/ docs.ci.ocaml.org:/data/.) && (set 'compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0'; HASH=$((sha256sum $1/content.tar \"$1/../page-1.0.0.odocl\" | sort | sha256sum | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
)
END-OF-SPEC

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

2024-09-13 03:04.37: RETRYING: 2024-09-13/025843-voodoo-do-2ad284 Number of retries: 0 (retriable error condition)
Building on x86-bm-c14.sw.ocaml.org

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.04@sha256:c9383d78d2c3181108912e34b3674b2cf2868b1e7630425a7922fe6009d98f6e)
2024-09-13 02:57.20 ---> using "f87fb70ec3cca16a72304f6622609e20ed65f9dc71a3c59f9ac95deeea57cf58" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-13 02:57.20 ---> using "a48ab2cbe5f69ffffa952e57492097050ee2bbcea8e6418724430a302e1f28ac" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1081 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  m4
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 287 kB of archives.
After this operation, 686 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 287 kB in 0s (13.4 MB/s)
Selecting previously unselected package m4.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Setting up m4 (1.4.19-3) ...
2024-09-13 02:57.20 ---> using "ee9d60123ff86bc66e486d5d2fad1955b96a41c4e5e4676f2f2947e481da47b2" from cache

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

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

The following actions will be performed:
  - install ocamlbuild          0.14.3         [required by astring, bos]
  - install cmdliner            1.0.4          [required by voodoo-do]
  - install ocamlfind           1.9.6          [required by astring, bos]
  - install topkg               1.0.4          [required by astring, bos]
  - install sexplib             113.33.00+4.03 [required by voodoo-lib]
  - install ocamlfind-secondary 1.9.6          [required by dune]
  - install base-bytes          base           [required by astring]
  - install uutf                1.0.3          [required by tyxml]
  - install dune                3.16.0         [required by voodoo-do]
  - install astring             0.8.3          [required by voodoo-do]
  - install stdlib-shims        0.3.0          [required by fmt]
  - install seq                 0.3.1          [required by tyxml, fmt, yojson]
  - install result              1.5            [required by odoc]
  - install crunch              2.2.0          [required by odoc]
  - install cppo                1.7.0          [required by odoc]
  - install camlp-streams       5.0.1          [required by odoc-parser]
  - install fpath               0.7.3          [required by odoc, bos, voodoo-lib]
  - install yojson              2.2.2          [required by voodoo-do]
  - install re                  1.11.0         [required by tyxml]
  - install fmt                 0.8.6          [required by bos, odoc]
  - install rresult             0.6.0          [required by bos]
  - install odoc-parser         2.4.2          [required by odoc]
  - install tyxml               4.6.0          [required by odoc]
  - install logs                0.7.0          [required by bos]
  - install odoc                2.4.2          [required by voodoo-do]
  - install bos                 0.2.0          [required by voodoo-do]
  - install voodoo-lib          ~dev*          [required by voodoo-do]
  - install voodoo-do           ~dev*
===== 28 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.3] found in cache
[bos.0.2.0] found in cache
[camlp-streams.5.0.1] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.7.0] found in cache
[crunch.2.2.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.8.6] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache
[odoc.2.4.2] found in cache
[odoc-parser.2.4.2] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] found in cache
[sexplib.113.33.00+4.03] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.4] found in cache
[tyxml.4.6.0] found in cache
[uutf.1.0.3] found in cache
[yojson.2.2.2] found in cache
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.4
-> installed uutf.1.0.3
-> installed astring.0.8.3
-> installed fpath.0.7.3
-> installed sexplib.113.33.00+4.03
-> installed dune.3.16.0
-> installed seq.0.3.1
-> installed camlp-streams.5.0.1
-> installed crunch.2.2.0
-> installed result.1.5
-> installed cppo.1.7.0
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed yojson.2.2.2
-> installed odoc-parser.2.4.2
-> installed rresult.0.6.0
-> installed fmt.0.8.6
-> installed logs.0.7.0
-> installed tyxml.4.6.0
-> installed bos.0.2.0
-> installed voodoo-lib.~dev
-> installed odoc.2.4.2
-> installed voodoo-do.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-13 02:57.20 ---> using "830348bd7f7ae4e90c235707b882ae4892407ef0462987f4793f3f8dfd100027" from cache

/home/opam: (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam"))
2024-09-13 02:57.20 ---> using "d9208e524b924c1fd9d6299ecf266961e0baac7d7eddfac7ad2d84574f083e22" from cache
2024-09-13 02:57.20 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.04@sha256:c9383d78d2c3181108912e34b3674b2cf2868b1e7630425a7922fe6009d98f6e)
2024-09-13 02:57.20 ---> using "f87fb70ec3cca16a72304f6622609e20ed65f9dc71a3c59f9ac95deeea57cf58" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-13 02:57.20 ---> using "a48ab2cbe5f69ffffa952e57492097050ee2bbcea8e6418724430a302e1f28ac" from cache

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

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2024-09-13 02:57.20 ---> using "f13e5a95098872bb1b1a14a2acd5f157fdd9a05fe754c3994ae79b53822d5cd1" from cache

/home/opam/docs/: (copy (from (build tools))
                        (src /home/opam/odoc /home/opam/voodoo-do)
                        (dst /home/opam/))
2024-09-13 02:57.20 ---> using "211419fd7938c420c40cfd8ca9071789c2aa5d7a7de4a4eb22d0ed8fd6e597a4" from cache

/home/opam/docs/: (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
2024-09-13 02:57.20 ---> using "92b0c55ca97380e69a45cc5eb9816e8f25900fadd01ee4a95621843d21aff6fb" from cache

/home/opam/docs/: (run (network host)
                       (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                       (shell "(rsync -aR docs.ci.ocaml.org:/data/./prep/universes/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
prep/universes/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/opam
prep/universes/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/opam.err.log
2024-09-13 02:57.21 ---> saved as "4a1645e3c363c0fdf876f6b2b3aa66d7e86999f1810c720615f29d3184e63d0a"

/home/opam/docs/: (run (shell "(mkdir -p compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/bap-std/*.odoc)"))
2024-09-13 02:57.21 ---> saved as "5552b0e619501b01081e48a4f1fbcd5e083766ad72b53f531180a7a1ed539193"

/home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do --failed -p bap-std  ) && (shopt -s nullglob && ((tar -cvf compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0.tar compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/*  && rm -R compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/* && mv compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0.tar compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/content.tar) || (echo 'Empty directory')))"))
found archive_names: []
found archive_names: []
Found no other pages
Found error log (1848489 bytes)
libraries: []
compile command: odoc compile ./u.mld -o compile/page-u.odoc --child
                   page-"ccc2a153856eaea3e51d2619f05348a6"
compile command: odoc compile ./ccc2a153856eaea3e51d2619f05348a6.mld -o
                   compile/u/page-ccc2a153856eaea3e51d2619f05348a6.odoc
                   --parent page-"u" -I compile --child page-"bap-std"
File "./ccc2a153856eaea3e51d2619f05348a6.mld", line 2, characters 12-19:
Warning: Unknown reference qualifier 'bap'.
compile command: odoc compile ./bap-std.mld -o
                   compile/u/ccc2a153856eaea3e51d2619f05348a6/page-bap-std.odoc
                   --parent page-"ccc2a153856eaea3e51d2619f05348a6" -I
                   compile/u --child page-"1.0.0"
File "./bap-std.mld", line 2, characters 16-17:
Warning: Child label is not allowed in the last component of a reference path.
Suggestion: 'child-0' should be first.
compile command: odoc compile ./1.0.0.mld -o
                   compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/page-1.0.0.odoc
                   --parent page-"bap-std" -I
                   compile/u/ccc2a153856eaea3e51d2619f05348a6 --child
                   page-"doc"
compile command: odoc compile ./doc.mld -o
                   compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/page-doc.odoc
                   --parent page-"1.0.0" -I
                   compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std --child
                   page-"dummy"
No children
File "compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/page-doc.odoc":
Warning: Failed to lookup child page dummy
0 other files to copy
dst: linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/doc/opam
compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/doc/
compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/doc/index.m
compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/page-doc.odoc
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/doc/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/doc/opam
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/failed
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/package.json
epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/page-doc.odocl
2024-09-13 02:57.23 ---> saved as "bd02084df1f2a3a3f09aa8df0030251e2bf853fb3e863306985b06db294cbd35"

/home/opam/docs/: (run (network host)
                       (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                       (shell "(echo '0.708560') && (rsync -aR ./compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/ docs.ci.ocaml.org:/data/.) && (set 'compile/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0'; HASH=$((sha256sum $1/content.tar \"$1/../page-1.0.0.odocl\" | sort | sha256sum | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
0.708560
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
COMPILE::c8cfd89b966b162b58bdd49692bce112b3ef1f0174b0e6fafb4560aa9769cf01
sha256sum: epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/ccc2a153856eaea3e51d2619f05348a6/bap-std/1.0.0/../page-1.0.0.odocl: No such file or directory
LINKED::53803c0ef289fc9e73a62ac7ae59f872bede125b8ceba1873b2209d6d2429681
2024-09-13 02:57.24 ---> saved as "6ad0633cc1b4f83a1bd6d422ba10eee02d9c046b1067ea6d4a3d7fae8eb4ddea"
Job succeeded
2024-09-13 03:04.41: Job succeeded