Build:
- 0
2025-02-06 05:20.14: New job: Voodoo do bap-relation.2.4.0; 6796291a7981fd0c8ecb6003cfdde058 2025-02-06 05:20.14: Waiting for resource in pool OCluster 2025-02-06 05:33.21: Waiting for worker… 2025-02-06 05:34.23: Got resource from pool OCluster 2025-02-06 05:34.23: Using cache hint "docs-universe-compile-4.12.1" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.12@sha256:75899e8dbaa888edbbd9302949769ff52eab87d215376beae573127ec03ad944) (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 (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 install -y 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.12@sha256:75899e8dbaa888edbbd9302949769ff52eab87d215376beae573127ec03ad944) (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 /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/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)")) (run (shell "(mkdir -p compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/bap-relation/*.odoc)")) (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do --failed -p bap-relation ) && (shopt -s nullglob && ((tar -cvf compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0.tar compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/* && rm -R compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/* && mv compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0.tar compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/* && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.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.389168') && (rsync -aR ./compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/ docs.ci.ocaml.org:/data/.) && (set 'compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0'; HASH=$((sha256sum $1/content.tar \"$1/../page-2.4.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.12.1 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2025-02-06 05:34.23: RETRYING: 2025-02-06/052014-voodoo-do-319e93 Number of retries: 0 (retriable error condition) Building on x86-bm-c3.sw.ocaml.org (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.12@sha256:75899e8dbaa888edbbd9302949769ff52eab87d215376beae573127ec03ad944) 2025-02-06 05:34.23 ---> using "bd61e06258d8bfc0e83d9a988e26ccae3833db9328099a2ce2507a79ce923a3c" 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] synchronised from file:///home/opam/opam-repository 2025-02-06 05:34.23 ---> using "1b711dfbdd5ae83b8fcd90a2f14d6087c2d306e6a27e6aaa8695a55a0a053b3f" from cache /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2025-02-06 05:34.23 ---> using "0b665ba8be9d5729f4640d3aa9cfa6158860128f3cadb7f56db14c4aced5ce87" from cache /home/opam: (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4")) Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [243 kB] Fetched 346 kB in 0s (1384 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 (15.2 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 ... 18745 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) ... 2025-02-06 05:34.23 ---> using "3c25831dd3cd7fcd69d5c9a57312aedde404a99c15fae8709fd27c31d08e7eab" 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 install -y voodoo-do")) This will pin the following packages: voodoo-do, voodoo-gen, voodoo-lib, voodoo-prep. Continue? [y/n] y Package voodoo-do does not exist, create as a NEW package? [y/n] y voodoo-do 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 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 is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (version dev) Package voodoo-prep does not exist, create as a NEW package? [y/n] y voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe (version dev) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [voodoo-do.dev] synchronised (no changes) The following actions will be performed: === install 32 packages - install astring 0.8.5 [required by voodoo-do] - install base v0.15.1 [required by parsexp] - install bos 0.2.1 [required by voodoo-do] - install camlp-streams 5.0.1 [required by odoc-parser] - install cmdliner 1.3.0 [required by voodoo-do] - install cppo 1.8.0 [required by odoc] - install crunch 3.3.1 [required by odoc] - install csexp 1.5.2 [required by dune-configurator] - install dune 3.17.2 [required by voodoo-do] - install dune-configurator 3.17.2 [required by base] - install fmt 0.9.0 [required by bos, odoc] - install fpath 0.7.3 [required by odoc, bos, voodoo-lib] - install logs 0.7.0 [required by bos] - install num 1.5-1 [required by sexplib] - install ocamlbuild 0.15.0 [required by astring, bos] - install ocamlfind 1.9.6 [required by astring, bos] - install odoc 2.4.4 [required by voodoo-do] - install odoc-parser 2.4.4 [required by odoc] - install parsexp v0.15.0 [required by sexplib] - install ptime 1.2.0 [required by crunch] - install re 1.12.0 [required by tyxml] - install result 1.5 [required by odoc] - install rresult 0.7.0 [required by bos] - install seq base [required by tyxml, yojson] - install sexplib v0.15.1 [required by voodoo-lib] - install sexplib0 v0.15.1 [required by sexplib] - install topkg 1.0.7 [required by astring, bos] - install tyxml 4.6.0 [required by odoc] - install uutf 1.0.3 [required by tyxml] - install voodoo-do dev (pinned) - install voodoo-lib dev (pinned) [required by voodoo-do] - install yojson 2.2.2 [required by voodoo-do] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.15.1 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved crunch.3.3.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved parsexp.v0.15.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved result.1.5 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib.v0.15.1 (cached) -> retrieved sexplib0.v0.15.1 (cached) -> retrieved odoc.2.4.4, odoc-parser.2.4.4 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved yojson.2.2.2 (cached) -> installed cmdliner.1.3.0 -> installed num.1.5-1 -> installed ocamlbuild.0.15.0 -> retrieved voodoo-do.dev (no changes) -> retrieved voodoo-lib.dev (no changes) -> installed ocamlfind.1.9.6 -> installed topkg.1.0.7 -> installed rresult.0.7.0 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed logs.0.7.0 -> installed fpath.0.7.3 -> installed bos.0.2.1 -> installed dune.3.17.2 -> installed csexp.1.5.2 -> installed camlp-streams.5.0.1 -> installed crunch.3.3.1 -> installed re.1.12.0 -> installed cppo.1.8.0 -> installed result.1.5 -> installed sexplib0.v0.15.1 -> installed yojson.2.2.2 -> installed odoc-parser.2.4.4 -> installed dune-configurator.3.17.2 -> installed tyxml.4.6.0 -> installed base.v0.15.1 -> installed parsexp.v0.15.0 -> installed sexplib.v0.15.1 -> installed odoc.2.4.4 -> installed voodoo-lib.dev -> installed voodoo-do.dev Done. # To update the current shell environment, run: eval $(opam env) 2025-02-06 05:34.23 ---> using "9235b33a4b14b911fe71f16c5915b553db7a182d32ec426ce9317332546d19ea" from cache /home/opam: (run (shell "cp $(opam config var bin)/odoc $(opam config var bin)/voodoo-do /home/opam")) [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-02-06 05:34.23 ---> using "84f499894a526dac3a4294815536453c068215eabd4b9a77940794527029b45a" from cache 2025-02-06 05:34.23 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.12@sha256:75899e8dbaa888edbbd9302949769ff52eab87d215376beae573127ec03ad944) 2025-02-06 05:34.23 ---> using "bd61e06258d8bfc0e83d9a988e26ccae3833db9328099a2ce2507a79ce923a3c" 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] synchronised from file:///home/opam/opam-repository 2025-02-06 05:34.23 ---> using "1b711dfbdd5ae83b8fcd90a2f14d6087c2d306e6a27e6aaa8695a55a0a053b3f" from cache /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2025-02-06 05:34.23 ---> using "0b665ba8be9d5729f4640d3aa9cfa6158860128f3cadb7f56db14c4aced5ce87" from cache /home/opam: (workdir /home/opam/docs/) /home/opam/docs/: (run (shell "sudo chown opam:opam . ")) 2025-02-06 05:34.23 ---> using "00caffa3ccaa5b3e35332f14d6965b56347147d0a6380eb179924d2de634f2fb" from cache /home/opam/docs/: (copy (from (build tools)) (src /home/opam/odoc /home/opam/voodoo-do) (dst /home/opam/)) 2025-02-06 05:34.23 ---> using "d6c0ef66b5001274f646fe170c347a08918ecda8c7cf3aa57dc897c5db6eac9c" from cache /home/opam/docs/: (run (shell "mv ~/odoc $(opam config var bin)/odoc")) [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-02-06 05:34.23 ---> using "eefb40e479d572a60d1a394025f3952f68750c0807ba8ba96d56c289e0e6dc0a" 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/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)")) Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. prep/universes/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/opam prep/universes/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/opam.err.log 2025-02-06 05:34.24 ---> saved as "d634fd1d6baad273073699b98b7fb98b8505991d6bbb09b4c326bf2df96ae79f" /home/opam/docs/: (run (shell "(mkdir -p compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/bap-relation/*.odoc)")) 2025-02-06 05:34.24 ---> saved as "56bb4d785475a0a2dfc337617555d8bf6321c6d662e88bf9a6da13207ed35208" /home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do --failed -p bap-relation ) && (shopt -s nullglob && ((tar -cvf compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0.tar compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/* && rm -R compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/* && mv compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0.tar compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/* && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/content.tar) || (echo 'Empty directory')))")) found archive_names: [] found archive_names: [] Found no other pages Found error log (293 bytes) libraries: [] compile command: odoc compile ./u.mld -o compile/page-u.odoc --child page-"6796291a7981fd0c8ecb6003cfdde058" compile command: odoc compile ./6796291a7981fd0c8ecb6003cfdde058.mld -o compile/u/page-6796291a7981fd0c8ecb6003cfdde058.odoc --parent page-"u" -I compile --child page-"bap-relation" File "./6796291a7981fd0c8ecb6003cfdde058.mld", line 2, characters 12-24: Warning: Unknown reference qualifier 'bap'. compile command: odoc compile ./bap-relation.mld -o compile/u/6796291a7981fd0c8ecb6003cfdde058/page-bap-relation.odoc --parent page-"6796291a7981fd0c8ecb6003cfdde058" -I compile/u --child page-"2.4.0" File "./bap-relation.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 ./2.4.0.mld -o compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/page-2.4.0.odoc --parent page-"bap-relation" -I compile/u/6796291a7981fd0c8ecb6003cfdde058 --child page-"doc" compile command: odoc compile ./doc.mld -o compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/page-doc.odoc --parent page-"2.4.0" -I compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation --child page-"dummy" No children File "compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/page-doc.odoc": Warning: Failed to lookup child page dummy 0 other files to copy dst: linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/doc/opam compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/doc/ compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/doc/index.m compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/page-doc.odoc epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/doc/ epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/doc/opam epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/failed epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/package.json epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/page-doc.odocl 2025-02-06 05:34.25 ---> saved as "b60b385a9e3afce7d80ea55ffe52ac46962ff45483211d2f7b5b042eaf098144" /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.389168') && (rsync -aR ./compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/ docs.ci.ocaml.org:/data/.) && (set 'compile/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0'; HASH=$((sha256sum $1/content.tar \"$1/../page-2.4.0.odocl\" | sort | sha256sum | cut -d \" \" -f 1) || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)")) 0.389168 Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. COMPILE::74f06ce61772b03527bf27f87b40b8b4e9ed54bc64255e9d6a3159de3e9c5379 sha256sum: epoch-55dd4fa21db83a5a988da67fb5854083/linked/u/6796291a7981fd0c8ecb6003cfdde058/bap-relation/2.4.0/../page-2.4.0.odocl: No such file or directory LINKED::fb95acd5f31b5dd5f4a20b4f75ba46e2a07dcbc2037f5c77c5f0c59e4211cfe4 2025-02-06 05:34.25 ---> saved as "be0fc1cead0735035d8e21957d89d6e1f823ea676fb968e89f25863a3789800a" Job succeeded 2025-02-06 05:34.26: Job succeeded