Build:
  1. 0
2024-08-27 15:46.22: New job: Voodoo prep zmq-lwt.5.3.0; 638c86a1947a3b3fb2443b352757503e
2024-08-27 15:46.22: Waiting for resource in pool OCluster
2024-08-27 18:31.37: Waiting for worker…
2024-08-27 18:48.10: Got resource from pool OCluster
2024-08-27 18:48.10: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
         (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 pkg-config"))
         (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#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.15.3 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy zmq-lwt.5.3.0 zmq.5.3.0 ocplib-endian.1.2 ocamlfind.1.9.6 lwt.5.7.0 dune-configurator.3.15.3 dune.3.15.3 csexp.1.5.2 cppo.1.6.9 conf-zmq.0.1 conf-pkg-config.3 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u zmq-lwt:638c86a1947a3b3fb2443b352757503e,zmq:1183d29189e417b5fff56451ed5ef361"))
 (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.166049') && (for DATA in prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0,zmq.5.3.0-1183d29189e417b5fff56451ed5ef361,zmq.5.3.0 prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0,zmq-lwt.5.3.0-638c86a1947a3b3fb2443b352757503e,zmq-lwt.5.3.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0,zmq.5.3.0-1183d29189e417b5fff56451ed5ef361,zmq.5.3.0 prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0,zmq-lwt.5.3.0-638c86a1947a3b3fb2443b352757503e,zmq-lwt.5.3.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0,zmq.5.3.0-1183d29189e417b5fff56451ed5ef361,zmq.5.3.0 prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0,zmq-lwt.5.3.0-638c86a1947a3b3fb2443b352757503e,zmq-lwt.5.3.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 76eb35c8a78a891c7e5e27b5c32316d7add1f52d --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-08-27 18:48.10: RETRYING: 2024-08-27/154622-voodoo-prep-ef2ada Number of retries: 0 (retriable error condition)
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
Updating files:  48% (15139/31368)
Updating files:  49% (15371/31368)
Updating files:  50% (15684/31368)
Updating files:  51% (15998/31368)
Updating files:  52% (16312/31368)
Updating files:  53% (16626/31368)
Updating files:  54% (16939/31368)
Updating files:  55% (17253/31368)
Updating files:  56% (17567/31368)
Updating files:  57% (17880/31368)
Updating files:  58% (18194/31368)
Updating files:  59% (18508/31368)
Updating files:  60% (18821/31368)
Updating files:  61% (19135/31368)
Updating files:  62% (19449/31368)
Updating files:  63% (19762/31368)
Updating files:  64% (20076/31368)
Updating files:  65% (20390/31368)
Updating files:  66% (20703/31368)
Updating files:  67% (21017/31368)
Updating files:  68% (21331/31368)
Updating files:  69% (21644/31368)
Updating files:  70% (21958/31368)
Updating files:  71% (22272/31368)
Updating files:  72% (22585/31368)
Updating files:  73% (22899/31368)
Updating files:  74% (23213/31368)
Updating files:  75% (23526/31368)
Updating files:  76% (23840/31368)
Updating files:  77% (24154/31368)
Updating files:  78% (24468/31368)
Updating files:  79% (24781/31368)
Updating files:  80% (25095/31368)
Updating files:  81% (25409/31368)
Updating files:  82% (25722/31368)
Updating files:  83% (26036/31368)
Updating files:  84% (26350/31368)
Updating files:  85% (26663/31368)
Updating files:  86% (26977/31368)
Updating files:  87% (27291/31368)
Updating files:  88% (27604/31368)
Updating files:  89% (27918/31368)
Updating files:  90% (28232/31368)
Updating files:  91% (28545/31368)
Updating files:  92% (28859/31368)
Updating files:  93% (29173/31368)
Updating files:  94% (29486/31368)
Updating files:  95% (29800/31368)
Updating files:  96% (30114/31368)
Updating files:  97% (30427/31368)
Updating files:  98% (30741/31368)
Updating files:  99% (31055/31368)
Updating files: 100% (31368/31368)
Updating files: 100% (31368/31368), done.
HEAD is now at 76eb35c8a7 extra-files are now extra-source

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a' locally
docker.io/ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a: Pulling from ocaml/opam
f063fe254241: Pulling fs layer
f063fe254241: Verifying Checksum
f063fe254241: Download complete
f063fe254241: Pull complete
Digest: sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
Status: Downloaded newer image for ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
2024-08-27 18:48.14 ---> using "7f1fc91569c4944f2a42384167d6a5257d51f4f823a2dc27fc5cd059b17040d7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-08-27 18:48.14 ---> using "bc3f29ea438c9e2614414d51ac62e10cee52d78977c2addbef0ed4c0d41b35c5" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
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 [179 kB]
Fetched 282 kB in 0s (890 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (7325 kB/s)
Selecting previously unselected package libpkgconf3: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 ... 18765 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u7) ...
2024-08-27 18:48.14 ---> using "614ec7772af9d76ed354c2eb70b7b3876f563f1ef6a7a4feb859ebe05e327dc0" 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#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[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#67ccabec49b5f4d24147839291fcae7c19d3e8c9
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#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (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#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (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#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (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#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (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-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed jsonm.1.0.2
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-27 18:48.14 ---> using "ceca5acc4e202d7b9cfcea94f9c2adea7ed720e26117286981a925f91c4d2338" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-08-27 18:48.14 ---> using "9a45712bf2660a9bc4b6657d5bcd781f9f0cae0573fdd83f035b20b3cbb42f72" from cache
2024-08-27 18:48.14 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a' locally
docker.io/ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a: Pulling from ocaml/opam
f063fe254241: Pulling fs layer
f063fe254241: Verifying Checksum
f063fe254241: Download complete
f063fe254241: Pull complete
Digest: sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
Status: Downloaded newer image for ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
2024-08-27 18:48.14 ---> using "7f1fc91569c4944f2a42384167d6a5257d51f4f823a2dc27fc5cd059b17040d7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-08-27 18:48.14 ---> using "bc3f29ea438c9e2614414d51ac62e10cee52d78977c2addbef0ed4c0d41b35c5" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-08-27 18:48.14 ---> using "e3f5da4bc36aaf6b25c398ac7eec585bac7e6c1717598971e405e46f7521bd10" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-08-27 18:48.16 ---> using "fe9230160fd0b2f3648feab4fc8e75232626fe730755efcd139feab1bc9db975" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-08-27 18:48.16 ---> using "076ad8ee8ee0c44eb7b23ee876ca7f771d0f736e5b68dbd09bc9fb4246602536" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /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.1, 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
2024-08-27 18:48.16 ---> using "6e73fad97c8395655c9b33be3a28d778ccda2b9d93ef9938c902975ccbc8cfe0" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 5.1. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 5.1 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-08-27 18:48.16 ---> using "8b25d4415246068b398028a0f6cd76df9b3574ba30099b8e165e53c6cedb0a0e" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-08-27 18:48.16 ---> using "386e7b52d8e43fbbe21699f9427d4d21ee8a6490a09e7775ed08c489938ea7d4" 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 install dune.3.15.3 ocamlfind.1.9.6"))
The following actions will be performed:
  - recompile ocaml-options-vanilla 1      [upstream or system changes]
  - recompile ocaml-base-compiler   5.1.1* [upstream or system changes]
  - recompile ocaml-config          3      [uses ocaml-base-compiler]
  - recompile ocaml                 5.1.1  [uses ocaml-base-compiler]
  - install   ocamlfind             1.9.6
  - install   dune                  3.15.3
  - recompile opam-depext           1.2.3  [uses ocaml]
  - recompile base-domains          base   [uses ocaml]
  - recompile base-nnp              base   [uses base-domains]
===== 2 to install | 7 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed ocaml-options-vanilla.1
-> retrieved dune.3.15.3  (cached)
-> retrieved ocaml-base-compiler.5.1.1  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.1.1
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.1.1
-> installed ocaml-base-compiler.5.1.1
-> installed ocaml-config.3
-> installed ocaml.5.1.1
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
-> installed ocamlfind.1.9.6
-> installed dune.3.15.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
# Run eval $(opam env) to update the current shell environment
2024-08-27 18:48.16 ---> using "07d7f511b0ab92c1b20599952d257621d68b71e643090c20cc19c534d9fc5a44" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy zmq-lwt.5.3.0 zmq.5.3.0 ocplib-endian.1.2 ocamlfind.1.9.6 lwt.5.7.0 dune-configurator.3.15.3 dune.3.15.3 csexp.1.5.2 cppo.1.6.9 conf-zmq.0.1 conf-pkg-config.3 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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 [179 kB]
Fetched 282 kB in 0s (1051 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
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
# The following system packages are needed:
libzmq3-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.15.3).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo              1.6.9
  - install csexp             1.5.2
  - install base-bytes        base
  - install conf-pkg-config   3
  - install dune-configurator 3.15.3
  - install ocplib-endian     1.2
  - install conf-zmq          0.1
  - install lwt               5.7.0
  - install zmq               5.3.0
  - install zmq-lwt           5.3.0
===== 10 to install =====

The following system packages will first need to be installed:
    libzmq3-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libzmq3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package comerr-dev: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 ... 18765 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.0-2_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.0-2) ...
- Selecting previously unselected package libnorm1:amd64.
- Preparing to unpack .../01-libnorm1_1.5.9+dfsg-2_amd64.deb ...
- Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ...
- Selecting previously unselected package libpgm-5.3-0:amd64.
- Preparing to unpack .../02-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ...
- Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
- Selecting previously unselected package libsodium23:amd64.
- Preparing to unpack .../03-libsodium23_1.0.18-1_amd64.deb ...
- Unpacking libsodium23:amd64 (1.0.18-1) ...
- Selecting previously unselected package libzmq5:amd64.
- Preparing to unpack .../04-libzmq5_4.3.4-6_amd64.deb ...
- Unpacking libzmq5:amd64 (4.3.4-6) ...
- Selecting previously unselected package libpgm-dev:amd64.
- Preparing to unpack .../05-libpgm-dev_5.3.128~dfsg-2_amd64.deb ...
- Unpacking libpgm-dev:amd64 (5.3.128~dfsg-2) ...
- Selecting previously unselected package libsodium-dev:amd64.
- Preparing to unpack .../06-libsodium-dev_1.0.18-1_amd64.deb ...
- Unpacking libsodium-dev:amd64 (1.0.18-1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../07-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../08-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../09-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../10-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../11-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libnorm-dev:amd64.
- Preparing to unpack .../12-libnorm-dev_1.5.9+dfsg-2_amd64.deb ...
- Unpacking libnorm-dev:amd64 (1.5.9+dfsg-2) ...
- Selecting previously unselected package libgssrpc4:amd64.
- Preparing to unpack .../13-libgssrpc4_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking libgssrpc4:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package libkdb5-10:amd64.
- Preparing to unpack .../14-libkdb5-10_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking libkdb5-10:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../15-libkadm5srv-mit12_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../16-libkadm5clnt-mit12_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../17-krb5-multidev_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../18-libkrb5-dev_1.20.1-2+deb12u2_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.20.1-2+deb12u2) ...
- Selecting previously unselected package libmd-dev:amd64.
- Preparing to unpack .../19-libmd-dev_1.0.4-2_amd64.deb ...
- Unpacking libmd-dev:amd64 (1.0.4-2) ...
- Selecting previously unselected package libbsd-dev:amd64.
- Preparing to unpack .../20-libbsd-dev_0.11.7-2_amd64.deb ...
- Unpacking libbsd-dev:amd64 (0.11.7-2) ...
- Selecting previously unselected package libzmq3-dev:amd64.
- Preparing to unpack .../21-libzmq3-dev_4.3.4-6_amd64.deb ...
- Unpacking libzmq3-dev:amd64 (4.3.4-6) ...
- Selecting previously unselected package cppzmq-dev:amd64.
- Preparing to unpack .../22-cppzmq-dev_4.9.0-1_amd64.deb ...
- Unpacking cppzmq-dev:amd64 (4.9.0-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../23-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../24-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../25-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../26-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libsodium23:amd64 (1.0.18-1) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
- Setting up libnorm1:amd64 (1.5.9+dfsg-2) ...
- Setting up libgssrpc4:amd64 (1.20.1-2+deb12u2) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libpgm-dev:amd64 (5.3.128~dfsg-2) ...
- Setting up comerr-dev:amd64 (2.1-1.47.0-2) ...
- Setting up icu-devtools (72.1-3) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libsodium-dev:amd64 (1.0.18-1) ...
- Setting up libmd-dev:amd64 (1.0.4-2) ...
- Setting up libicu-dev:amd64 (72.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libbsd-dev:amd64 (0.11.7-2) ...
- Setting up libkadm5clnt-mit12:amd64 (1.20.1-2+deb12u2) ...
- Setting up libkdb5-10:amd64 (1.20.1-2+deb12u2) ...
- Setting up libzmq5:amd64 (4.3.4-6) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libkadm5srv-mit12:amd64 (1.20.1-2+deb12u2) ...
- Setting up krb5-multidev:amd64 (1.20.1-2+deb12u2) ...
- Setting up libnorm-dev:amd64 (1.5.9+dfsg-2) ...
- Setting up libkrb5-dev:amd64 (1.20.1-2+deb12u2) ...
- Setting up libzmq3-dev:amd64 (4.3.4-6) ...
- Setting up cppzmq-dev:amd64 (4.9.0-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-zmq.0.1  (cached)
Processing  4/30:
Processing  5/30:
Processing  6/30:
Processing  7/30:
Processing  8/30: [conf-pkg-config: pkg-config]
-> installed base-bytes.base
Processing  9/30: [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.9  (cached)
Processing 10/30: [conf-pkg-config: pkg-config]
Processing 11/30: [conf-pkg-config: pkg-config] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 12/30: [conf-pkg-config: pkg-config] [cppo: dune build]
Processing 13/30: [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
-> retrieved dune-configurator.3.15.3  (cached)
Processing 14/30: [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 14/30: [cppo: dune build] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 15/30: [cppo: dune build] [csexp: dune build]
Processing 16/30: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> retrieved lwt.5.7.0  (cached)
Processing 17/30: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [csexp: dune build]
-> retrieved ocplib-endian.1.2  (cached)
-> compiled  csexp.1.5.2
Processing 17/30: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build]
-> installed csexp.1.5.2
Processing 18/30: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build]
Processing 19/30: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [cppo: dune build] [dune-configurator: rm]
-> retrieved zmq.5.3.0  (cached)
-> compiled  conf-zmq.0.1
Processing 19/30: [cppo: dune build] [dune-configurator: rm]
-> installed conf-zmq.0.1
Processing 20/30: [cppo: dune build] [dune-configurator: rm]
-> retrieved zmq-lwt.5.3.0  (cached)
Processing 20/30: [cppo: dune build] [dune-configurator: dune build]
-> compiled  cppo.1.6.9
Processing 20/30: [dune-configurator: dune build]
-> installed cppo.1.6.9
Processing 21/30: [dune-configurator: dune build]
Processing 22/30: [dune-configurator: dune build] [ocplib-endian: dune build]
-> compiled  ocplib-endian.1.2
Processing 22/30: [dune-configurator: dune build]
-> installed ocplib-endian.1.2
Processing 23/30: [dune-configurator: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "dune-configurator" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.15.3)
-> compiled  dune-configurator.3.15.3
-> installed dune-configurator.3.15.3
Processing 25/30: [lwt: dune exec]
Processing 26/30: [lwt: dune exec] [zmq: dune build]
Processing 26/30: [lwt: dune build] [zmq: dune build]
-> compiled  zmq.5.3.0
Processing 26/30: [lwt: dune build]
-> installed zmq.5.3.0
Processing 27/30: [lwt: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "lwt" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/lwt.5.7.0)
-> compiled  lwt.5.7.0
-> installed lwt.5.7.0
Processing 29/30: [zmq-lwt: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "zmq-lwt" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/zmq-lwt.5.3.0)
-> compiled  zmq-lwt.5.3.0
-> installed zmq-lwt.5.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-27 18:50.07 ---> saved as "2999873ec5616c0047e0ebf46581a677724a1d532bfdec5b3ef7623be3c70c1d"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u zmq-lwt:638c86a1947a3b3fb2443b352757503e,zmq:1183d29189e417b5fff56451ed5ef361"))
2024-08-27 18:50.08 ---> saved as "6f196500ccc526c1dcd1818b3fb90c91f2dcd6a02f21e5809cf51072541a1a12"

/home/opam: (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.166049') && (for DATA in prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0,zmq.5.3.0-1183d29189e417b5fff56451ed5ef361,zmq.5.3.0 prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0,zmq-lwt.5.3.0-638c86a1947a3b3fb2443b352757503e,zmq-lwt.5.3.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0,zmq.5.3.0-1183d29189e417b5fff56451ed5ef361,zmq.5.3.0 prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0,zmq-lwt.5.3.0-638c86a1947a3b3fb2443b352757503e,zmq-lwt.5.3.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0,zmq.5.3.0-1183d29189e417b5fff56451ed5ef361,zmq.5.3.0 prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0,zmq-lwt.5.3.0-638c86a1947a3b3fb2443b352757503e,zmq-lwt.5.3.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.166049
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/doc/
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/doc/zmq/
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/doc/zmq/CHANGES.md
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/doc/zmq/LICENSE.md
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/doc/zmq/README.md
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/zmq.ocamlobjinfo
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/META
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/deferred/
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/deferred/zmq_deferred.ocamlobjinfo
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/deferred/zmq_deferred.cmi
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/deferred/zmq_deferred.cmt
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/deferred/zmq_deferred__Deferred.cmi
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/deferred/zmq_deferred__Deferred.cmt
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/deferred/zmq_deferred__Socket.cmi
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/deferred/zmq_deferred__Socket.cmt
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/deferred/zmq_deferred__Socket.cmti
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/dune-package
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/zmq.cmi
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/zmq.cmt
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/lib/zmq/zmq.cmti
prep/universes/1183d29189e417b5fff56451ed5ef361/zmq/5.3.0/opam
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/doc/
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/doc/zmq-lwt/
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/doc/zmq-lwt/CHANGES.md
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/doc/zmq-lwt/LICENSE.md
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/doc/zmq-lwt/README.md
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/zmq_lwt.ocamlobjinfo
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/META
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/dune-package
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/zmq_lwt.cmi
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/zmq_lwt.cmt
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/zmq_lwt__.cmi
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/zmq_lwt__.cmt
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/zmq_lwt__Deferred.cmi
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/zmq_lwt__Deferred.cmt
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/lib/zmq-lwt/zmq_lwt__Deferred.cmti
prep/universes/638c86a1947a3b3fb2443b352757503e/zmq-lwt/5.3.0/opam
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
HASHES:zmq.5.3.0-1183d29189e417b5fff56451ed5ef361:938933d3eb90b3372c4574c8523be78550891695e0bb8bec2576dbdd868b69c0
HASHES:zmq-lwt.5.3.0-638c86a1947a3b3fb2443b352757503e:a4d6b8b54f41ac67325dca192f78dbddb293f9a5bcdfede74304e6a1ed3064b8
2024-08-27 18:50.10 ---> saved as "1ae10aa64b50ba7b1d5b67ee3bde7aea8321ea8281028eb880c309924b4db719"
Job succeeded
2024-08-27 18:50.17: zmq-lwt.5.3.0-638c86a1947a3b3fb2443b352757503e -> a4d6b8b54f41ac67325dca192f78dbddb293f9a5bcdfede74304e6a1ed3064b8
2024-08-27 18:50.17: zmq.5.3.0-1183d29189e417b5fff56451ed5ef361 -> 938933d3eb90b3372c4574c8523be78550891695e0bb8bec2576dbdd868b69c0
2024-08-27 18:50.17: Job succeeded