Build:
  1. 0
2025-02-18 00:01.10: New job: Voodoo do ppx_bap.v0.14.0; 9361cec5e25eb11d522a541f5b902fe6
2025-02-18 00:01.10: Waiting for resource in pool OCluster
2025-02-18 00:01.42: Waiting for worker…
2025-02-18 00:02.41: Got resource from pool OCluster
2025-02-18 00:02.41: 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:26c4cb10d9f0191a2f1d0bd7a061925d58277d1f4bdab532e954dc6f0999b92c)
         (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:26c4cb10d9f0191a2f1d0bd7a061925d58277d1f4bdab532e954dc6f0999b92c)
 (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/9361cec5e25eb11d522a541f5b902fe6/ppx_bap/v0.14.0 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/p/ppx_bap/v0.14.0) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/ppx_bap/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do --failed -p ppx_bap -b ) && (shopt -s nullglob && ((tar -cvf compile/p/ppx_bap/v0.14.0.tar compile/p/ppx_bap/v0.14.0/*  && rm -R compile/p/ppx_bap/v0.14.0/* && mv compile/p/ppx_bap/v0.14.0.tar compile/p/ppx_bap/v0.14.0/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.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.886398') && (rsync -aR ./compile/p/ppx_bap/v0.14.0 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/ppx_bap/v0.14.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0'; HASH=$((sha256sum $1/content.tar \"$1/../page-v0.14.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-18 00:02.41: RETRYING: 2025-02-18/000110-voodoo-do-56b29a Number of retries: 0 (retriable error condition)
Building on x86-bm-c6.sw.ocaml.org

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.12@sha256:26c4cb10d9f0191a2f1d0bd7a061925d58277d1f4bdab532e954dc6f0999b92c)
2025-02-18 00:02.56 ---> saved as "31e15ca088e8e4d79286a6b51d0e961e24f5b28e1f6fb39af5784022e1cb46cd"

/: (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.

Continue? [y/n] y
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.

[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-02-18 00:04.02 ---> saved as "9798cf3cdc024d3f9378515dc41de60a907745175b7966f2dce8e9089813b067"

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-02-18 00:04.02 ---> saved as "a64b92ae8c0c7bf406471cb174bda6836fc213c80f35c6cd682dc1becfba1b3e"

/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 [246 kB]
Fetched 349 kB in 0s (1250 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  m4
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 287 kB of archives.
After this operation, 686 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 287 kB in 0s (14.0 MB/s)
Selecting previously unselected package m4.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 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-18 00:04.05 ---> saved as "93f472bf046f99225aaf3b5dbc03e23d7a90e089687716f50d52d5e362286f5f"

/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.8        [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 bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved base.v0.15.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.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.8  (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 odoc.2.4.4, odoc-parser.2.4.4  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> installed ocamlbuild.0.15.0
-> retrieved yojson.2.2.2  (cached)
-> retrieved voodoo-lib.dev  (no changes)
-> retrieved voodoo-do.dev  (no changes)
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.17.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.3.3.1
-> installed re.1.12.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 odoc.2.4.4
-> installed sexplib.v0.15.1
-> installed voodoo-lib.dev
-> installed voodoo-do.dev
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-18 00:05.13 ---> saved as "3545ea442772ae846348a1ffcbe0a08c5731977f11f5a47d53376ce9cac1d84c"

/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-18 00:05.13 ---> saved as "c26cd3b3e8bfec11aa421ab39645544997ed075e936a0e6f622cbfa9526b88e0"
2025-02-18 00:05.13 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.12@sha256:26c4cb10d9f0191a2f1d0bd7a061925d58277d1f4bdab532e954dc6f0999b92c)
2025-02-18 00:05.13 ---> using "31e15ca088e8e4d79286a6b51d0e961e24f5b28e1f6fb39af5784022e1cb46cd" 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.

Continue? [y/n] y
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.

[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-02-18 00:05.13 ---> using "9798cf3cdc024d3f9378515dc41de60a907745175b7966f2dce8e9089813b067" from cache

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-02-18 00:05.13 ---> using "a64b92ae8c0c7bf406471cb174bda6836fc213c80f35c6cd682dc1becfba1b3e" from cache

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

/home/opam/docs/: (run (shell "sudo chown opam:opam . "))
2025-02-18 00:05.13 ---> saved as "413238d5a8439f2a825b8d11c55db28b15b741147b02eacd699a93b4808dd414"

/home/opam/docs/: (copy (from (build tools))
                        (src /home/opam/odoc /home/opam/voodoo-do)
                        (dst /home/opam/))
2025-02-18 00:05.14 ---> saved as "24212c1db52062d9676b19c868023d89e624e95b8a7c11f102d581e96706dd56"

/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-18 00:05.14 ---> saved as "6066c97f96fe2d9468adab45a87cd4fbb283aa41ba8602c6c47cb96f4c7a2db8"

/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/9361cec5e25eb11d522a541f5b902fe6/ppx_bap/v0.14.0 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
prep/universes/9361cec5e25eb11d522a541f5b902fe6/ppx_bap/v0.14.0/opam
prep/universes/9361cec5e25eb11d522a541f5b902fe6/ppx_bap/v0.14.0/opam.err.log
2025-02-18 00:05.15 ---> saved as "da3874734a4f655d6c8166937e616ddfb9870d1ee1383176a6ad7ea54ce622b6"

/home/opam/docs/: (run (shell "(mkdir -p compile/p/ppx_bap/v0.14.0) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/ppx_bap/*.odoc)"))
2025-02-18 00:05.15 ---> saved as "b277095466f48107d52ecf3fdf5668998c5d9de516627cb83ca313cdce9d69a6"

/home/opam/docs/: (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do --failed -p ppx_bap -b ) && (shopt -s nullglob && ((tar -cvf compile/p/ppx_bap/v0.14.0.tar compile/p/ppx_bap/v0.14.0/*  && rm -R compile/p/ppx_bap/v0.14.0/* && mv compile/p/ppx_bap/v0.14.0.tar compile/p/ppx_bap/v0.14.0/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.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 ./p.mld -o compile/page-p.odoc --child
                   page-"ppx_bap"
compile command: odoc compile ./ppx_bap.mld -o compile/p/page-ppx_bap.odoc
                   --parent page-"p" -I compile --child page-"v0.14.0"
File "./ppx_bap.mld", line 2, characters 18-19:
Warning: Child label is not allowed in the last component of a reference path.
Suggestion: 'child-0' should be first.
compile command: odoc compile ./v0.14.0.mld -o
                   compile/p/ppx_bap/page-v0.14.0.odoc --parent
                   page-"ppx_bap" -I compile/p --child page-"doc"
compile command: odoc compile ./doc.mld -o
                   compile/p/ppx_bap/v0.14.0/page-doc.odoc --parent
                   page-"v0.14.0" -I compile/p/ppx_bap --child page-"dummy"
No children
File "compile/p/ppx_bap/v0.14.0/page-doc.odoc":
Warning: Failed to lookup child page dummy
0 other files to copy
dst: linked/p/ppx_bap/v0.14.0/doc/opam
compile/p/ppx_bap/v0.14.0/doc/
compile/p/ppx_bap/v0.14.0/doc/index.m
compile/p/ppx_bap/v0.14.0/page-doc.odoc
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0/doc/
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0/doc/opam
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0/failed
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0/package.json
epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0/page-doc.odocl
2025-02-18 00:05.15 ---> saved as "36a47145f2de7fee9c9026e03c66f3ee02c457770bcb441715059b4e94b19c9d"

/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.886398') && (rsync -aR ./compile/p/ppx_bap/v0.14.0 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/ppx_bap/v0.14.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0'; HASH=$((sha256sum $1/content.tar \"$1/../page-v0.14.0.odocl\" | sort | sha256sum | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
0.886398
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
COMPILE::5857c69062d79b4fad1aa4ec5e3e1fc21681694ab178ae4afbcba363c39fbca9
sha256sum: epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ppx_bap/v0.14.0/../page-v0.14.0.odocl: No such file or directory
LINKED::cf55a439d81e07608dc55d1e5a329ba0a442b04daa6e1404c86a9ad97825a0ce
2025-02-18 00:05.16 ---> saved as "5983bf5c39c5b8483b813a32b7d0d924dd855794da206e119134a0d619acdad4"
Job succeeded
2025-02-18 00:05.16: Job succeeded