Build:
  1. 0
2024-03-27 17:05.31: New job: Voodoo do ipaddr.3.1.0; 225e7a200aab1e50b96eaafa2f68b23a
2024-03-27 17:05.31: Waiting for resource in pool OCluster
2024-03-27 18:27.36: Waiting for worker…
2024-03-27 18:30.18: Got resource from pool OCluster
2024-03-27 18:30.18: Using cache hint "docs-universe-compile-4.07.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.07@sha256:382a9f75fb71babd0b785feabd33ed815997ab6c7ef87eedb8536991462374e0)
         (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.07@sha256:382a9f75fb71babd0b785feabd33ed815997ab6c7ef87eedb8536991462374e0)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (workdir /home/opam/docs/)
 (run (shell "sudo chown opam:opam . "))
 (copy (from (build tools))
       (src /home/opam/odoc /home/opam/voodoo-do)
       (dst /home/opam/))
 (run (shell "mv ~/odoc $(opam config var bin)/odoc"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(for DATA in compile/p/base-threads/base,base-threads.base-d41d8cd98f00b204e9800998ecf8427e,base-threads.base compile/p/base-unix/base,base-unix.base-d41d8cd98f00b204e9800998ecf8427e,base-unix.base compile/u/636c8c81273746a2fb47b0034791c3a8/dune/3.13.0,dune.3.13.0-636c8c81273746a2fb47b0034791c3a8,dune.3.13.0 compile/u/bffe6329f0cee9b6176a4848a66340fc/jbuilder/1.0+beta20.2,jbuilder.1.0+beta20.2-bffe6329f0cee9b6176a4848a66340fc,jbuilder.1.0+beta20.2 compile/p/macaddr/3.1.0,macaddr.3.1.0-cca4212800b36837c7ccde5c956eb98e,macaddr.3.1.0 compile/p/ocaml/4.07.1,ocaml.4.07.1-1ce52ec135d903f6a7fd2b62117e9482,ocaml.4.07.1 compile/p/ocaml-base-compiler/4.07.1,ocaml-base-compiler.4.07.1-d41d8cd98f00b204e9800998ecf8427e,ocaml-base-compiler.4.07.1 compile/u/ec4c415aa1e29bc93cd33126ce9f59da/ocaml-config/1,ocaml-config.1-ec4c415aa1e29bc93cd33126ce9f59da,ocaml-config.1 compile/u/bffe6329f0cee9b6176a4848a66340fc/ocamlfind/1.9.6,ocamlfind.1.9.6-bffe6329f0cee9b6176a4848a66340fc,ocamlfind.1.9.6 compile/u/f3a288ccdf494f67cc10fe1bed57fe8f/sexplib0/v0.11.0,sexplib0.v0.11.0-f3a288ccdf494f67cc10fe1bed57fe8f,sexplib0.v0.11.0; do IFS=\",\"; set -- $DATA; rsync -aR docs.ci.ocaml.org:/data/./$1 .; done) && (rsync -aR docs.ci.ocaml.org:/data/./prep/universes/225e7a200aab1e50b96eaafa2f68b23a/ipaddr/3.1.0 .) && (find . -name '*.tar' -exec tar -xvf {} \\;)"))
 (run (shell "(mkdir -p compile/p/ipaddr/3.1.0) && (rm -f compile/packages.mld compile/page-packages.odoc compile/packages/*.mld compile/packages/*.odoc compile/packages/ipaddr/*.odoc)"))
 (run (shell "(OCAMLRUNPARAM=b opam exec -- /home/opam/voodoo-do -p ipaddr -b ) && (shopt -s nullglob && ((tar -cvf compile/p/ipaddr/3.1.0.tar compile/p/ipaddr/3.1.0/*  && rm -R compile/p/ipaddr/3.1.0/* && mv compile/p/ipaddr/3.1.0.tar compile/p/ipaddr/3.1.0/content.tar) || (echo 'Empty directory'))) && (mkdir -p linked && mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083 && mv linked epoch-55dd4fa21db83a5a988da67fb5854083/) && (mkdir -p epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ipaddr/3.1.0) && (shopt -s nullglob && ((tar -cvf epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ipaddr/3.1.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ipaddr/3.1.0/*  && rm -R epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ipaddr/3.1.0/* && mv epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ipaddr/3.1.0.tar epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ipaddr/3.1.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.064022') && (rsync -aR ./compile/p/ipaddr/3.1.0 ./epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ipaddr/ docs.ci.ocaml.org:/data/.) && (set 'compile/p/ipaddr/3.1.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"COMPILE:$2:$HASH\\n\";) && (set 'epoch-55dd4fa21db83a5a988da67fb5854083/linked/p/ipaddr/3.1.0'; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"LINKED:$2:$HASH\\n\";)"))
)
END-OF-SPEC

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

2024-03-27 18:30.18: RETRYING: 2024-03-27/170531-voodoo-do-199f8a Number of retries: 0 (retriable error condition)
Building on x86-bm-c18.sw.ocaml.org

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.07@sha256:382a9f75fb71babd0b785feabd33ed815997ab6c7ef87eedb8536991462374e0)
2024-03-27 18:26.08 ---> saved as "4b8056fac5d8d40fad7ef1d097bcc70ff1c767ef0f0424559c19945036ce6336"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-03-27 18:26.09 ---> saved as "abf5205580470c2e4ff4e95a91897f862502f77e0730f95c48a7fa46933cc732"

/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 [147 kB]
Fetched 251 kB in 1s (301 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 (10.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 ... 18743 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-03-27 18:26.16 ---> saved as "a4f6228e6c957eb60c54a9422124246fd0a312240c5db157fe996b85e52f7747"

/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

"/usr/bin/env" "bash" "-c" "opam pin -ny https://github.com/ocaml-doc/voodoo.git#dc54397f66abf95c964ea4de0f3a0ff2aec56efe && opam depext -iy voodoo-do" failed with exit status 137
2024-03-27 18:31.20: Job failed: Failed: Build failed