Build:
  1. 0
2024-01-29 15:19.05: New job: Voodoo prep mkaudio.1.1.2; 055c597e4b323a331a208db001f33245
2024-01-29 15:19.05: Waiting for resource in pool OCluster
2024-01-29 19:15.06: Waiting for worker…
2024-01-29 19:15.23: Got resource from pool OCluster
2024-01-29 19:15.23: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (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-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (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.13.0"))
 (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 mkaudio.1.1.2 result.1.5 mm.0.7.4 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cmdliner.1.2.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u mkaudio:055c597e4b323a331a208db001f33245,mm:785eb4e47da729a02fa385a47a742b7a"))
 (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.650741') && (for DATA in prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4,mm.0.7.4-785eb4e47da729a02fa385a47a742b7a,mm.0.7.4 prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2,mkaudio.1.1.2-055c597e4b323a331a208db001f33245,mkaudio.1.1.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/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4,mm.0.7.4-785eb4e47da729a02fa385a47a742b7a,mm.0.7.4 prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2,mkaudio.1.1.2-055c597e4b323a331a208db001f33245,mkaudio.1.1.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4,mm.0.7.4-785eb4e47da729a02fa385a47a742b7a,mm.0.7.4 prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2,mkaudio.1.1.2-055c597e4b323a331a208db001f33245,mkaudio.1.1.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 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 19:15.23: RETRYING: 2024-01-29/151905-voodoo-prep-4840f1 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 19:10.31 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:10.31 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" 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 [52.1 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 [134 kB]
Fetched 234 kB in 0s (655 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (1497 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 ... 18743 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+deb12u3) ...
2024-01-29 19:10.31 ---> using "d64ddc7053307a6e5bac376e2af0af138c2728532db1941a0e2c7ed3dcb6923f" 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 dune             3.13.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [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 opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [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.13.0] 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 dune.3.13.0
-> installed bos.0.2.1
-> 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-01-29 19:10.31 ---> using "d95d2426ec6638d4946232810cc7377b78e0b12578cf93755f6aecdc254fcd78" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 19:10.31 ---> using "200b9dc9bbc6b05727626f4e73227cdcfa87e5df3b69dfe480b404d6323d60f8" from cache
2024-01-29 19:10.31 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 19:10.31 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:10.31 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 19:10.31 ---> using "50a061015e57b489daec5893a083c81b93ec0b29b89dbcf9b55da6d4003431c6" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 19:10.33 ---> using "01aa3de5fbb7da6355a5a3f9fa1564dc626ae86abf688775884c1ab94bb65d0b" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:10.33 ---> using "2f80ca12a98e6c8d13b2d4313d2e1042fd6f790370cc08f16159385ad3fc5996" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This 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-01-29 19:10.33 ---> using "5080f4d462ceb6f0e8f61edcf012437834ade0821fc592cdddca031349d9cf72" from cache

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

2024-01-29 19:10.33 ---> using "52bf3f5f6e7a46ac8833cf5cd91e39754db742f33dddb3831406ffa0cde994a1" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:10.33 ---> using "e11031127d8519055a60a4dd91b72f34724cc3bc999b18218ffd0ca30feb91a0" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.13.0"))
The following actions will be performed:
  - install dune 3.13.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.13.0  (cached)
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:10.33 ---> using "650ba0493118dda305685901aae29c16985278bdb959c560215f9280518b9304" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy mkaudio.1.1.2 result.1.5 mm.0.7.4 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cmdliner.1.2.0 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 [52.1 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 [134 kB]
Fetched 234 kB in 0s (810 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
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 mkaudio.1.1.2 result.1.5 mm.0.7.4 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cmdliner.1.2.0" 

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
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.13.0).
The following actions will be performed:
  - install result            1.5
  - install csexp             1.5.2
  - install cmdliner          1.2.0
  - install dune-configurator 3.13.0
  - install mm                0.7.4
  - install mkaudio           1.1.2
===== 6 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/18:
Processing  2/18:
Processing  3/18:
-> retrieved cmdliner.1.2.0  (cached)
Processing  4/18:
Processing  5/18: [cmdliner: make all]
-> retrieved csexp.1.5.2  (cached)
Processing  6/18: [cmdliner: make all]
Processing  7/18: [cmdliner: make all] [csexp: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing  8/18: [cmdliner: make all] [csexp: dune build]
-> retrieved mkaudio.1.1.2  (cached)
-> retrieved mm.0.7.4  (cached)
-> compiled  csexp.1.5.2
Processing  8/18: [cmdliner: make all]
-> installed csexp.1.5.2
Processing  9/18: [cmdliner: make all]
Processing 10/18: [cmdliner: make all] [dune-configurator: rm]
-> retrieved result.1.5  (cached)
Processing 11/18: [cmdliner: make all] [dune-configurator: rm] [result: dune build]
Processing 11/18: [cmdliner: make all] [dune-configurator: dune build] [result: dune build]
-> compiled  result.1.5
Processing 11/18: [cmdliner: make all] [dune-configurator: dune build]
-> installed result.1.5
Processing 12/18: [cmdliner: make all] [dune-configurator: dune build]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.2.0
Processing 12/18: [dune-configurator: dune build]
Processing 13/18: [dune-configurator: dune build] [cmdliner: make install]
-> compiled  dune-configurator.3.13.0
Processing 13/18: [cmdliner: make install]
+ /usr/bin/make "install" "LIBDIR=/home/opam/.opam/4.14/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.14/doc/cmdliner" (CWD=/home/opam/.opam/4.14/.opam-switch/build/cmdliner.1.2.0)
- install -d "/home/opam/.opam/4.14/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/4.14/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/4.14/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/4.14/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/4.14/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/4.14/lib/cmdliner"
Processing 13/18: [cmdliner: make install-doc]
+ /usr/bin/make "install-doc" "LIBDIR=/home/opam/.opam/4.14/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.14/doc/cmdliner" (CWD=/home/opam/.opam/4.14/.opam-switch/build/cmdliner.1.2.0)
- install -d "/home/opam/.opam/4.14/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/4.14/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/4.14/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.2.0
-> installed dune-configurator.3.13.0
Processing 15/18: [mm: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "mm" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mm.0.7.4)
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/4.14/lib/ocaml -o image_rgb.o -c image_rgb.c)
- image_rgb.c: In function 'caml_mm_RGBA8_to_Gray8':
- image_rgb.c:263:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-   263 |   uint8 *gray = Caml_ba_data_val(_gray);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- image_rgb.c: In function 'caml_mm_Gray8_motion_compute':
- image_rgb.c:1115:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1115 |   int len = Caml_ba_array_val(_new)->dim[0];
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- image_rgb.c:1116:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1116 |   uint8 *old = Caml_ba_data_val(_old);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- image_rgb.c:1117:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1117 |   uint8 *new = Caml_ba_data_val(_new);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- image_rgb.c: In function 'caml_mm_Gray8_motion_multi_compute':
- image_rgb.c:1260:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1260 |   int len = Caml_ba_array_val(_new)->dim[0];
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- image_rgb.c:1261:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1261 |   uint8 *old = Caml_ba_data_val(_old);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- image_rgb.c:1262:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1262 |   uint8 *new = Caml_ba_data_val(_new);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- image_rgb.c:1333:13: warning: "BIGARRAY_MANAGED" is deprecated: use "CAML_BA_MANAGED" instead
-  1333 |       CAML_BA_MANAGED | CAML_BA_C_LAYOUT | CAML_BA_NATIVE_INT, 1, v, vlen);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      
- image_rgb.c:1333:13: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead
-  1333 |       CAML_BA_MANAGED | CAML_BA_C_LAYOUT | CAML_BA_NATIVE_INT, 1, v, vlen);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
- image_rgb.c: In function 'caml_rgb_motion_multi_median_denoise':
- image_rgb.c:1339:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1339 |   int *v = Caml_ba_data_val(_v);
-       |             ^~~~~~~~~~~~~~~~~~~~                                            
- image_rgb.c:1340:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1340 |   int len = Caml_ba_array_val(_v)->dim[0] / 2;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c: In function 'caml_rgb_motion_multi_mean':
- image_rgb.c:1369:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1369 |   int *v = Caml_ba_data_val(_v);
-       |             ^~~~~~~~~~~~~~~~~~~~                                            
- image_rgb.c:1370:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1370 |   int len = Caml_ba_array_val(_v)->dim[0] / 2;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c: In function 'caml_rgb_motion_multi_arrows':
- image_rgb.c:1448:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1448 |   int *v = Caml_ba_data_val(_v);
-       |             ^~~~~~~~~~~~~~~~~~~~                                            
- image_rgb.c: In function 'caml_RGBA32_to_BGR32':
- image_rgb.c:1476:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1476 |   unsigned char *src = Caml_ba_data_val(_src);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c:1477:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1477 |   unsigned char *dst = Caml_ba_data_val(_dst);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c: In function 'caml_RGB24_to_RGBA32':
- image_rgb.c:1514:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1514 |   unsigned char *src = Caml_ba_data_val(_src);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c:1515:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1515 |   unsigned char *dst = Caml_ba_data_val(_dst);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c: In function 'caml_RGB32_to_RGBA32':
- image_rgb.c:1538:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1538 |   unsigned char *src = Caml_ba_data_val(_src);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c:1539:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1539 |   unsigned char *dst = Caml_ba_data_val(_dst);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
-> compiled  mm.0.7.4
-> installed mm.0.7.4
Processing 17/18: [mkaudio: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "@install" "-p" "mkaudio" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mkaudio.1.1.2)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I bin/.mkaudio.eobjs/byte -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/mm -I /home/opam/.opam/4.14/lib/mm/audio -I /home/opam/.opam/4.14/lib/mm/base -I /home/opam/.opam/4.14/lib/mm/image -I /home/opam/.opam/4.14/lib/mm/midi -I /home/opam/.opam/4.14/lib/mm/video -I /home/opam/.opam/4.14/lib/result -I lib/.mkaudio_libs.objs/byte -no-alias-deps -open Dune__exe -o bin/.mkaudio.eobjs/byte/dune__exe__Mkaudio.cmo -c -impl bin/mkaudio.ml)
- File "bin/mkaudio.ml", line 37, characters 13-17:
- 37 |   Term.(ret (pure help $ Term.man_format $ Term.choice_names $ topic)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 37, characters 25-40:
- 37 |   Term.(ret (pure help $ Term.man_format $ Term.choice_names $ topic)),
-                               ^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.man_format
- Use Arg.man_format instead.
- File "bin/mkaudio.ml", line 38, characters 2-11:
- 38 |   Term.info "help" ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 99, characters 8-12:
- 99 |   Term.(pure Commands.saw
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 108, characters 2-11:
- 108 |   Term.info "saw" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 116, characters 8-12:
- 116 |   Term.(pure Commands.sine
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 125, characters 2-11:
- 125 |   Term.info "sine" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 133, characters 8-12:
- 133 |   Term.(pure Commands.square
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 142, characters 2-11:
- 142 |   Term.info "square" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 150, characters 8-12:
- 150 |   Term.(pure Commands.triangle
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 159, characters 2-11:
- 159 |   Term.info "triangle" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 167, characters 8-12:
- 167 |   Term.(pure Commands.white_noise
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 175, characters 2-11:
- 175 |   Term.info "white-noise" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 187, characters 8-12:
- 187 |   Term.(pure Commands.beat
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 197, characters 2-11:
- 197 |   Term.info "beat" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 202, characters 13-17:
- 202 |   Term.(ret (pure (fun _ -> `Help (`Pager, None)) $ pure ())),
-                    ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 202, characters 52-56:
- 202 |   Term.(ret (pure (fun _ -> `Help (`Pager, None)) $ pure ())),
-                                                           ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 203, characters 2-11:
- 203 |   Term.info "mkaudio" ~version:"1.1.0" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 217, characters 8-24:
- 217 |   match Term.eval_choice default_command commands with
-               ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I bin/.mkaudio.eobjs/byte -I bin/.mkaudio.eobjs/native -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/mm -I /home/opam/.opam/4.14/lib/mm/audio -I /home/opam/.opam/4.14/lib/mm/base -I /home/opam/.opam/4.14/lib/mm/image -I /home/opam/.opam/4.14/lib/mm/midi -I /home/opam/.opam/4.14/lib/mm/video -I /home/opam/.opam/4.14/lib/result -I lib/.mkaudio_libs.objs/byte -I lib/.mkaudio_libs.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o bin/.mkaudio.eobjs/native/dune__exe__Mkaudio.cmx -c -impl bin/mkaudio.ml)
- File "bin/mkaudio.ml", line 37, characters 13-17:
- 37 |   Term.(ret (pure help $ Term.man_format $ Term.choice_names $ topic)),
-                   ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 37, characters 25-40:
- 37 |   Term.(ret (pure help $ Term.man_format $ Term.choice_names $ topic)),
-                               ^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.man_format
- Use Arg.man_format instead.
- File "bin/mkaudio.ml", line 38, characters 2-11:
- 38 |   Term.info "help" ~doc ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 99, characters 8-12:
- 99 |   Term.(pure Commands.saw
-              ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 108, characters 2-11:
- 108 |   Term.info "saw" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 116, characters 8-12:
- 116 |   Term.(pure Commands.sine
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 125, characters 2-11:
- 125 |   Term.info "sine" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 133, characters 8-12:
- 133 |   Term.(pure Commands.square
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 142, characters 2-11:
- 142 |   Term.info "square" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 150, characters 8-12:
- 150 |   Term.(pure Commands.triangle
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 159, characters 2-11:
- 159 |   Term.info "triangle" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 167, characters 8-12:
- 167 |   Term.(pure Commands.white_noise
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 175, characters 2-11:
- 175 |   Term.info "white-noise" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 187, characters 8-12:
- 187 |   Term.(pure Commands.beat
-               ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 197, characters 2-11:
- 197 |   Term.info "beat" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 202, characters 13-17:
- 202 |   Term.(ret (pure (fun _ -> `Help (`Pager, None)) $ pure ())),
-                    ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 202, characters 52-56:
- 202 |   Term.(ret (pure (fun _ -> `Help (`Pager, None)) $ pure ())),
-                                                           ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/mkaudio.ml", line 203, characters 2-11:
- 203 |   Term.info "mkaudio" ~version:"1.1.0" ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/mkaudio.ml", line 217, characters 8-24:
- 217 |   match Term.eval_choice default_command commands with
-               ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-> compiled  mkaudio.1.1.2
-> installed mkaudio.1.1.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:11.40 ---> saved as "96f434b6ab5de4ccaa18305c8bd4d7046c8286b722782a1de3b96a0c95afac5b"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u mkaudio:055c597e4b323a331a208db001f33245,mm:785eb4e47da729a02fa385a47a742b7a"))
2024-01-29 19:11.42 ---> saved as "9fcce67862ad0d448e6c744fd0e22918e3162221a45fa351aa02cd700ab57c6d"

/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.650741') && (for DATA in prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4,mm.0.7.4-785eb4e47da729a02fa385a47a742b7a,mm.0.7.4 prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2,mkaudio.1.1.2-055c597e4b323a331a208db001f33245,mkaudio.1.1.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/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4,mm.0.7.4-785eb4e47da729a02fa385a47a742b7a,mm.0.7.4 prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2,mkaudio.1.1.2-055c597e4b323a331a208db001f33245,mkaudio.1.1.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4,mm.0.7.4-785eb4e47da729a02fa385a47a742b7a,mm.0.7.4 prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2,mkaudio.1.1.2-055c597e4b323a331a208db001f33245,mkaudio.1.1.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.650741
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/doc/
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/doc/mm/
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/doc/mm/CHANGES.md
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/doc/mm/README.md
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/mm.ocamlobjinfo
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/META
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/audio/
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/audio/mm_audio.ocamlobjinfo
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/audio/mm_audio.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/audio/mm_audio.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/audio/mm_audio__Audio.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/audio/mm_audio__Audio.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/audio/mm_audio__Audio.cmti
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/base/
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/base/mm_base.ocamlobjinfo
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/base/mm_base.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/base/mm_base.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/base/mm_base__IO.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/base/mm_base__IO.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/base/mm_base__Ringbuffer.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/base/mm_base__Ringbuffer.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/base/mm_base__Ringbuffer.cmti
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/dune-package
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/image/
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/image/mm_image.ocamlobjinfo
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/image/mm_image.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/image/mm_image.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/image/mm_image__Image.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/image/mm_image__Image.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/image/mm_image__Image.cmti
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/midi/
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/midi/mm_midi.ocamlobjinfo
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/midi/mm_midi.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/midi/mm_midi.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/midi/mm_midi__MIDI.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/midi/mm_midi__MIDI.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/midi/mm_midi__MIDI.cmti
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/midi/mm_midi__Synth.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/midi/mm_midi__Synth.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/midi/mm_midi__Synth.cmti
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/mm.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/mm.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/mm.cmti
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/oss/
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/oss/mm_oss.ocamlobjinfo
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/oss/mm_oss.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/oss/mm_oss.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/oss/mm_oss.cmti
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/video/
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/video/mm_video.ocamlobjinfo
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/video/mm_video.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/video/mm_video.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/video/mm_video__Video.cmi
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/video/mm_video__Video.cmt
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/lib/mm/video/mm_video__Video.cmti
prep/universes/785eb4e47da729a02fa385a47a742b7a/mm/0.7.4/opam
prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2/doc/
prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2/doc/mkaudio/
prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2/doc/mkaudio/LICENSE
prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2/doc/mkaudio/README.md
prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2/lib/
prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2/lib/mkaudio/
prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2/lib/mkaudio/META
prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.2/lib/mkaudio/dune-package
prep/universes/055c597e4b323a331a208db001f33245/mkaudio/1.1.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:mm.0.7.4-785eb4e47da729a02fa385a47a742b7a:0a81085856e2c26baefb0099752d588e03c046196168d74379e5e2adfb823196
HASHES:mkaudio.1.1.2-055c597e4b323a331a208db001f33245:965b458ffe79fc2c0b786a3fbb37aa35e85c25d2ab84abcf20e32bccf6470ed1
2024-01-29 19:11.43 ---> saved as "8c3852fae21e8f0a34569ab1871a7b8f930048c6513b31e1da201c8ce43a41a2"
Job succeeded
2024-01-29 19:17.10: mkaudio.1.1.2-055c597e4b323a331a208db001f33245 -> 965b458ffe79fc2c0b786a3fbb37aa35e85c25d2ab84abcf20e32bccf6470ed1
2024-01-29 19:17.10: mm.0.7.4-785eb4e47da729a02fa385a47a742b7a -> 0a81085856e2c26baefb0099752d588e03c046196168d74379e5e2adfb823196
2024-01-29 19:17.10: Job succeeded