Build:
  1. 0
2024-05-17 13:37.55: New job: Voodoo prep protocell.1.0.0; c56d1c700b00aaa291bc80c8ffe38445
2024-05-17 13:37.55: Connecting to build cluster…
2024-05-17 13:37.55: Waiting for resource in pool OCluster
2024-05-17 13:39.39: Waiting for worker…
2024-05-17 13:59.03: Got resource from pool OCluster
2024-05-17 13:59.03: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
         (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:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
 (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.2 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 protocell.1.0.0 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 result.1.5 ppxlib.0.32.1 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 dune-configurator.3.15.2 dune.3.15.2 csexp.1.5.2 cppo.1.6.9 conf-bash.1 base-bytes.base base.v0.16.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u protocell:c56d1c700b00aaa291bc80c8ffe38445,ppx_deriving:abd4b01532f9a6b03f00f1d760b8eb53"))
 (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.733268') && (for DATA in prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1,ppx_deriving.5.2.1-abd4b01532f9a6b03f00f1d760b8eb53,ppx_deriving.5.2.1 prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0,protocell.1.0.0-c56d1c700b00aaa291bc80c8ffe38445,protocell.1.0.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/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1,ppx_deriving.5.2.1-abd4b01532f9a6b03f00f1d760b8eb53,ppx_deriving.5.2.1 prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0,protocell.1.0.0-c56d1c700b00aaa291bc80c8ffe38445,protocell.1.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1,ppx_deriving.5.2.1-abd4b01532f9a6b03f00f1d760b8eb53,ppx_deriving.5.2.1 prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0,protocell.1.0.0-c56d1c700b00aaa291bc80c8ffe38445,protocell.1.0.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 56e67b7118819a043915b6dbe30d9c64e6fc5cfc --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-05-17 13:59.03: RETRYING: 2024-05-17/133755-voodoo-prep-0e8128 Number of retries: 0 (retriable error condition)
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
Updating files:  73% (24671/33696)
Updating files:  74% (24936/33696)
Updating files:  75% (25272/33696)
Updating files:  76% (25609/33696)
Updating files:  77% (25946/33696)
Updating files:  78% (26283/33696)
Updating files:  79% (26620/33696)
Updating files:  80% (26957/33696)
Updating files:  81% (27294/33696)
Updating files:  82% (27631/33696)
Updating files:  83% (27968/33696)
Updating files:  84% (28305/33696)
Updating files:  85% (28642/33696)
Updating files:  86% (28979/33696)
Updating files:  87% (29316/33696)
Updating files:  88% (29653/33696)
Updating files:  89% (29990/33696)
Updating files:  90% (30327/33696)
Updating files:  91% (30664/33696)
Updating files:  92% (31001/33696)
Updating files:  93% (31338/33696)
Updating files:  94% (31675/33696)
Updating files:  95% (32012/33696)
Updating files:  96% (32349/33696)
Updating files:  97% (32686/33696)
Updating files:  98% (33023/33696)
Updating files:  99% (33360/33696)
Updating files: 100% (33696/33696)
Updating files: 100% (33696/33696), done.
HEAD is now at 56e67b7118 `protocell` version bounds

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
2024-05-17 13:55.24 ---> using "21c8a5b61b5cb4edf66f4190bf5c4b0e52bef7327a05c34de6f8342edd793c57" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-05-17 13:55.24 ---> using "46e86ad6c91a7732e8a7ff32712bee397c6e462e5217d61d9842ae07d5bb5e2c" 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 [156 kB]
Fetched 259 kB in 0s (989 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 1 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 (14.9 MB/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 ... 18766 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-05-17 13:55.24 ---> using "efd532a61c81b7400895116d75dd48de3e2df13e2c011e2b49ee47c397bdcfe7" 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.14.3 [required by bos]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install dune             3.15.2 [required by voodoo-prep]
  - install topkg            1.0.7  [required by bos]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install re               1.11.0 [required by opam-format]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [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 ocamlgraph       2.1.0  [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.1.5  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.15.2] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] 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.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed re.1.11.0
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-17 13:55.24 ---> using "86127708139d2d172202f772d6c036323f086431cacbaa6c4a31bf2950cbd98e" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-05-17 13:55.24 ---> using "788dec576c57618a4cc15948e396d930abd9675164f1af5c1581ac65f2bc31f5" from cache
2024-05-17 13:55.24 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
2024-05-17 13:55.24 ---> using "21c8a5b61b5cb4edf66f4190bf5c4b0e52bef7327a05c34de6f8342edd793c57" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-05-17 13:55.24 ---> using "46e86ad6c91a7732e8a7ff32712bee397c6e462e5217d61d9842ae07d5bb5e2c" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-05-17 13:55.24 ---> using "ab330ec315986f22005650272d934940278d598a2dcb280c0888bd32672bfe8d" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-05-17 13:55.37 ---> saved as "b5ef9c4c757d4aba5e16ed68d372781e542f8a4929f8157a126f064e8657aa61"

/home/opam: (copy (src repo) (dst /src/repo))
2024-05-17 13:55.37 ---> saved as "506a021005259a5a49aa2a34e3abbe2aeaca8dc5df64597083df921c2acda78c"

/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 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-05-17 13:56.59 ---> saved as "44c7265b46866a2c798fcd8748aa8aa0d3d6cb032d979853938e93b37e9339ad"

/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-05-17 13:57.23 ---> saved as "fc3446d3a0d0b07069ed6ca8681d89bd24ba5310413d8b68f6d644ebe6563837"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-05-17 13:57.23 ---> saved as "d4ada0b9e1e0b518c284d14a741b5d3024e1bf6a8aef6400e15f9585ffcbcf2c"

/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.2 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.15.2
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-17 13:58.10 ---> saved as "4bd02ddff25c25511972bef75ebe2f73a8156d997e885cad6f1ada3222adbf7f"

/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 protocell.1.0.0 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 result.1.5 ppxlib.0.32.1 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 dune-configurator.3.15.2 dune.3.15.2 csexp.1.5.2 cppo.1.6.9 conf-bash.1 base-bytes.base base.v0.16.3 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 [156 kB]
Fetched 259 kB in 0s (807 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 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

<><> Carrying on to "opam depext -viy protocell.1.0.0 stdlib-shims.0.3.0 stdio.v0.16.0 sexplib0.v0.16.0 result.1.5 ppxlib.0.32.1 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 dune-configurator.3.15.2 dune.3.15.2 csexp.1.5.2 cppo.1.6.9 conf-bash.1 base-bytes.base base.v0.16.3" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libprotoc-dev
protobuf-compiler
[NOTE] Package dune is already installed (current version is 3.15.2).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo                1.6.9
  - install ppx_derivers        1.2.1
  - install result              1.5
  - install csexp               1.5.2
  - install ocaml-compiler-libs v0.12.4
  - install base-bytes          base
  - install conf-bash           1
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install dune-configurator   3.15.2
  - install ocplib-endian       1.2
  - install ppxlib              0.32.1
  - install base                v0.16.3
  - install ppx_deriving        5.2.1
  - install stdio               v0.16.0
  - install protocell           1.0.0
===== 16 to install =====

The following system packages will first need to be installed:
    libprotoc-dev protobuf-compiler

<><> 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" "libprotoc-dev" "protobuf-compiler"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package zlib1g-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 ... 18766 files and directories currently installed.)
- Preparing to unpack .../0-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libprotobuf32:amd64.
- Preparing to unpack .../1-libprotobuf32_3.21.12-3_amd64.deb ...
- Unpacking libprotobuf32:amd64 (3.21.12-3) ...
- Selecting previously unselected package libprotobuf-lite32:amd64.
- Preparing to unpack .../2-libprotobuf-lite32_3.21.12-3_amd64.deb ...
- Unpacking libprotobuf-lite32:amd64 (3.21.12-3) ...
- Selecting previously unselected package libprotobuf-dev:amd64.
- Preparing to unpack .../3-libprotobuf-dev_3.21.12-3_amd64.deb ...
- Unpacking libprotobuf-dev:amd64 (3.21.12-3) ...
- Selecting previously unselected package libprotoc32:amd64.
- Preparing to unpack .../4-libprotoc32_3.21.12-3_amd64.deb ...
- Unpacking libprotoc32:amd64 (3.21.12-3) ...
- Selecting previously unselected package libprotoc-dev:amd64.
- Preparing to unpack .../5-libprotoc-dev_3.21.12-3_amd64.deb ...
- Unpacking libprotoc-dev:amd64 (3.21.12-3) ...
- Selecting previously unselected package protobuf-compiler.
- Preparing to unpack .../6-protobuf-compiler_3.21.12-3_amd64.deb ...
- Unpacking protobuf-compiler (3.21.12-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libprotobuf32:amd64 (3.21.12-3) ...
- Setting up libprotobuf-lite32:amd64 (3.21.12-3) ...
- Setting up libprotoc32:amd64 (3.21.12-3) ...
- Setting up protobuf-compiler (3.21.12-3) ...
- Setting up libprotobuf-dev:amd64 (3.21.12-3) ...
- Setting up libprotoc-dev:amd64 (3.21.12-3) ...
- Processing triggers for libc-bin (2.36-9+deb12u7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/48:
Processing  2/48:
Processing  3/48:
Processing  4/48:
Processing  5/48:
Processing  6/48:
Processing  7/48: [conf-bash: bash]
-> installed base-bytes.base
Processing  8/48: [conf-bash: bash]
-> retrieved base.v0.16.3  (cached)
Processing  9/48: [conf-bash: bash]
-> retrieved cppo.1.6.9  (cached)
Processing 10/48: [conf-bash: bash]
Processing 11/48: [conf-bash: bash] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 12/48: [conf-bash: bash] [cppo: dune build]
Processing 13/48: [conf-bash: bash] [cppo: dune build] [csexp: dune build]
- GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- 
- This is free software; you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
-> compiled  conf-bash.1
Processing 13/48: [cppo: dune build] [csexp: dune build]
-> installed conf-bash.1
Processing 14/48: [cppo: dune build] [csexp: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 15/48: [cppo: dune build] [csexp: dune build]
Processing 16/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocplib-endian.1.2  (cached)
Processing 17/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 18/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
Processing 19/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving.5.2.1  (cached)
Processing 20/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved protocell.1.0.0  (cached)
Processing 21/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 22/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 23/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 24/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 25/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved stdio.v0.16.0  (cached)
Processing 26/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 27/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved ppxlib.0.32.1  (cached)
-> compiled  ppx_derivers.1.2.1
Processing 27/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 28/48: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  csexp.1.5.2
Processing 28/48: [cppo: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed csexp.1.5.2
Processing 29/48: [cppo: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  result.1.5
Processing 29/48: [cppo: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed result.1.5
Processing 30/48: [cppo: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 30/48: [cppo: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 31/48: [cppo: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> retrieved dune-configurator.3.15.2  (cached)
Processing 32/48: [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> compiled  cppo.1.6.9
Processing 32/48: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> installed cppo.1.6.9
Processing 33/48: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
Processing 34/48: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ocplib-endian: dune build] [sexplib0: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 34/48: [dune-configurator: rm] [ocplib-endian: dune build] [sexplib0: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 35/48: [dune-configurator: rm] [ocplib-endian: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.16.0
Processing 35/48: [dune-configurator: rm] [ocplib-endian: dune build]
-> installed sexplib0.v0.16.0
Processing 36/48: [dune-configurator: rm] [ocplib-endian: dune build]
Processing 37/48: [dune-configurator: rm] [ocplib-endian: dune build] [ppxlib: dune build]
Processing 37/48: [dune-configurator: dune build] [ocplib-endian: dune build] [ppxlib: dune build]
-> compiled  ocplib-endian.1.2
Processing 37/48: [dune-configurator: dune build] [ppxlib: dune build]
-> installed ocplib-endian.1.2
Processing 38/48: [dune-configurator: dune build] [ppxlib: dune build]
-> compiled  dune-configurator.3.15.2
Processing 38/48: [ppxlib: dune build]
-> installed dune-configurator.3.15.2
Processing 39/48: [ppxlib: dune build]
Processing 40/48: [base: dune build] [ppxlib: dune build]
-> compiled  base.v0.16.3
Processing 40/48: [ppxlib: dune build]
-> installed base.v0.16.3
Processing 41/48: [ppxlib: dune build]
Processing 42/48: [ppxlib: dune build] [stdio: dune build]
-> compiled  stdio.v0.16.0
Processing 42/48: [ppxlib: dune build]
-> installed stdio.v0.16.0
Processing 43/48: [ppxlib: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppxlib" "-j" "31" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppxlib.0.32.1)
-> compiled  ppxlib.0.32.1
-> installed ppxlib.0.32.1
Processing 45/48: [ppx_deriving: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_deriving" "-j" "31" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_deriving.5.2.1)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -w -27-9 -g -bin-annot -I src/api/.ppx_deriving_api.objs/byte -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.1/lib/ppx_derivers -I /home/opam/.opam/5.1/lib/ppxlib -I /home/opam/.opam/5.1/lib/ppxlib/ast -I /home/opam/.opam/5.1/lib/ppxlib/astlib -I /home/opam/.opam/5.1/lib/ppxlib/print_diff -I /home/opam/.opam/5.1/lib/ppxlib/stdppx -I /home/opam/.opam/5.1/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.1/lib/result -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/api/.ppx_deriving_api.objs/byte/ppx_deriving.cmo -c -impl src/api/ppx_deriving.pp.ml)
- File "ppx_deriving.cppo.ml", line 183, characters 2-16:
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -w -27-9 -g -I src/api/.ppx_deriving_api.objs/byte -I src/api/.ppx_deriving_api.objs/native -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.1/lib/ppx_derivers -I /home/opam/.opam/5.1/lib/ppxlib -I /home/opam/.opam/5.1/lib/ppxlib/ast -I /home/opam/.opam/5.1/lib/ppxlib/astlib -I /home/opam/.opam/5.1/lib/ppxlib/print_diff -I /home/opam/.opam/5.1/lib/ppxlib/stdppx -I /home/opam/.opam/5.1/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.1/lib/result -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/api/.ppx_deriving_api.objs/native/ppx_deriving.cmx -c -impl src/api/ppx_deriving.pp.ml)
- File "ppx_deriving.cppo.ml", line 183, characters 2-16:
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
-> compiled  ppx_deriving.5.2.1
-> installed ppx_deriving.5.2.1
Processing 47/48: [protocell: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "protocell" "-j" "31" (CWD=/home/opam/.opam/5.1/.opam-switch/build/protocell.1.0.0)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/runtime/.runtime.objs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/ocplib-endian -I /home/opam/.opam/5.1/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Runtime__ -o src/runtime/.runtime.objs/byte/runtime__Text_format.cmo -c -impl src/runtime/text_format.ml)
- File "src/runtime/text_format.ml", line 178, characters 40-60:
- 178 |                 | Ok '"' -> Ok (String (Caml.Scanf.unescaped contents))
-                                               ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/runtime/.runtime.objs/byte -I src/runtime/.runtime.objs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/ocplib-endian -I /home/opam/.opam/5.1/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Runtime__ -o src/runtime/.runtime.objs/native/runtime__Text_format.cmx -c -impl src/runtime/text_format.ml)
- File "src/runtime/text_format.ml", line 178, characters 40-60:
- 178 |                 | Ok '"' -> Ok (String (Caml.Scanf.unescaped contents))
-                                               ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/protocell/.protocell.eobjs/byte -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/ocplib-endian -I /home/opam/.opam/5.1/lib/ppx_deriving/runtime -I /home/opam/.opam/5.1/lib/result -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I src/generator/.generator.objs/byte -I src/protoc_interface/.protoc_interface.objs/byte -I src/protocell_google/.protocell_google.objs/byte -I src/runtime/.runtime.objs/byte -I src/shared/.shared.objs/byte -no-alias-deps -o src/protocell/.protocell.eobjs/byte/protocell.cmo -c -impl src/protocell/protocell.ml)
- File "src/protocell/protocell.ml", line 9, characters 10-25:
- 9 |     match Caml.Sys.getenv "WITH_DERIVERS" with
-               ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/protocell/.protocell.eobjs/byte -I src/protocell/.protocell.eobjs/native -I /home/opam/.opam/5.1/lib/base -I /home/opam/.opam/5.1/lib/base/base_internalhash_types -I /home/opam/.opam/5.1/lib/base/caml -I /home/opam/.opam/5.1/lib/base/shadow_stdlib -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/ocplib-endian -I /home/opam/.opam/5.1/lib/ppx_deriving/runtime -I /home/opam/.opam/5.1/lib/result -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdio -I src/generator/.generator.objs/byte -I src/generator/.generator.objs/native -I src/protoc_interface/.protoc_interface.objs/byte -I src/protoc_interface/.protoc_interface.objs/native -I src/protocell_google/.protocell_google.objs/byte -I src/protocell_google/.protocell_google.objs/native -I src/runtime/.runtime.objs/byte -I src/runtime/.runtime.objs/native -I src/shared/.shared.objs/byte -I src/shared/.shared.objs/native -intf-suffix .ml -no-alias-deps -o src/protocell/.protocell.eobjs/native/protocell.cmx -c -impl src/protocell/protocell.ml)
- File "src/protocell/protocell.ml", line 9, characters 10-25:
- 9 |     match Caml.Sys.getenv "WITH_DERIVERS" with
-               ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
-> compiled  protocell.1.0.0
-> installed protocell.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-17 14:00.43 ---> saved as "c9f6a7062f18a346fda533ecaa8d31d3082b25d40e97e5e42fb0826582c0f097"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u protocell:c56d1c700b00aaa291bc80c8ffe38445,ppx_deriving:abd4b01532f9a6b03f00f1d760b8eb53"))
2024-05-17 14:00.46 ---> saved as "ec682cb4ad8cd3e46c0e477dd7b3d9ab70cb4517b7f56d44d1c33b4ee7b7a891"

/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.733268') && (for DATA in prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1,ppx_deriving.5.2.1-abd4b01532f9a6b03f00f1d760b8eb53,ppx_deriving.5.2.1 prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0,protocell.1.0.0-c56d1c700b00aaa291bc80c8ffe38445,protocell.1.0.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/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1,ppx_deriving.5.2.1-abd4b01532f9a6b03f00f1d760b8eb53,ppx_deriving.5.2.1 prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0,protocell.1.0.0-c56d1c700b00aaa291bc80c8ffe38445,protocell.1.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1,ppx_deriving.5.2.1-abd4b01532f9a6b03f00f1d760b8eb53,ppx_deriving.5.2.1 prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0,protocell.1.0.0-c56d1c700b00aaa291bc80c8ffe38445,protocell.1.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.733268
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/doc/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/doc/ppx_deriving/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/doc/ppx_deriving/CHANGELOG.md
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/doc/ppx_deriving/LICENSE.txt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/doc/ppx_deriving/README.md
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/META
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/api/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving_api.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/api/ppx_deriving.cmti
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/create/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/create/ppx_deriving_create.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/create/ppx_deriving_create.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/create/ppx_deriving_create.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/dune-package
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/enum/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/enum/ppx_deriving_enum.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/enum/ppx_deriving_enum.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/enum/ppx_deriving_enum.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/eq/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/eq/ppx_deriving_eq.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/eq/ppx_deriving_eq.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/eq/ppx_deriving_eq.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/fold/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/fold/ppx_deriving_fold.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/fold/ppx_deriving_fold.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/fold/ppx_deriving_fold.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/iter/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/iter/ppx_deriving_iter.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/iter/ppx_deriving_iter.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/iter/ppx_deriving_iter.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/make/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/make/ppx_deriving_make.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/make/ppx_deriving_make.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/make/ppx_deriving_make.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/map/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/map/ppx_deriving_map.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/map/ppx_deriving_map.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/map/ppx_deriving_map.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/ord/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/ord/ppx_deriving_ord.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/ord/ppx_deriving_ord.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/ord/ppx_deriving_ord.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmti
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/show/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/show/ppx_deriving_show.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/show/ppx_deriving_show.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/show/ppx_deriving_show.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/std/
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/std/ppx_deriving_std.ocamlobjinfo
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/std/ppx_deriving_std.cmi
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/lib/ppx_deriving/std/ppx_deriving_std.cmt
prep/universes/abd4b01532f9a6b03f00f1d760b8eb53/ppx_deriving/5.2.1/opam
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/doc/
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/doc/protocell/
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/doc/protocell/CHANGES.md
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/doc/protocell/LICENSE
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/doc/protocell/README.md
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/META
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/dune-package
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google.ocamlobjinfo
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_any_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_any_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_api_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_api_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_compiler_plugin_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_compiler_plugin_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_descriptor_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_descriptor_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_duration_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_duration_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_empty_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_empty_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_field_mask_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_field_mask_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_source_context_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_source_context_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_struct_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_struct_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_timestamp_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_timestamp_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_type_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_type_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_wrappers_pc.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/google/protocell_google__Google_protobuf_wrappers_pc.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime.ocamlobjinfo
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Binary_format.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Binary_format.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Binary_format.cmti
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Byte_input.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Byte_input.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Byte_input.cmti
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Byte_output.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Byte_output.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Byte_output.cmti
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Field_value.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Field_value.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Field_value.cmti
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Text_format.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Text_format.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Text_format.cmti
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Types.cmi
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/lib/protocell/runtime/runtime__Types.cmt
prep/universes/c56d1c700b00aaa291bc80c8ffe38445/protocell/1.0.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:ppx_deriving.5.2.1-abd4b01532f9a6b03f00f1d760b8eb53:ed4617f636b5f2f7c57920c46928d2cc7d170ef37b857d1903227b3faf34f7a6
HASHES:protocell.1.0.0-c56d1c700b00aaa291bc80c8ffe38445:8ec1758f8a2cb4c4bfdbb9c3a7d8165908e6d9c89540a106e3fc964cf834acfb
2024-05-17 14:00.48 ---> saved as "c3132b2579df56ac43d36b8710d2ca869e6749955bba2b762607207bc3437146"
Job succeeded
2024-05-17 14:04.48: protocell.1.0.0-c56d1c700b00aaa291bc80c8ffe38445 -> 8ec1758f8a2cb4c4bfdbb9c3a7d8165908e6d9c89540a106e3fc964cf834acfb
2024-05-17 14:04.48: ppx_deriving.5.2.1-abd4b01532f9a6b03f00f1d760b8eb53 -> ed4617f636b5f2f7c57920c46928d2cc7d170ef37b857d1903227b3faf34f7a6
2024-05-17 14:04.48: Job succeeded