Build:
  1. 0
2024-04-03 13:35.15: New job: Voodoo prep iostream-camlzip.0.2.2; d9c8dc76b30cc72b36d389a69097807a
2024-04-03 13:35.15: Waiting for resource in pool OCluster
2024-04-03 13:37.06: Waiting for worker…
2024-04-03 13:37.06: Got resource from pool OCluster
2024-04-03 13:37.06: 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:6eca42ecb48967e616dd657a46d2ef340a0c9a8ac1bef3c317428803bbcb7062)
         (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:6eca42ecb48967e616dd657a46d2ef340a0c9a8ac1bef3c317428803bbcb7062)
 (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.14.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 iostream-camlzip.0.2.2 ocamlfind.1.9.6 iostream.0.2.2 dune.3.14.2 conf-zlib.1 conf-pkg-config.3 camlzip.1.11 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u iostream-camlzip:d9c8dc76b30cc72b36d389a69097807a,iostream:50292f357da74c01655737556985f98e"))
 (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.486470') && (for DATA in prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2,iostream.0.2.2-50292f357da74c01655737556985f98e,iostream.0.2.2 prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2,iostream-camlzip.0.2.2-d9c8dc76b30cc72b36d389a69097807a,iostream-camlzip.0.2.2; 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/50292f357da74c01655737556985f98e/iostream/0.2.2,iostream.0.2.2-50292f357da74c01655737556985f98e,iostream.0.2.2 prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2,iostream-camlzip.0.2.2-d9c8dc76b30cc72b36d389a69097807a,iostream-camlzip.0.2.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2,iostream.0.2.2-50292f357da74c01655737556985f98e,iostream.0.2.2 prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2,iostream-camlzip.0.2.2-d9c8dc76b30cc72b36d389a69097807a,iostream-camlzip.0.2.2; 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 8886a88eab2bc3e8ffa5c30537ec0606d1a00fd0 --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-04-03 13:37.06: RETRYING: 2024-04-03/133515-voodoo-prep-b0c776 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 8886a88eab Apply suggestions from code review

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:6eca42ecb48967e616dd657a46d2ef340a0c9a8ac1bef3c317428803bbcb7062)
2024-04-03 13:37.48 ---> saved as "326714b094a77f366234add3b56894db263b2979b427dbc7d1756b72639e6040"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-04-03 13:37.48 ---> saved as "bcdf06333ca1e34f1e1a15af706633e31266f6d19d5db87a957b8b6f2993e533"

/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 [150 kB]
Fetched 253 kB in 0s (1047 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 8 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 (8247 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 ... 18774 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+deb12u4) ...
2024-04-03 13:37.51 ---> saved as "9d507831d293477e489b10bd7c6e49b939c9abe4d20764d350ecc12f1d888bf4"

/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.14.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.14.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.14.2
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> 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-04-03 13:38.37 ---> saved as "ffac5820238250973e74e005fd3640208d5d9ab3142c3fcfec184e3931102d17"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-04-03 13:38.37 ---> saved as "119a422a938cd2a632105011974dc07674518480448e9a6530f188822fe40a0a"
2024-04-03 13:38.37 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:6eca42ecb48967e616dd657a46d2ef340a0c9a8ac1bef3c317428803bbcb7062)
2024-04-03 13:38.37 ---> using "326714b094a77f366234add3b56894db263b2979b427dbc7d1756b72639e6040" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-04-03 13:38.37 ---> using "bcdf06333ca1e34f1e1a15af706633e31266f6d19d5db87a957b8b6f2993e533" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-04-03 13:38.37 ---> saved as "12bdf9ef47bc9f1f0e03f25f97903bd86dfb4fe6e276b1ca9d9f9c787b7b7741"

/home/opam: (copy (src packages) (dst /src/packages))
2024-04-03 13:38.54 ---> saved as "2f0ee181257bb96a6dafa665e35bfb43d6ed055f805b475d27366c43827d7131"

/home/opam: (copy (src repo) (dst /src/repo))
2024-04-03 13:38.54 ---> saved as "fe5f57f2c9d4984223db0b3fe9abb70787463ef0ab66b8b41c43d2b95ce873b6"

/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-04-03 13:39.56 ---> saved as "d195d7923ee034e4fc7f00d247bc6d58a0256cef340f366f6026623cd48c7269"

/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-04-03 13:40.15 ---> saved as "3ecaa2230277ff9c4e629eb0ecf5bca9de2a29594a5354d8131c3341a3ef0b90"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-04-03 13:40.15 ---> saved as "e75da3cc3f4b3c7b625fd52f2b8449755a6bb79f98613e48fd7c36617f16918d"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.14.2  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.14.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-03 13:40.45 ---> saved as "18e5c119de5ced2e6f22aa412293be90db901a0e68d99d30e6aadea4796204f6"

/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 iostream-camlzip.0.2.2 ocamlfind.1.9.6 iostream.0.2.2 dune.3.14.2 conf-zlib.1 conf-pkg-config.3 camlzip.1.11 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 [150 kB]
Fetched 253 kB in 0s (839 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
8 packages can be upgraded. Run 'apt list --upgradable' to see them.
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 iostream-camlzip.0.2.2 ocamlfind.1.9.6 iostream.0.2.2 dune.3.14.2 conf-zlib.1 conf-pkg-config.3 camlzip.1.11" 

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:
pkg-config
zlib1g-dev
[NOTE] Package dune is already installed (current version is 3.14.2).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install iostream         0.2.2
  - install conf-pkg-config  3
  - install conf-zlib        1
  - install camlzip          1.11
  - install iostream-camlzip 0.2.2
===== 5 to install =====

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

<><> 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" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18774 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 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) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-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+deb12u4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/15:
Processing  2/15:
Processing  3/15:
Processing  4/15:
Processing  5/15:
Processing  6/15: [conf-pkg-config: pkg-config]
-> retrieved camlzip.1.11  (cached)
-> retrieved iostream.0.2.2  (cached)
Processing  7/15: [conf-pkg-config: pkg-config] [iostream: dune build]
-> retrieved iostream-camlzip.0.2.2  (cached)
- 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  7/15: [iostream: dune build]
-> installed conf-pkg-config.3
Processing  8/15: [iostream: dune build]
Processing  9/15: [conf-zlib: pkg-config zlib] [iostream: dune build]
-> compiled  conf-zlib.1
Processing  9/15: [iostream: dune build]
-> installed conf-zlib.1
Processing 10/15: [iostream: dune build]
Processing 11/15: [camlzip: make all] [iostream: dune build]
-> compiled  iostream.0.2.2
Processing 11/15: [camlzip: make all]
-> installed iostream.0.2.2
Processing 12/15: [camlzip: make all]
+ /usr/bin/make "all" (CWD=/home/opam/.opam/5.1/.opam-switch/build/camlzip.1.11)
- ocamlfind ocamlc -g -safe-string -bin-annot -c -ccopt -g  zlibstubs.c
- ocamlfind ocamlmklib -oc camlzip zlibstubs.o  -lz
- ocamlfind ocamlc -g -safe-string -bin-annot -c zlib.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -c zlib.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -c zip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -c zip.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- ocamlfind ocamlc -g -safe-string -bin-annot -c gzip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo  -lz
- ocamlfind ocamlopt -safe-string -c zlib.ml
- ocamlfind ocamlopt -safe-string -c zip.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- ocamlfind ocamlopt -safe-string -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx  -lz
- ocamlfind ocamlopt -safe-string -shared -linkall -I ./ -o zip.cmxs zip.cmxa libcamlzip.a
-> compiled  camlzip.1.11
Processing 13/15: [camlzip: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/camlzip.1.11)
- cp META-zip META && \
-         ocamlfind install zip META *.cma *.a *.mli *.cmi *.cmti *.cmt gzip.cmx zip.cmx zlib.cmx zip.cmxa zip.cmxs dllcamlzip.so && \
-         rm META
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmxs
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmxa
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmx
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmx
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmx
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmt
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmt
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmt
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmti
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmti
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmti
- Installed /home/opam/.opam/5.1/lib/zip/zlib.cmi
- Installed /home/opam/.opam/5.1/lib/zip/zip.cmi
- Installed /home/opam/.opam/5.1/lib/zip/gzip.cmi
- Installed /home/opam/.opam/5.1/lib/zip/zlib.mli
- Installed /home/opam/.opam/5.1/lib/zip/zip.mli
- Installed /home/opam/.opam/5.1/lib/zip/gzip.mli
- Installed /home/opam/.opam/5.1/lib/zip/zip.a
- Installed /home/opam/.opam/5.1/lib/zip/libcamlzip.a
- Installed /home/opam/.opam/5.1/lib/zip/zip.cma
- Installed /home/opam/.opam/5.1/lib/stublibs/dllcamlzip.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllcamlzip.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.1/lib/zip/META
- cp META-camlzip META && \
-         ocamlfind install camlzip META && \
-         rm META
- Installed /home/opam/.opam/5.1/lib/camlzip/META
-> installed camlzip.1.11
Processing 14/15: [iostream-camlzip: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "iostream-camlzip" "-j" "31" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/iostream-camlzip.0.2.2)
-> compiled  iostream-camlzip.0.2.2
-> installed iostream-camlzip.0.2.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-03 13:41.53 ---> saved as "bd83c6343ba093a3d8981c3f829eec4b9e44be6e3c356ab4511a711118fb38c5"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u iostream-camlzip:d9c8dc76b30cc72b36d389a69097807a,iostream:50292f357da74c01655737556985f98e"))
2024-04-03 13:41.56 ---> saved as "0f624105815dca2be6660f990b8ed5c5a293658145a588c7444d7f688bf18205"

/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.486470') && (for DATA in prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2,iostream.0.2.2-50292f357da74c01655737556985f98e,iostream.0.2.2 prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2,iostream-camlzip.0.2.2-d9c8dc76b30cc72b36d389a69097807a,iostream-camlzip.0.2.2; 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/50292f357da74c01655737556985f98e/iostream/0.2.2,iostream.0.2.2-50292f357da74c01655737556985f98e,iostream.0.2.2 prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2,iostream-camlzip.0.2.2-d9c8dc76b30cc72b36d389a69097807a,iostream-camlzip.0.2.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2,iostream.0.2.2-50292f357da74c01655737556985f98e,iostream.0.2.2 prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2,iostream-camlzip.0.2.2-d9c8dc76b30cc72b36d389a69097807a,iostream-camlzip.0.2.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.486470
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/doc/
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/doc/iostream/
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/doc/iostream/CHANGES.md
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/doc/iostream/README.md
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream.ocamlobjinfo
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/.private/
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/.private/iostream__Common_.cmi
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/.private/iostream__Common_.cmt
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/META
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/dune-package
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream.cmi
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream.cmt
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__.cmi
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__.cmt
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__In.cmi
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__In.cmt
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__In.cmti
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__In_buf.cmi
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__In_buf.cmt
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__In_buf.cmti
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Out.cmi
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Out.cmt
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Out.cmti
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Out_buf.cmi
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Out_buf.cmt
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Out_buf.cmti
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Seekable.cmi
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Seekable.cmt
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Seekable.cmti
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Slice.cmi
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/iostream__Slice.cmt
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/unix/
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/unix/iostream_unix.ocamlobjinfo
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/unix/iostream_unix.cmi
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/lib/iostream/unix/iostream_unix.cmt
prep/universes/50292f357da74c01655737556985f98e/iostream/0.2.2/opam
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/doc/
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/doc/iostream-camlzip/
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/doc/iostream-camlzip/CHANGES.md
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/doc/iostream-camlzip/README.md
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/lib/
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/lib/iostream-camlzip/
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/lib/iostream-camlzip/iostream_camlzip.ocamlobjinfo
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/lib/iostream-camlzip/META
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/lib/iostream-camlzip/dune-package
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/lib/iostream-camlzip/iostream_camlzip.cmi
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/lib/iostream-camlzip/iostream_camlzip.cmt
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/lib/iostream-camlzip/iostream_camlzip.cmti
prep/universes/d9c8dc76b30cc72b36d389a69097807a/iostream-camlzip/0.2.2/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:iostream.0.2.2-50292f357da74c01655737556985f98e:7917db88b6bb434fc9a33b0b1adb2271287b772e944807895f685a7cef1d6475
HASHES:iostream-camlzip.0.2.2-d9c8dc76b30cc72b36d389a69097807a:ef9bcd9094f473e2a664da8f9efcbde4f97225af2774e003d80593064dc85c3a
2024-04-03 13:41.57 ---> saved as "593a491a40be906b6f8dc7c482bbed97e58377f7c41a8e3c77c015cf0d1ec590"
Job succeeded
2024-04-03 13:46.34: iostream-camlzip.0.2.2-d9c8dc76b30cc72b36d389a69097807a -> ef9bcd9094f473e2a664da8f9efcbde4f97225af2774e003d80593064dc85c3a
2024-04-03 13:46.34: iostream.0.2.2-50292f357da74c01655737556985f98e -> 7917db88b6bb434fc9a33b0b1adb2271287b772e944807895f685a7cef1d6475
2024-04-03 13:46.34: Job succeeded