Build:
  1. 0
2024-01-29 15:19.05: New job: Voodoo prep mkaudio.1.1.0; 5a49bcbcb51848d57edbfa9b0da5c9d5
2024-01-29 15:19.05: Waiting for resource in pool OCluster
2024-01-29 19:17.16: Waiting for worker…
2024-01-29 19:17.30: Got resource from pool OCluster
2024-01-29 19:17.30: 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 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 mkaudio.1.1.0 result.1.5 ocamlfind.1.9.6 mm.0.5.1 dune.3.13.0 cmdliner.1.2.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u mkaudio:5a49bcbcb51848d57edbfa9b0da5c9d5,mm:153b8f41a5bba1c2f09b1242b2591f36"))
 (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.181910') && (for DATA in prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1,mm.0.5.1-153b8f41a5bba1c2f09b1242b2591f36,mm.0.5.1 prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0,mkaudio.1.1.0-5a49bcbcb51848d57edbfa9b0da5c9d5,mkaudio.1.1.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/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1,mm.0.5.1-153b8f41a5bba1c2f09b1242b2591f36,mm.0.5.1 prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0,mkaudio.1.1.0-5a49bcbcb51848d57edbfa9b0da5c9d5,mkaudio.1.1.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1,mm.0.5.1-153b8f41a5bba1c2f09b1242b2591f36,mm.0.5.1 prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0,mkaudio.1.1.0-5a49bcbcb51848d57edbfa9b0da5c9d5,mkaudio.1.1.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 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:17.30: RETRYING: 2024-01-29/151905-voodoo-prep-6dd123 Number of retries: 0 (retriable error condition)
Building on iphito.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:12.46 ---> 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:12.46 ---> 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 (827 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 (6099 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:12.46 ---> 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 bos.0.2.1
-> installed dune.3.13.0
-> 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:12.46 ---> using "d95d2426ec6638d4946232810cc7377b78e0b12578cf93755f6aecdc254fcd78" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 19:12.46 ---> using "200b9dc9bbc6b05727626f4e73227cdcfa87e5df3b69dfe480b404d6323d60f8" from cache
2024-01-29 19:12.46 --> 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:12.46 ---> 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:12.46 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" from cache

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

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:12.47 ---> 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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 19:12.47 ---> 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:12.47 ---> using "52bf3f5f6e7a46ac8833cf5cd91e39754db742f33dddb3831406ffa0cde994a1" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:12.47 ---> 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 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.13.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:12.47 ---> using "462495e74868d8de1c53b9bcbfb005507d496482410bb54355644040bbde4ddb" 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.0 result.1.5 ocamlfind.1.9.6 mm.0.5.1 dune.3.13.0 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 (992 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.0 result.1.5 ocamlfind.1.9.6 mm.0.5.1 dune.3.13.0 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).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install mm       0.5.1
  - install result   1.5
  - install cmdliner 1.2.0
  - install mkaudio  1.1.0
===== 4 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/12:
Processing  2/12:
Processing  3/12:
-> retrieved mkaudio.1.1.0  (cached)
Processing  4/12:
-> retrieved cmdliner.1.2.0  (cached)
Processing  5/12: [cmdliner: make all]
-> retrieved mm.0.5.1  (cached)
Processing  6/12: [cmdliner: make all] [mm: ./configure]
-> retrieved result.1.5  (cached)
Processing  7/12: [cmdliner: make all] [mm: ./configure] [result: dune build]
-> compiled  result.1.5
Processing  7/12: [cmdliner: make all] [mm: ./configure]
-> installed result.1.5
Processing  8/12: [cmdliner: make all] [mm: ./configure]
- configuring ocaml-mm 0.5.1
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking for a BSD-compatible install... /usr/bin/install -c
- checking target toolchain... linux
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking for ar... ar
- checking for ocamlc... ocamlc
- OCaml version is 4.14.1
- checking if ocaml compiler supports first-class modules... yes
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlbuild... no
- checking for camlidl... no
- checking for ocamllex... ocamllex
- checking for ocamllex.opt... ocamllex.opt
- checking for ocamlyacc... ocamlyacc
- checking for camlp4... no
- checking for camlp4boot... no
- checking for camlp4o... no
- checking for camlp4of... no
- checking for camlp4oof... no
- checking for camlp4orf... no
- checking for camlp4prof... no
- checking for camlp4r... no
- checking for camlp4rf... no
- checking for ocamlfind... ocamlfind
- checking for ocaml standard library path... /home/opam/.opam/4.14/lib/ocaml
- checking for caml/threads.h... yes
- checking for gcc option to produce PIC... -fPIC
- checking for memalign... yes
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking for OCaml library alsa... not found
- checking for OCaml library ao... not found
- checking for OCaml library pulseaudio... not found
- checking for OCaml library gstreamer... not found
- checking for OCaml library mad... not found
- checking for OCaml library ogg... not found
- checking for OCaml library sdl... not found
- checking for OCaml library theora... not found
- checking sys/soundcard.h usability... yes
- checking sys/soundcard.h presence... yes
- checking for sys/soundcard.h... yes
- checking libavcodec/avcodec.h usability... no
- checking libavcodec/avcodec.h presence... no
- checking for libavcodec/avcodec.h... no
- checking linux/videodev.h usability... no
- checking linux/videodev.h presence... no
- checking for linux/videodev.h... no
- checking for ocaml bytes module... ok
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating external/Makefile
- config.status: creating external/Makefile.defs
- config.status: creating src/META
- config.status: creating config.h
- 
- 
- Supported external libraries:
-   - Alsa      : no
-   - AO        : no
-   - FFmpeg    : no
-   - Gstreamer : no
-   - Mad       : no
-   - ogg       : no
-   - OSS       : yes
-   - Pulseaudio: no
-   - SDL       : no
-   - Theora    : no
-   - V4L       : no
- 
Processing  8/12: [cmdliner: make all] [mm: make]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.2.0
Processing  8/12: [mm: make]
Processing  9/12: [mm: make] [cmdliner: make install]
- 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  9/12: [mm: make] [cmdliner: make install-doc]
- 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
Processing  9/12: [mm: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1)
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
- ocamldep.opt synth.mli > ._bcdi/synth.di
- ocamldep.opt MIDI.mli > ._bcdi/MIDI.di
- ocamldep.opt video.mli > ._bcdi/video.di
- ocamldep.opt image.mli > ._bcdi/image.di
- ocamldep.opt audio.mli > ._bcdi/audio.di
- ocamldep.opt ringbuffer.mli > ._bcdi/ringbuffer.di
- ocamldep.opt synth.ml > ._d/synth.d
- ocamldep.opt MIDI.ml > ._d/MIDI.d
- ocamldep.opt video.ml > ._d/video.d
- ocamldep.opt image.ml > ._d/image.d
- ocamldep.opt audio.ml > ._d/audio.d
- ocamldep.opt IO.ml > ._d/IO.d
- ocamldep.opt ringbuffer.ml > ._d/ringbuffer.d
- ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.14/include -I.. -g -Wall -O3 \
- 			-DPIC   \
- 			  -I.. -I/home/opam/.opam/4.14/lib/bytes  -o audio_c.o " audio_c.c
- ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.14/include -I.. -g -Wall -O3 \
- 			-DPIC   \
- 			  -I.. -I/home/opam/.opam/4.14/lib/bytes  -o image_data.o " image_data.c
- In file included from /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:24,
-                  from image_data.c:1:
- image_data.c: In function 'caml_data_to_string':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- image_data.c:46:10: note: in expansion of macro 'String_val'
-    46 |   memcpy(String_val(ans), data, len);
-       |          ^~~~~~~~~~
- In file included from image_data.c:9:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.14/include -I.. -g -Wall -O3 \
- 			-DPIC   \
- 			  -I.. -I/home/opam/.opam/4.14/lib/bytes  -o image_pixel.o " image_pixel.c
- ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.14/include -I.. -g -Wall -O3 \
- 			-DPIC   \
- 			  -I.. -I/home/opam/.opam/4.14/lib/bytes  -o image_rgb.o " image_rgb.c
- image_rgb.c: In function 'caml_mm_RGBA8_to_Gray8':
- image_rgb.c:277:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-   277 |   uint8 *gray = Caml_ba_data_val(_gray);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    
- In file included from /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:24,
-                  from image_rgb.c:34:
- image_rgb.c: In function 'caml_rgb_to_bmp':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- image_rgb.c:600:10: note: in expansion of macro 'String_val'
-   600 |   memcpy(String_val(ans), bmp, 122 + 4 * len);
-       |          ^~~~~~~~~~
- In file included from image_rgb.c:44:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- image_rgb.c: In function 'caml_image_to_rgb24':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- image_rgb.c:631:10: note: in expansion of macro 'String_val'
-   631 |   memcpy(String_val(ans), bmp, 3 * len);
-       |          ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- image_rgb.c: In function 'caml_rgb_color_to_alpha':
- image_rgb.c:1108:10: warning: variable 'd' set but not used [-Wunused-but-set-variable]
-  1108 |   double d;
-       |          ^
- image_rgb.c:1107:22: warning: variable 'aa' set but not used [-Wunused-but-set-variable]
-  1107 |   double rr, gg, bb, aa;
-       |                      ^~
- image_rgb.c: In function 'caml_mm_Gray8_motion_compute':
- image_rgb.c:1180:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1180 |   int len = Caml_ba_array_val(_new)->dim[0];
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- image_rgb.c:1181:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1181 |   uint8 *old = Caml_ba_data_val(_old);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- image_rgb.c:1182:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1182 |   uint8 *new = Caml_ba_data_val(_new);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- image_rgb.c: In function 'caml_mm_Gray8_motion_multi_compute':
- image_rgb.c:1338:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1338 |   int len = Caml_ba_array_val(_new)->dim[0];
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- image_rgb.c:1339:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1339 |   uint8 *old = Caml_ba_data_val(_old);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- image_rgb.c:1340:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1340 |   uint8 *new = Caml_ba_data_val(_new);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~                                      
- image_rgb.c:1415:13: warning: "BIGARRAY_MANAGED" is deprecated: use "CAML_BA_MANAGED" instead
-  1415 |   value ans = caml_ba_alloc_dims(CAML_BA_MANAGED | CAML_BA_C_LAYOUT | CAML_BA_NATIVE_INT, 1, v, vlen);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- image_rgb.c:1415:13: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead
-  1415 |   value ans = caml_ba_alloc_dims(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:1422:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1422 |   int *v = Caml_ba_data_val(_v);
-       |             ^~~~~~~~~~~~~~~~~~~~                                            
- image_rgb.c:1423:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1423 |   int len = Caml_ba_array_val(_v)->dim[0] / 2;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c: In function 'caml_rgb_motion_multi_mean':
- image_rgb.c:1454:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1454 |   int *v = Caml_ba_data_val(_v);
-       |             ^~~~~~~~~~~~~~~~~~~~                                            
- image_rgb.c:1455:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1455 |   int len = Caml_ba_array_val(_v)->dim[0] / 2;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c: In function 'caml_rgb_motion_multi_arrows':
- image_rgb.c:1541:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1541 |   int *v = Caml_ba_data_val(_v);
-       |             ^~~~~~~~~~~~~~~~~~~~                                            
- image_rgb.c: In function 'caml_RGBA32_to_BGR32':
- image_rgb.c:1570:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1570 |   unsigned char *src = Caml_ba_data_val(_src);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c:1571:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1571 |   unsigned char *dst = Caml_ba_data_val(_dst);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c: In function 'caml_RGB24_to_RGBA32':
- image_rgb.c:1611:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1611 |   unsigned char *src = Caml_ba_data_val(_src);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c:1612:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1612 |   unsigned char *dst = Caml_ba_data_val(_dst);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c: In function 'caml_RGB32_to_RGBA32':
- image_rgb.c:1636:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1636 |   unsigned char *src = Caml_ba_data_val(_src);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- image_rgb.c:1637:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
-  1637 |   unsigned char *dst = Caml_ba_data_val(_dst);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.14/include -I.. -g -Wall -O3 \
- 			-DPIC   \
- 			  -I.. -I/home/opam/.opam/4.14/lib/bytes  -o image_yuv420.o " image_yuv420.c
- ar rcs libmm_stubs.a  audio_c.o image_data.o image_pixel.o image_rgb.o image_yuv420.o
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes ringbuffer.mli
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes ringbuffer.ml
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes IO.ml
- File "IO.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes audio.mli
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes audio.ml
- File "audio.ml", line 270, characters 5-13:
- 270 | 	    b : int; (* number of bits *)
-       	    ^^^^^^^^
- Warning 69 [unused-field]: record field b is never read.
- (However, this field is used to build or mutate values.)
- File "audio.ml", line 329, characters 10-14:
- 329 |       let ifft f d =
-                 ^^^^
- Warning 32 [unused-value-declaration]: unused value ifft.
- File "audio.ml", line 350, characters 5-10:
- 350 | 	let iteri f d =
-       	    ^^^^^
- Warning 32 [unused-value-declaration]: unused value iteri.
- File "audio.ml", line 386, characters 28-29:
- 386 | 	let blackman ?(alpha=0.16) f d =
-       	                           ^
- Warning 27 [unused-var-strict]: unused variable f.
- File "audio.ml", line 395, characters 25-26:
- 395 | 	let low_res a0 a1 a2 a3 f d =
-       	                        ^
- Warning 27 [unused-var-strict]: unused variable f.
- File "audio.ml", line 407, characters 23-29:
- 407 |       let notes sr f ?(window=Window.cosine) ?(note_min=Note.c0) ?(note_max=128) ?(volume_min=0.01) ?(filter_harmonics=true) buf ofs len =
-                              ^^^^^^
- Warning 27 [unused-var-strict]: unused variable window.
- File "audio.ml", lines 766-776, characters 4-7:
- 766 | ....class tb303 sr =
- 767 |     object (self)
- 768 |       (* Freq of 0. means no slide for next note. *)
- 769 |       inherit base sr 0.
- 770 | 
- ...
- 773 | 
- 774 |       method fill buf ofs len =
- 775 | 	assert false
- 776 |     end
- Warning 34 [unused-type-declaration]: unused type tb303.
- File "audio.ml", line 767, characters 11-17:
- 767 |     object (self)
-                  ^^^^^^
- Warning 27 [unused-var-strict]: unused variable self.
- File "audio.ml", line 774, characters 18-21:
- 774 |       method fill buf ofs len =
-                         ^^^
- Warning 27 [unused-var-strict]: unused variable buf.
- File "audio.ml", line 774, characters 22-25:
- 774 |       method fill buf ofs len =
-                             ^^^
- Warning 27 [unused-var-strict]: unused variable ofs.
- File "audio.ml", line 774, characters 26-29:
- 774 |       method fill buf ofs len =
-                                 ^^^
- Warning 27 [unused-var-strict]: unused variable len.
- File "audio.ml", line 874, characters 4-10:
- 874 | let length b = Array.length b
-           ^^^^^^
- Warning 32 [unused-value-declaration]: unused value length.
- File "audio.ml", line 1213, characters 9-15:
- 1213 |   object (self)
-                 ^^^^^^
- Warning 27 [unused-var-strict]: unused variable self.
- File "audio.ml", line 1230, characters 9-15:
- 1230 |   object (self)
-                 ^^^^^^
- Warning 27 [unused-var-strict]: unused variable self.
- File "audio.ml", line 1298, characters 9-15:
- 1298 |   object (self)
-                 ^^^^^^
- Warning 27 [unused-var-strict]: unused variable self.
- File "audio.ml", line 1422, characters 9-15:
- 1422 |   object (self)
-                 ^^^^^^
- Warning 27 [unused-var-strict]: unused variable self.
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes image.mli
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes image.ml
- File "image.ml", line 198, characters 6-19:
- 198 |       stride : int;
-             ^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field stride is never read.
- (However, this field is used to build or mutate values.)
- File "image.ml", line 800, characters 14-17:
- 800 |     let sepia img = failwith "Not implemented: sepia"
-                     ^^^
- Warning 27 [unused-var-strict]: unused variable img.
- File "image.ml", line 802, characters 15-18:
- 802 |     let invert img = failwith "Not implemented: invert"
-                      ^^^
- Warning 27 [unused-var-strict]: unused variable img.
- File "image.ml", line 804, characters 13-16:
- 804 |     let lomo img = failwith "Not implemented: lomo"
-                    ^^^
- Warning 27 [unused-var-strict]: unused variable img.
- File "image.ml", line 997, characters 16-20:
- 997 |   let convert ?(copy=false) ?(proportional=true) ?scale_kind src dst =
-                       ^^^^
- Warning 27 [unused-var-strict]: unused variable copy.
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes video.mli
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes video.ml
- File "video.ml", line 86, characters 2-18:
- 86 |   type t = Image.t
-        ^^^^^^^^^^^^^^^^
- Warning 34 [unused-type-declaration]: unused type t.
- File "video.ml", line 88, characters 6-12:
- 88 |   let create () = Image.create 0 0
-            ^^^^^^
- Warning 32 [unused-value-declaration]: unused value create.
- File "video.ml", line 90, characters 6-10:
- 90 |   let blit = blit
-            ^^^^
- Warning 32 [unused-value-declaration]: unused value blit.
- File "video.ml", lines 85-91, characters 0-3:
- 85 | module RE = struct
- 86 |   type t = Image.t
- 87 | 
- 88 |   let create () = Image.create 0 0
- 89 | 
- 90 |   let blit = blit
- 91 | end
- Warning 60 [unused-module]: unused module RE.
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes MIDI.mli
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes MIDI.ml
- File "MIDI.ml", line 107, characters 8-39:
- 107 |         s.[0] <- coi (0x8 lsl 4 + chan);
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 108, characters 8-22:
- 108 |         s.[1] <- coi n;
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 109, characters 8-22:
- 109 |         s.[2] <- bof v
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 111, characters 8-39:
- 111 |         s.[0] <- coi (0x9 lsl 4 + chan);
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 112, characters 8-22:
- 112 |         s.[1] <- coi n;
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 113, characters 8-22:
- 113 |         s.[2] <- bof v
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 292, characters 14-52:
- 292 |               ans.[i] <- char_of_int data.(!pos + i)
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 61, characters 0-16:
- 61 | type delta = int
-      ^^^^^^^^^^^^^^^^
- Warning 34 [unused-type-declaration]: unused type delta.
- File "MIDI.ml", line 212, characters 6-15:
- 212 |   let clear_all buf =
-             ^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value clear_all.
- File "MIDI.ml", line 215, characters 6-12:
- 215 |   let append t1 t2 =
-             ^^^^^^
- Warning 32 [unused-value-declaration]: unused value append.
- File "MIDI.ml", line 570, characters 31-37:
- 570 |     class to_file samplerate ?(tracks=16) fname =
-                                      ^^^^^^
- Warning 27 [unused-var-strict]: unused variable tracks.
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes synth.mli
- ocamlc.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes synth.ml
- File "synth.ml", line 56, characters 6-21:
- 56 |       volume : float;
-            ^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field volume is never read.
- (However, this field is used to build or mutate values.)
- File "synth.ml", line 80, characters 21-22:
- 80 |   method note_off n (v:float) =
-                           ^
- Warning 27 [unused-var-strict]: unused variable v.
- File "synth.ml", line 142, characters 4-14:
- 142 | let simple_gen g ?adsr sr ?(volume=1.) ?(phase=0.) f =
-           ^^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value simple_gen.
- File "synth.ml", line 181, characters 19-22:
- 181 |   method play_add (evs:MIDI.buffer) (eofs:int) (buf:Audio.buffer) (ofs:int) (len:int) : unit =
-                          ^^^
- Warning 27 [unused-var-strict]: unused variable evs.
- File "synth.ml", line 181, characters 37-41:
- 181 |   method play_add (evs:MIDI.buffer) (eofs:int) (buf:Audio.buffer) (ofs:int) (len:int) : unit =
-                                            ^^^^
- Warning 27 [unused-var-strict]: unused variable eofs.
- File "synth.ml", line 181, characters 48-51:
- 181 |   method play_add (evs:MIDI.buffer) (eofs:int) (buf:Audio.buffer) (ofs:int) (len:int) : unit =
-                                                       ^^^
- Warning 27 [unused-var-strict]: unused variable buf.
- File "synth.ml", line 181, characters 67-70:
- 181 |   method play_add (evs:MIDI.buffer) (eofs:int) (buf:Audio.buffer) (ofs:int) (len:int) : unit =
-                                                                          ^^^
- Warning 27 [unused-var-strict]: unused variable ofs.
- File "synth.ml", line 181, characters 77-80:
- 181 |   method play_add (evs:MIDI.buffer) (eofs:int) (buf:Audio.buffer) (ofs:int) (len:int) : unit =
-                                                                                    ^^^
- Warning 27 [unused-var-strict]: unused variable len.
- ocamlmklib    -I .. -I /home/opam/.opam/4.14/lib/bytes     \
- 			-o mm_stubs  audio_c.o image_data.o image_pixel.o image_rgb.o image_yuv420.o   \
- 			
- ocamlc.opt -a -dllib dllmm_stubs.so    -I .. -I /home/opam/.opam/4.14/lib/bytes -linkall        -cclib -lmm_stubs    -o mm.cma ringbuffer.cmo IO.cmo audio.cmo image.cmo video.cmo MIDI.cmo synth.cmo
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
- ocamldep.opt -native synth.mli > ._ncdi/synth.di
- ocamldep.opt -native MIDI.mli > ._ncdi/MIDI.di
- ocamldep.opt -native video.mli > ._ncdi/video.di
- ocamldep.opt -native image.mli > ._ncdi/image.di
- ocamldep.opt -native audio.mli > ._ncdi/audio.di
- ocamldep.opt -native ringbuffer.mli > ._ncdi/ringbuffer.di
- make[2]: 'libmm_stubs.a' is up to date.
- ocamlopt.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes ringbuffer.ml
- ocamlopt.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes IO.ml
- File "IO.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ocamlopt.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes audio.ml
- File "audio.ml", line 270, characters 5-13:
- 270 | 	    b : int; (* number of bits *)
-       	    ^^^^^^^^
- Warning 69 [unused-field]: record field b is never read.
- (However, this field is used to build or mutate values.)
- File "audio.ml", line 329, characters 10-14:
- 329 |       let ifft f d =
-                 ^^^^
- Warning 32 [unused-value-declaration]: unused value ifft.
- File "audio.ml", line 350, characters 5-10:
- 350 | 	let iteri f d =
-       	    ^^^^^
- Warning 32 [unused-value-declaration]: unused value iteri.
- File "audio.ml", line 386, characters 28-29:
- 386 | 	let blackman ?(alpha=0.16) f d =
-       	                           ^
- Warning 27 [unused-var-strict]: unused variable f.
- File "audio.ml", line 395, characters 25-26:
- 395 | 	let low_res a0 a1 a2 a3 f d =
-       	                        ^
- Warning 27 [unused-var-strict]: unused variable f.
- File "audio.ml", line 407, characters 23-29:
- 407 |       let notes sr f ?(window=Window.cosine) ?(note_min=Note.c0) ?(note_max=128) ?(volume_min=0.01) ?(filter_harmonics=true) buf ofs len =
-                              ^^^^^^
- Warning 27 [unused-var-strict]: unused variable window.
- File "audio.ml", lines 766-776, characters 4-7:
- 766 | ....class tb303 sr =
- 767 |     object (self)
- 768 |       (* Freq of 0. means no slide for next note. *)
- 769 |       inherit base sr 0.
- 770 | 
- ...
- 773 | 
- 774 |       method fill buf ofs len =
- 775 | 	assert false
- 776 |     end
- Warning 34 [unused-type-declaration]: unused type tb303.
- File "audio.ml", line 767, characters 11-17:
- 767 |     object (self)
-                  ^^^^^^
- Warning 27 [unused-var-strict]: unused variable self.
- File "audio.ml", line 774, characters 18-21:
- 774 |       method fill buf ofs len =
-                         ^^^
- Warning 27 [unused-var-strict]: unused variable buf.
- File "audio.ml", line 774, characters 22-25:
- 774 |       method fill buf ofs len =
-                             ^^^
- Warning 27 [unused-var-strict]: unused variable ofs.
- File "audio.ml", line 774, characters 26-29:
- 774 |       method fill buf ofs len =
-                                 ^^^
- Warning 27 [unused-var-strict]: unused variable len.
- File "audio.ml", line 874, characters 4-10:
- 874 | let length b = Array.length b
-           ^^^^^^
- Warning 32 [unused-value-declaration]: unused value length.
- File "audio.ml", line 1213, characters 9-15:
- 1213 |   object (self)
-                 ^^^^^^
- Warning 27 [unused-var-strict]: unused variable self.
- File "audio.ml", line 1230, characters 9-15:
- 1230 |   object (self)
-                 ^^^^^^
- Warning 27 [unused-var-strict]: unused variable self.
- File "audio.ml", line 1298, characters 9-15:
- 1298 |   object (self)
-                 ^^^^^^
- Warning 27 [unused-var-strict]: unused variable self.
- File "audio.ml", line 1422, characters 9-15:
- 1422 |   object (self)
-                 ^^^^^^
- Warning 27 [unused-var-strict]: unused variable self.
- ocamlopt.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes image.ml
- File "image.ml", line 198, characters 6-19:
- 198 |       stride : int;
-             ^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field stride is never read.
- (However, this field is used to build or mutate values.)
- File "image.ml", line 800, characters 14-17:
- 800 |     let sepia img = failwith "Not implemented: sepia"
-                     ^^^
- Warning 27 [unused-var-strict]: unused variable img.
- File "image.ml", line 802, characters 15-18:
- 802 |     let invert img = failwith "Not implemented: invert"
-                      ^^^
- Warning 27 [unused-var-strict]: unused variable img.
- File "image.ml", line 804, characters 13-16:
- 804 |     let lomo img = failwith "Not implemented: lomo"
-                    ^^^
- Warning 27 [unused-var-strict]: unused variable img.
- File "image.ml", line 997, characters 16-20:
- 997 |   let convert ?(copy=false) ?(proportional=true) ?scale_kind src dst =
-                       ^^^^
- Warning 27 [unused-var-strict]: unused variable copy.
- ocamlopt.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes video.ml
- File "video.ml", line 86, characters 2-18:
- 86 |   type t = Image.t
-        ^^^^^^^^^^^^^^^^
- Warning 34 [unused-type-declaration]: unused type t.
- File "video.ml", line 88, characters 6-12:
- 88 |   let create () = Image.create 0 0
-            ^^^^^^
- Warning 32 [unused-value-declaration]: unused value create.
- File "video.ml", line 90, characters 6-10:
- 90 |   let blit = blit
-            ^^^^
- Warning 32 [unused-value-declaration]: unused value blit.
- File "video.ml", lines 85-91, characters 0-3:
- 85 | module RE = struct
- 86 |   type t = Image.t
- 87 | 
- 88 |   let create () = Image.create 0 0
- 89 | 
- 90 |   let blit = blit
- 91 | end
- Warning 60 [unused-module]: unused module RE.
- ocamlopt.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes MIDI.ml
- File "MIDI.ml", line 107, characters 8-39:
- 107 |         s.[0] <- coi (0x8 lsl 4 + chan);
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 108, characters 8-22:
- 108 |         s.[1] <- coi n;
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 109, characters 8-22:
- 109 |         s.[2] <- bof v
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 111, characters 8-39:
- 111 |         s.[0] <- coi (0x9 lsl 4 + chan);
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 112, characters 8-22:
- 112 |         s.[1] <- coi n;
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 113, characters 8-22:
- 113 |         s.[2] <- bof v
-               ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 292, characters 14-52:
- 292 |               ans.[i] <- char_of_int data.(!pos + i)
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "MIDI.ml", line 61, characters 0-16:
- 61 | type delta = int
-      ^^^^^^^^^^^^^^^^
- Warning 34 [unused-type-declaration]: unused type delta.
- File "MIDI.ml", line 212, characters 6-15:
- 212 |   let clear_all buf =
-             ^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value clear_all.
- File "MIDI.ml", line 215, characters 6-12:
- 215 |   let append t1 t2 =
-             ^^^^^^
- Warning 32 [unused-value-declaration]: unused value append.
- File "MIDI.ml", line 570, characters 31-37:
- 570 |     class to_file samplerate ?(tracks=16) fname =
-                                      ^^^^^^
- Warning 27 [unused-var-strict]: unused variable tracks.
- ocamlopt.opt -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I .. -I /home/opam/.opam/4.14/lib/bytes synth.ml
- File "synth.ml", line 56, characters 6-21:
- 56 |       volume : float;
-            ^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field volume is never read.
- (However, this field is used to build or mutate values.)
- File "synth.ml", line 80, characters 21-22:
- 80 |   method note_off n (v:float) =
-                           ^
- Warning 27 [unused-var-strict]: unused variable v.
- File "synth.ml", line 142, characters 4-14:
- 142 | let simple_gen g ?adsr sr ?(volume=1.) ?(phase=0.) f =
-           ^^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value simple_gen.
- File "synth.ml", line 181, characters 19-22:
- 181 |   method play_add (evs:MIDI.buffer) (eofs:int) (buf:Audio.buffer) (ofs:int) (len:int) : unit =
-                          ^^^
- Warning 27 [unused-var-strict]: unused variable evs.
- File "synth.ml", line 181, characters 37-41:
- 181 |   method play_add (evs:MIDI.buffer) (eofs:int) (buf:Audio.buffer) (ofs:int) (len:int) : unit =
-                                            ^^^^
- Warning 27 [unused-var-strict]: unused variable eofs.
- File "synth.ml", line 181, characters 48-51:
- 181 |   method play_add (evs:MIDI.buffer) (eofs:int) (buf:Audio.buffer) (ofs:int) (len:int) : unit =
-                                                       ^^^
- Warning 27 [unused-var-strict]: unused variable buf.
- File "synth.ml", line 181, characters 67-70:
- 181 |   method play_add (evs:MIDI.buffer) (eofs:int) (buf:Audio.buffer) (ofs:int) (len:int) : unit =
-                                                                          ^^^
- Warning 27 [unused-var-strict]: unused variable ofs.
- File "synth.ml", line 181, characters 77-80:
- 181 |   method play_add (evs:MIDI.buffer) (eofs:int) (buf:Audio.buffer) (ofs:int) (len:int) : unit =
-                                                                                    ^^^
- Warning 27 [unused-var-strict]: unused variable len.
- ocamlopt.opt -a     -I .. -I /home/opam/.opam/4.14/lib/bytes -linkall       -cclib -lmm_stubs    -o mm.cmxa ringbuffer.cmx IO.cmx audio.cmx image.cmx video.cmx MIDI.cmx synth.cmx
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
-> compiled  mm.0.5.1
Processing 10/12: [mm: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1)
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
- make[2]: 'libmm_stubs.a' is up to date.
- ocamlc.opt -a -dllib dllmm_stubs.so    -I .. -I /home/opam/.opam/4.14/lib/bytes -linkall        -cclib -lmm_stubs    -o mm.cma ringbuffer.cmo IO.cmo audio.cmo image.cmo video.cmo MIDI.cmo synth.cmo
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
- make[2]: 'libmm_stubs.a' is up to date.
- make[2]: 'mm.cmxa' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
- 
- Installing library with ocamlfind
- ocamlfind install  mm META MIDI.mli audio.mli image.mli ringbuffer.mli synth.mli video.mli IO.cmi MIDI.cmi audio.cmi image.cmi ringbuffer.cmi synth.cmi video.cmi mm.cma mm.cmxa IO.cmx MIDI.cmx audio.cmx image.cmx ringbuffer.cmx synth.cmx video.cmx libmm_stubs.a mm.a dllmm_stubs.so
- Installed /home/opam/.opam/4.14/lib/mm/mm.a
- Installed /home/opam/.opam/4.14/lib/mm/libmm_stubs.a
- Installed /home/opam/.opam/4.14/lib/mm/video.cmx
- Installed /home/opam/.opam/4.14/lib/mm/synth.cmx
- Installed /home/opam/.opam/4.14/lib/mm/ringbuffer.cmx
- Installed /home/opam/.opam/4.14/lib/mm/image.cmx
- Installed /home/opam/.opam/4.14/lib/mm/audio.cmx
- Installed /home/opam/.opam/4.14/lib/mm/MIDI.cmx
- Installed /home/opam/.opam/4.14/lib/mm/IO.cmx
- Installed /home/opam/.opam/4.14/lib/mm/mm.cmxa
- Installed /home/opam/.opam/4.14/lib/mm/mm.cma
- Installed /home/opam/.opam/4.14/lib/mm/video.cmi
- Installed /home/opam/.opam/4.14/lib/mm/synth.cmi
- Installed /home/opam/.opam/4.14/lib/mm/ringbuffer.cmi
- Installed /home/opam/.opam/4.14/lib/mm/image.cmi
- Installed /home/opam/.opam/4.14/lib/mm/audio.cmi
- Installed /home/opam/.opam/4.14/lib/mm/MIDI.cmi
- Installed /home/opam/.opam/4.14/lib/mm/IO.cmi
- Installed /home/opam/.opam/4.14/lib/mm/video.mli
- Installed /home/opam/.opam/4.14/lib/mm/synth.mli
- Installed /home/opam/.opam/4.14/lib/mm/ringbuffer.mli
- Installed /home/opam/.opam/4.14/lib/mm/image.mli
- Installed /home/opam/.opam/4.14/lib/mm/audio.mli
- Installed /home/opam/.opam/4.14/lib/mm/MIDI.mli
- Installed /home/opam/.opam/4.14/lib/stublibs/dllmm_stubs.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllmm_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.14/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.14/lib/mm/META
- 
- Installation successful.
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/mm.0.5.1/src'
-> installed mm.0.5.1
Processing 11/12: [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.0)
- (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/result -I lib/.mkaudio_libs.objs/byte -no-alias-deps -o bin/.mkaudio.eobjs/byte/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/result -I lib/.mkaudio_libs.objs/byte -I lib/.mkaudio_libs.objs/native -intf-suffix .ml -no-alias-deps -o bin/.mkaudio.eobjs/native/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.0
-> installed mkaudio.1.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:13.54 ---> saved as "a9bf63e240b26fe810e98bf4c8573bb4005bd8d0feeddc0db9daab15b56b3207"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u mkaudio:5a49bcbcb51848d57edbfa9b0da5c9d5,mm:153b8f41a5bba1c2f09b1242b2591f36"))
2024-01-29 19:13.55 ---> saved as "11709a0b88d47c71496bb917d98fb391629d7fb5a3b5cc41e3c55fc3a9cf5f13"

/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.181910') && (for DATA in prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1,mm.0.5.1-153b8f41a5bba1c2f09b1242b2591f36,mm.0.5.1 prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0,mkaudio.1.1.0-5a49bcbcb51848d57edbfa9b0da5c9d5,mkaudio.1.1.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/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1,mm.0.5.1-153b8f41a5bba1c2f09b1242b2591f36,mm.0.5.1 prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0,mkaudio.1.1.0-5a49bcbcb51848d57edbfa9b0da5c9d5,mkaudio.1.1.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1,mm.0.5.1-153b8f41a5bba1c2f09b1242b2591f36,mm.0.5.1 prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0,mkaudio.1.1.0-5a49bcbcb51848d57edbfa9b0da5c9d5,mkaudio.1.1.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.181910
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/mm/
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/mm/mm.ocamlobjinfo
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/mm/IO.cmi
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/mm/META
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/mm/MIDI.cmi
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/mm/audio.cmi
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/mm/image.cmi
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/mm/ringbuffer.cmi
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/mm/synth.cmi
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/lib/mm/video.cmi
prep/universes/153b8f41a5bba1c2f09b1242b2591f36/mm/0.5.1/opam
prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0/doc/
prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0/doc/mkaudio/
prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0/doc/mkaudio/LICENSE
prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0/doc/mkaudio/README.md
prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0/lib/
prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0/lib/mkaudio/
prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0/lib/mkaudio/META
prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.0/lib/mkaudio/dune-package
prep/universes/5a49bcbcb51848d57edbfa9b0da5c9d5/mkaudio/1.1.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:mm.0.5.1-153b8f41a5bba1c2f09b1242b2591f36:d08986fdedbbd082c9de8ef519c4deb0f898fc86587041c719271d49cd72d862
HASHES:mkaudio.1.1.0-5a49bcbcb51848d57edbfa9b0da5c9d5:1825f10d05724edf93279ea004292611c8814f7f119879cebdb33776a942b6c3
2024-01-29 19:13.57 ---> saved as "5601f4ccfe91c797c1843f3ac4eaed9de21331c7ee29e8072d9554834fc99077"
Job succeeded
2024-01-29 19:19.48: mkaudio.1.1.0-5a49bcbcb51848d57edbfa9b0da5c9d5 -> 1825f10d05724edf93279ea004292611c8814f7f119879cebdb33776a942b6c3
2024-01-29 19:19.48: mm.0.5.1-153b8f41a5bba1c2f09b1242b2591f36 -> d08986fdedbbd082c9de8ef519c4deb0f898fc86587041c719271d49cd72d862
2024-01-29 19:19.48: Job succeeded