Build:
  1. 0
2024-01-29 15:19.03: New job: Voodoo prep liquidsoap.1.4.3; eda341d4b52f7d6f0c95aea48d8a8d55
2024-01-29 15:19.03: Waiting for resource in pool OCluster
2024-01-29 18:50.27: Waiting for worker…
2024-01-29 18:50.28: Got resource from pool OCluster
2024-01-29 18:50.28: 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 liquidsoap.1.4.3 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 ppxlib.0.31.0 ppx_derivers.1.2.1 pcre.7.5.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 mm.0.5.1 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 gen.1.1 duppy.0.8.0 dune-configurator.3.13.0 dune.3.13.0 dtools.0.4.5 csexp.1.5.2 conf-pkg-config.3 conf-libpcre.1 camomile.1.0.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u liquidsoap:eda341d4b52f7d6f0c95aea48d8a8d55,duppy:1097386f77a5003160f4226684dbc20c,dtools:42869bead0586b31a3ab42bb9bc3b412"))
 (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.655317') && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5,dtools.0.4.5-42869bead0586b31a3ab42bb9bc3b412,dtools.0.4.5 prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0,duppy.0.8.0-1097386f77a5003160f4226684dbc20c,duppy.0.8.0 prep/universes/eda341d4b52f7d6f0c95aea48d8a8d55/liquidsoap/1.4.3,liquidsoap.1.4.3-eda341d4b52f7d6f0c95aea48d8a8d55,liquidsoap.1.4.3; 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/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5,dtools.0.4.5-42869bead0586b31a3ab42bb9bc3b412,dtools.0.4.5 prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0,duppy.0.8.0-1097386f77a5003160f4226684dbc20c,duppy.0.8.0 prep/universes/eda341d4b52f7d6f0c95aea48d8a8d55/liquidsoap/1.4.3,liquidsoap.1.4.3-eda341d4b52f7d6f0c95aea48d8a8d55,liquidsoap.1.4.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5,dtools.0.4.5-42869bead0586b31a3ab42bb9bc3b412,dtools.0.4.5 prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0,duppy.0.8.0-1097386f77a5003160f4226684dbc20c,duppy.0.8.0 prep/universes/eda341d4b52f7d6f0c95aea48d8a8d55/liquidsoap/1.4.3,liquidsoap.1.4.3-eda341d4b52f7d6f0c95aea48d8a8d55,liquidsoap.1.4.3; 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 18:50.28: RETRYING: 2024-01-29/151903-voodoo-prep-be9622 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  99% (32385/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
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 18:45.47 ---> 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 18:45.47 ---> 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 (745 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 (3358 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 18:45.47 ---> 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 18:45.47 ---> using "d95d2426ec6638d4946232810cc7377b78e0b12578cf93755f6aecdc254fcd78" from cache

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

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

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:45.49 ---> 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 18:45.49 ---> 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 18:45.49 ---> using "52bf3f5f6e7a46ac8833cf5cd91e39754db742f33dddb3831406ffa0cde994a1" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:45.49 ---> 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 18:45.49 ---> 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 liquidsoap.1.4.3 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 ppxlib.0.31.0 ppx_derivers.1.2.1 pcre.7.5.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 mm.0.5.1 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 gen.1.1 duppy.0.8.0 dune-configurator.3.13.0 dune.3.13.0 dtools.0.4.5 csexp.1.5.2 conf-pkg-config.3 conf-libpcre.1 camomile.1.0.2 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 (656 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 liquidsoap.1.4.3 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 ppxlib.0.31.0 ppx_derivers.1.2.1 pcre.7.5.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 mm.0.5.1 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 gen.1.1 duppy.0.8.0 dune-configurator.3.13.0 dune.3.13.0 dtools.0.4.5 csexp.1.5.2 conf-pkg-config.3 conf-libpcre.1 camomile.1.0.2" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libpcre3-dev
pkg-config
[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 ppx_derivers        1.2.1
  - install conf-pkg-config     3
  - install menhirSdk           20211128
  - install camomile            1.0.2
  - install mm                  0.5.1
  - install seq                 base
  - install csexp               1.5.2
  - install ocaml-compiler-libs v0.12.4
  - install menhirLib           20211128
  - install dtools              0.4.5
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install conf-libpcre        1
  - install gen                 1.1
  - install dune-configurator   3.13.0
  - install menhir              20211128
  - install ppxlib              0.31.0
  - install pcre                7.5.0
  - install sedlex              3.2
  - install duppy               0.8.0
  - install liquidsoap          1.4.3
===== 21 to install =====

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libpcre3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpcre16-3: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 .../0-libpcre16-3_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcre3:amd64.
- Preparing to unpack .../1-libpcre3_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre3:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../2-libpcre32-3_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../3-libpcrecpp0v5_2%3a8.39-15_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../4-libpcre3-dev_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../5-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../6-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../7-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../8-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpcre16-3:amd64 (2:8.39-15) ...
- Setting up libpcre3:amd64 (2:8.39-15) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libpcre32-3:amd64 (2:8.39-15) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-15) ...
- Setting up libpcre3-dev:amd64 (2:8.39-15) ...
- 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) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/63:
Processing  2/63:
Processing  3/63:
Processing  4/63:
Processing  5/63:
Processing  6/63: [conf-pkg-config: pkg-config]
-> retrieved camomile.1.0.2  (cached)
Processing  7/63: [conf-pkg-config: pkg-config]
Processing  8/63: [camomile: ocaml configure.ml] [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing  9/63: [camomile: ocaml configure.ml] [conf-pkg-config: pkg-config]
Processing 10/63: [camomile: ocaml configure.ml] [conf-pkg-config: pkg-config] [csexp: dune build]
-> retrieved dtools.0.4.5  (cached)
Processing 11/63: [camomile: ocaml configure.ml] [conf-pkg-config: pkg-config] [csexp: dune build]
Processing 12/63: [camomile: ocaml configure.ml] [conf-pkg-config: pkg-config] [csexp: dune build] [dtools: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 12/63: [camomile: ocaml configure.ml] [csexp: dune build] [dtools: dune build]
-> installed conf-pkg-config.3
Processing 13/63: [camomile: ocaml configure.ml] [csexp: dune build] [dtools: dune build]
Processing 14/63: [camomile: ocaml configure.ml] [conf-libpcre: pkg-config libpcre] [csexp: dune build] [dtools: dune build]
-> retrieved duppy.0.8.0  (cached)
Processing 15/63: [liquidsoap.1.4.3: http] [camomile: ocaml configure.ml] [conf-libpcre: pkg-config libpcre] [csexp: dune build] [dtools: dune build]
Processing 15/63: [liquidsoap.1.4.3: http] [camomile: dune build] [conf-libpcre: pkg-config libpcre] [csexp: dune build] [dtools: dune build]
-> retrieved gen.1.1  (cached)
Processing 16/63: [liquidsoap.1.4.3: http] [camomile: dune build] [conf-libpcre: pkg-config libpcre] [csexp: dune build] [dtools: dune build]
-> compiled  conf-libpcre.1
Processing 16/63: [liquidsoap.1.4.3: http] [camomile: dune build] [csexp: dune build] [dtools: dune build]
-> installed conf-libpcre.1
Processing 17/63: [liquidsoap.1.4.3: http] [camomile: dune build] [csexp: dune build] [dtools: dune build]
-> retrieved menhir.20211128  (cached)
Processing 18/63: [liquidsoap.1.4.3: http] [camomile: dune build] [csexp: dune build] [dtools: dune build]
-> retrieved menhirLib.20211128  (cached)
Processing 19/63: [liquidsoap.1.4.3: http] [camomile: dune build] [csexp: dune build] [dtools: dune build]
Processing 20/63: [liquidsoap.1.4.3: http] [camomile: dune build] [csexp: dune build] [dtools: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20211128  (cached)
Processing 21/63: [liquidsoap.1.4.3: http] [camomile: dune build] [csexp: dune build] [dtools: dune build] [menhirLib: dune build]
Processing 22/63: [liquidsoap.1.4.3: http] [camomile: dune build] [csexp: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> compiled  csexp.1.5.2
Processing 22/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed csexp.1.5.2
Processing 23/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved mm.0.5.1  (cached)
Processing 24/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 25/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 26/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure]
Processing 27/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build]
-> retrieved pcre.7.5.0  (cached)
Processing 28/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 29/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build]
Processing 30/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 31/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 32/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dtools: dune build] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  dtools.0.4.5
Processing 32/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed dtools.0.4.5
Processing 33/63: [liquidsoap.1.4.3: http] [camomile: dune build] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 33/63: [camomile: dune build] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20211128
Processing 33/63: [camomile: dune build] [dune-configurator: rm] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed menhirLib.20211128
Processing 34/63: [camomile: dune build] [dune-configurator: rm] [menhirSdk: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  menhirSdk.20211128
Processing 34/63: [camomile: dune build] [dune-configurator: rm] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed menhirSdk.20211128
Processing 35/63: [camomile: dune build] [dune-configurator: rm] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 36/63: [camomile: dune build] [dune-configurator: rm] [menhir: dune build] [mm: ./configure] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 36/63: [camomile: dune build] [dune-configurator: rm] [menhir: dune build] [mm: ./configure] [ppx_derivers: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 37/63: [camomile: dune build] [dune-configurator: rm] [menhir: dune build] [mm: ./configure] [ppx_derivers: dune build]
-> retrieved ppxlib.0.31.0  (cached)
Processing 38/63: [camomile: dune build] [dune-configurator: rm] [menhir: dune build] [mm: ./configure] [ppx_derivers: dune build]
Processing 39/63: [camomile: dune build] [dune-configurator: rm] [menhir: dune build] [mm: ./configure] [ppx_derivers: dune build]
Processing 40/63: [camomile: dune build] [dune-configurator: rm] [menhir: dune build] [mm: ./configure] [ppx_derivers: dune build]
-> installed seq.base
Processing 41/63: [camomile: dune build] [dune-configurator: rm] [menhir: dune build] [mm: ./configure] [ppx_derivers: dune build]
Processing 42/63: [camomile: dune build] [dune-configurator: rm] [gen: dune build] [menhir: dune build] [mm: ./configure] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 42/63: [camomile: dune build] [dune-configurator: rm] [gen: dune build] [menhir: dune build] [mm: ./configure]
-> installed ppx_derivers.1.2.1
Processing 43/63: [camomile: dune build] [dune-configurator: rm] [gen: dune build] [menhir: dune build] [mm: ./configure]
-> retrieved sedlex.3.2  (cached)
Processing 44/63: [camomile: dune build] [dune-configurator: rm] [gen: dune build] [menhir: dune build] [mm: ./configure]
-> retrieved liquidsoap.1.4.3  (https://github.com/savonet/liquidsoap/releases/download/v1.4.3/liquidsoap-1.4.3.tar.bz2)
-> retrieved sexplib0.v0.16.0  (cached)
Processing 45/63: [camomile: dune build] [dune-configurator: rm] [gen: dune build] [menhir: dune build] [mm: ./configure] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 46/63: [camomile: dune build] [dune-configurator: rm] [gen: dune build] [menhir: dune build] [mm: ./configure] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 46/63: [camomile: dune build] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [mm: ./configure] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 46/63: [camomile: dune build] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [mm: ./configure] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 47/63: [camomile: dune build] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [mm: ./configure] [sexplib0: dune build]
-> compiled  sexplib0.v0.16.0
Processing 47/63: [camomile: dune build] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [mm: ./configure]
-> installed sexplib0.v0.16.0
Processing 48/63: [camomile: dune build] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [mm: ./configure]
Processing 49/63: [camomile: dune build] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [mm: ./configure] [ppxlib: dune build]
- 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 49/63: [camomile: dune build] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [mm: make] [ppxlib: dune build]
-> compiled  gen.1.1
Processing 49/63: [camomile: dune build] [dune-configurator: dune build] [menhir: dune build] [mm: make] [ppxlib: dune build]
-> installed gen.1.1
Processing 50/63: [camomile: dune build] [dune-configurator: dune build] [menhir: dune build] [mm: make] [ppxlib: dune build]
-> compiled  dune-configurator.3.13.0
Processing 50/63: [camomile: dune build] [menhir: dune build] [mm: make] [ppxlib: dune build]
-> installed dune-configurator.3.13.0
Processing 51/63: [camomile: dune build] [menhir: dune build] [mm: make] [ppxlib: dune build]
Processing 52/63: [camomile: dune build] [menhir: dune build] [mm: make] [pcre: dune build] [ppxlib: dune build]
-> compiled  pcre.7.5.0
Processing 52/63: [camomile: dune build] [menhir: dune build] [mm: make] [ppxlib: dune build]
-> installed pcre.7.5.0
Processing 53/63: [camomile: dune build] [menhir: dune build] [mm: make] [ppxlib: dune build]
Processing 54/63: [camomile: dune build] [duppy: ./configure] [menhir: dune build] [mm: make] [ppxlib: dune build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlyacc Camomile/internal/uReStrParser.mly)
- 4 shift/reduce conflicts.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__OOChannel.cmi -c -intf Camomile/public/oOChannel.mli)
- File "Camomile/public/oOChannel.mli", line 68, characters 34-42:
- 68 | class ['a] channel_of_stream : 'a Stream.t -> ['a] obj_input_channel
-                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/oOChannel.mli", line 71, characters 52-60:
- 71 | val stream_of_channel : 'a #obj_input_channel -> 'a Stream.t
-                                                          ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/oOChannel.mli", line 116, characters 22-43:
- 116 | class of_in_channel : Pervasives.in_channel -> char_input_channel
-                             ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/oOChannel.mli", line 119, characters 23-45:
- 119 | class of_out_channel : Pervasives.out_channel -> char_output_channel
-                              ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__Byte_labeled_dag.cmo -c -impl Camomile/internal/byte_labeled_dag.ml)
- File "Camomile/internal/byte_labeled_dag.ml", line 90, characters 29-47:
- 90 |   let comp (s1, _) (s2, _) = Pervasives.compare s1 s2 in
-                                   ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__OOChannel.cmo -c -impl Camomile/public/oOChannel.ml)
- File "Camomile/public/oOChannel.ml", line 54, characters 10-21:
- 54 |       try Stream.next s with Stream.Failure -> raise End_of_file
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/oOChannel.ml", line 54, characters 29-43:
- 54 |       try Stream.next s with Stream.Failure -> raise End_of_file
-                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/oOChannel.ml", line 59, characters 2-13:
- 59 |   Stream.from (fun _ ->
-        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__CharEncoding.cmi -c -intf Camomile/public/charEncoding.mli)
- File "Camomile/public/charEncoding.mli", line 133, characters 27-49:
- 133 |   class out_channel : t -> Pervasives.out_channel -> [UChar.t] obj_output_channel
-                                  ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/charEncoding.mli", line 138, characters 26-47:
- 138 |   class in_channel : t -> Pervasives.in_channel -> [UChar.t] obj_input_channel
-                                 ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/charEncoding.mli", line 142, characters 29-37:
- 142 |   val ustream_of : t -> char Stream.t -> UChar.t Stream.t
-                                    ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/charEncoding.mli", line 142, characters 49-57:
- 142 |   val ustream_of : t -> char Stream.t -> UChar.t Stream.t
-                                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/charEncoding.mli", line 146, characters 36-44:
- 146 |   val char_stream_of : t -> UChar.t Stream.t -> char Stream.t
-                                           ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/charEncoding.mli", line 146, characters 53-61:
- 146 |   val char_stream_of : t -> UChar.t Stream.t -> char Stream.t
-                                                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__OOChannel.cmx -c -impl Camomile/public/oOChannel.ml)
- File "Camomile/public/oOChannel.ml", line 54, characters 10-21:
- 54 |       try Stream.next s with Stream.Failure -> raise End_of_file
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/oOChannel.ml", line 54, characters 29-43:
- 54 |       try Stream.next s with Stream.Failure -> raise End_of_file
-                                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/oOChannel.ml", line 59, characters 2-13:
- 59 |   Stream.from (fun _ ->
-        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__UTF8.cmo -c -impl Camomile/public/uTF8.ml)
- File "Camomile/public/uTF8.ml", line 197, characters 20-38:
- 197 | let compare s1 s2 = Pervasives.compare s1 s2
-                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__UCS4.cmo -c -impl Camomile/public/uCS4.ml)
- File "Camomile/public/uCS4.ml", line 143, characters 9-27:
- 143 |     0 -> Pervasives.compare a b
-                ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__UCS4.cmx -c -impl Camomile/public/uCS4.ml)
- File "Camomile/public/uCS4.ml", line 143, characters 9-27:
- 143 |     0 -> Pervasives.compare a b
-                ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__Byte_labeled_dag.cmx -c -impl Camomile/internal/byte_labeled_dag.ml)
- File "Camomile/internal/byte_labeled_dag.ml", line 90, characters 29-47:
- 90 |   let comp (s1, _) (s2, _) = Pervasives.compare s1 s2 in
-                                   ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__UTF8.cmx -c -impl Camomile/public/uTF8.ml)
- File "Camomile/public/uTF8.ml", line 197, characters 20-38:
- 197 | let compare s1 s2 = Pervasives.compare s1 s2
-                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__UCol.cmo -c -impl Camomile/public/uCol.ml)
- File "Camomile/public/uCol.ml", line 734, characters 8-26:
- 734 |         Pervasives.compare key1 key2
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/uCol.ml", line 785, characters 8-26:
- 785 |         Pervasives.compare k key
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__CharEncoding.cmo -c -impl Camomile/public/charEncoding.ml)
- File "Camomile/public/charEncoding.ml", line 134, characters 27-49:
- 134 |   class out_channel : t -> Pervasives.out_channel -> [UChar.t] obj_output_channel
-                                  ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/charEncoding.ml", line 139, characters 26-47:
- 139 |   class in_channel : t -> Pervasives.in_channel -> [UChar.t] obj_input_channel
-                                 ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/charEncoding.ml", line 143, characters 29-37:
- 143 |   val ustream_of : t -> char Stream.t -> UChar.t Stream.t
-                                    ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/charEncoding.ml", line 143, characters 49-57:
- 143 |   val ustream_of : t -> char Stream.t -> UChar.t Stream.t
-                                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/charEncoding.ml", line 147, characters 36-44:
- 147 |   val char_stream_of : t -> UChar.t Stream.t -> char Stream.t
-                                           ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/charEncoding.ml", line 147, characters 53-61:
- 147 |   val char_stream_of : t -> UChar.t Stream.t -> char Stream.t
-                                                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -I Camomile -w -40 -g -bin-annot -I Camomile/tools/.camomilelocaledef.eobjs/byte -I Camomile/.camomileLibrary.objs/byte -I Camomile/toolslib/.toolslib.objs/byte -no-alias-deps -o Camomile/tools/.camomilelocaledef.eobjs/byte/camomilelocaledef_lexer.cmi -c -intf Camomile/tools/camomilelocaledef_lexer.mli)
- File "Camomile/tools/camomilelocaledef_lexer.mli", line 11, characters 36-44:
- 11 | val lexer : CamomileLibrary.UChar.t Stream.t -> token list
-                                          ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -I Camomile -w -40 -g -bin-annot -I Camomile/tools/.camomilelocaledef.eobjs/byte -I Camomile/.camomileLibrary.objs/byte -I Camomile/toolslib/.toolslib.objs/byte -no-alias-deps -o Camomile/tools/.camomilelocaledef.eobjs/byte/camomilelocaledef.cmo -c -impl Camomile/tools/camomilelocaledef.ml)
- File "Camomile/tools/camomilelocaledef.ml", line 215, characters 11-28:
- 215 |   let cs = Stream.of_channel readfile in
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__UCol.cmx -c -impl Camomile/public/uCol.ml)
- File "Camomile/public/uCol.ml", line 734, characters 8-26:
- 734 |         Pervasives.compare key1 key2
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/uCol.ml", line 785, characters 8-26:
- 785 |         Pervasives.compare k key
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__CharEncoding.cmx -c -impl Camomile/public/charEncoding.ml)
- File "Camomile/public/charEncoding.ml", line 134, characters 27-49:
- 134 |   class out_channel : t -> Pervasives.out_channel -> [UChar.t] obj_output_channel
-                                  ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/charEncoding.ml", line 139, characters 26-47:
- 139 |   class in_channel : t -> Pervasives.in_channel -> [UChar.t] obj_input_channel
-                                 ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/charEncoding.ml", line 143, characters 29-37:
- 143 |   val ustream_of : t -> char Stream.t -> UChar.t Stream.t
-                                    ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/charEncoding.ml", line 143, characters 49-57:
- 143 |   val ustream_of : t -> char Stream.t -> UChar.t Stream.t
-                                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/charEncoding.ml", line 147, characters 36-44:
- 147 |   val char_stream_of : t -> UChar.t Stream.t -> char Stream.t
-                                           ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/public/charEncoding.ml", line 147, characters 53-61:
- 147 |   val char_stream_of : t -> UChar.t Stream.t -> char Stream.t
-                                                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -I Camomile -w -40 -g -I Camomile/toolslib/.toolslib.objs/byte -I Camomile/toolslib/.toolslib.objs/native -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomile_yuge.objs/byte -I Camomile/.camomile_yuge.objs/native -intf-suffix .ml -no-alias-deps -o Camomile/toolslib/.toolslib.objs/native/absCe.cmx -c -impl Camomile/toolslib/absCe.ml)
- File "Camomile/toolslib/absCe.ml", line 52, characters 47-65:
- 52 | module Elt = struct type t = elt let compare = Pervasives.compare end
-                                                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -I Camomile -w -40 -g -I Camomile/tools/.camomilelocaledef.eobjs/byte -I Camomile/tools/.camomilelocaledef.eobjs/native -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/toolslib/.toolslib.objs/byte -I Camomile/toolslib/.toolslib.objs/native -intf-suffix .ml -no-alias-deps -o Camomile/tools/.camomilelocaledef.eobjs/native/camomilelocaledef_lexer.cmx -c -impl Camomile/tools/camomilelocaledef_lexer.ml)
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 21, characters 8-19:
- 21 |   match Stream.next s with
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 23, characters 14-28:
- 23 |   | exception Stream.Failure -> List.rev a
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 46, characters 8-19:
- 46 |   match Stream.peek s with
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 47, characters 12-25:
- 47 |   | None -> Stream.sempty
-                  ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 49, characters 4-15:
- 49 |     Stream.junk s;
-          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 53, characters 14-26:
- 53 |       | ct -> Stream.icons (c, ct, u) (Stream.slazy (fun () -> prep s))
-                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 53, characters 39-51:
- 53 |       | ct -> Stream.icons (c, ct, u) (Stream.slazy (fun () -> prep s))
-                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 57, characters 8-19:
- 57 |   match Stream.next s with
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 67, characters 14-28:
- 67 |   | exception Stream.Failure -> Stream.sempty
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 59, characters 16-27:
- 59 |     begin match Stream.next s with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 63, characters 18-32:
- 63 |       | exception Stream.Failure -> Stream.icons data (remove_comment s)
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 62, characters 13-25:
- 62 |       | _ -> Stream.icons data (remove_comment s)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 63, characters 36-48:
- 63 |       | exception Stream.Failure -> Stream.icons data (remove_comment s)
-                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 65, characters 32-44:
- 65 |   | (Some '"', _, _) as data -> Stream.icons data (in_quote s)
-                                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 66, characters 12-24:
- 66 |   | data -> Stream.icons data (remove_comment s)
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 67, characters 32-45:
- 67 |   | exception Stream.Failure -> Stream.sempty
-                                      ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 69, characters 8-19:
- 69 |   match Stream.next s with
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 73, characters 14-28:
- 73 |   | exception Stream.Failure -> Stream.sempty
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 73, characters 32-45:
- 73 |   | exception Stream.Failure -> Stream.sempty
-                                      ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 75, characters 8-19:
- 75 |   match Stream.next s with
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 83, characters 14-28:
- 83 |   | exception Stream.Failure -> Stream.sempty
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 77, characters 16-27:
- 77 |     begin match Stream.next s with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 80, characters 18-32:
- 80 |       | exception Stream.Failure -> comment2 s
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 83, characters 32-45:
- 83 |   | exception Stream.Failure -> Stream.sempty
-                                      ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 85, characters 8-20:
- 85 |   match Stream.npeek 2 s with
-              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 87, characters 4-15:
- 87 |     Stream.junk s;
-          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 88, characters 4-15:
- 88 |     Stream.junk s;
-          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 89, characters 4-16:
- 89 |     Stream.icons data1 (Stream.icons data2 (in_quote s))
-          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 89, characters 24-36:
- 89 |     Stream.icons data1 (Stream.icons data2 (in_quote s))
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 92, characters 4-15:
- 92 |     Stream.junk s;
-          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 93, characters 4-16:
- 93 |     Stream.icons data (remove_comment s)
-          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 95, characters 16-27:
- 95 |     begin match Stream.next s with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 97, characters 18-32:
- 97 |       | exception Stream.Failure -> Stream.sempty
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 96, characters 16-28:
- 96 |       | data -> Stream.icons data (in_quote s)
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 97, characters 36-49:
- 97 |       | exception Stream.Failure -> Stream.sempty
-                                          ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 101, characters 8-19:
- 101 |   match Stream.next st with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 104, characters 14-28:
- 104 |   | exception Stream.Failure -> Stream.sempty
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 103, characters 9-21:
- 103 |   | e -> Stream.icons e (merge_text st)
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 104, characters 32-45:
- 104 |   | exception Stream.Failure -> Stream.sempty
-                                       ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 106, characters 8-19:
- 106 |   match Stream.next st with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 109, characters 14-28:
- 109 |   | exception Stream.Failure -> Stream.sempty
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 108, characters 9-21:
- 108 |   | e -> Stream.icons (Text s) (Stream.icons e (merge_text st))
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 108, characters 32-44:
- 108 |   | e -> Stream.icons (Text s) (Stream.icons e (merge_text st))
-                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 109, characters 32-45:
- 109 |   | exception Stream.Failure -> Stream.sempty
-                                       ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 113, characters 10-21:
- 113 |     match Stream.next s with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 122, characters 16-30:
- 122 |     | exception Stream.Failure -> Stream.sempty
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 114, characters 24-36:
- 114 |     | Some '{', _, _ -> Stream.icons Brace_l (parse s)
-                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 115, characters 24-36:
- 115 |     | Some '}', _, _ -> Stream.icons Brace_r (parse s)
-                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 116, characters 24-36:
- 116 |     | Some ':', _, _ -> Stream.icons Colon (parse s)
-                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 117, characters 24-36:
- 117 |     | Some ',', _, _ -> Stream.icons Comma (parse s)
-                               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 121, characters 17-29:
- 121 |     | e -> text (Stream.icons e s)
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 122, characters 34-47:
- 122 |     | exception Stream.Failure -> Stream.sempty
-                                         ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 126, characters 12-24:
- 126 |       match Stream.npeek 2 s with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 128, characters 8-19:
- 128 |         Stream.junk st;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 129, characters 8-19:
- 129 |         Stream.junk st;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 134, characters 20-31:
- 134 |         begin match Stream.next st with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 142, characters 22-36:
- 142 |           | exception Stream.Failure -> failwith "A quote is not enclosed."
-                             ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 138, characters 12-24:
- 138 |             Stream.icons (Text s') (parse st)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 148, characters 12-23:
- 148 |       match Stream.next st with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 161, characters 18-32:
- 161 |       |	exception Stream.Failure ->
-              	          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 153, characters 8-20:
- 153 |         Stream.icons (Text s') (parse st)
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 157, characters 8-20:
- 157 |         Stream.icons (Text s') (parse (Stream.icons e st))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 157, characters 39-51:
- 157 |         Stream.icons (Text s') (parse (Stream.icons e st))
-                                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "Camomile/tools/camomilelocaledef_lexer.ml", line 164, characters 8-22:
- 164 |         Stream.of_list [Text s'] in
-               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -I Camomile -w -40 -g -I Camomile/tools/.camomilelocaledef.eobjs/byte -I Camomile/tools/.camomilelocaledef.eobjs/native -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/toolslib/.toolslib.objs/byte -I Camomile/toolslib/.toolslib.objs/native -intf-suffix .ml -no-alias-deps -o Camomile/tools/.camomilelocaledef.eobjs/native/camomilelocaledef.cmx -c -impl Camomile/tools/camomilelocaledef.ml)
- File "Camomile/tools/camomilelocaledef.ml", line 215, characters 11-28:
- 215 |   let cs = Stream.of_channel readfile in
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ar.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/az.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/div.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/el.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/fa.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/gu.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/hi__DIRECT.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/he.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/kk.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/hi.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ky.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/mn.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/pa.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/kn.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ka.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/sa.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/mr.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/syr.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/tt.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/uz.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/te.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ur.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ta.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/th.txt locales)
- Warning : file loading is not supported.
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/vi.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ja.txt locales)
- Warning : strength option is not supported
-> compiled  camomile.1.0.2
Processing 54/63: [duppy: ./configure] [menhir: dune build] [mm: make] [ppxlib: dune build]
-> installed camomile.1.0.2
Processing 55/63: [duppy: ./configure] [menhir: dune build] [mm: make] [ppxlib: dune build]
- configuring ocaml-duppy 0.8.0
- 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 ocaml pcre module... ok
- checking for ocaml bytes module... ok
- checking for ocaml ssl module... Not found.
- checking for ocaml osx-secure-transport module... Not found.
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/META
- config.status: creating src/Makefile
- config.status: creating examples/Makefile.telnet
- config.status: creating examples/Makefile.http
Processing 55/63: [duppy: make] [menhir: dune build] [mm: make] [ppxlib: dune build]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
- making ._bcdi/duppy.di from duppy.mli
- making ._d/duppy.d from duppy.ml
- ocamlc.opt -thread -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.14/include -Wall -DCAML_NAME_SPACE \
- 			-DPIC -fPIC -I/home/opam/.opam/4.14/include  \
- 			  -I/home/opam/.opam/4.14/lib/pcre -I/home/opam/.opam/4.14/lib/bytes  -o duppy_stubs.o " duppy_stubs.c 
- ar rcs libduppy_stubs.a  duppy_stubs.o
- ocamlc.opt -thread -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/bytes duppy.mli
- File "duppy.mli", line 373, characters 19-26:
- 373 |     module Factory(Control : Mutex_control) : Mutex_t 
-                          ^^^^^^^
- Warning 67 [unused-functor-parameter]: unused functor parameter Control.
- ocamlc.opt -thread -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/bytes duppy.ml
- File "duppy.ml", line 63, characters 2-21:
- 63 |   timestamp : float ;
-        ^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field timestamp is never read.
- (However, this field is used to build or mutate values.)
- ocamlmklib    -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/bytes      \
- 			-o duppy_stubs  duppy_stubs.o  \
- 			
- ocamlc.opt -thread -a -dllib dllduppy_stubs.so    -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/bytes   -ccopt -L/home/opam/.opam/4.14/lib       \
- 			-cclib -lduppy_stubs   -o duppy.cma  duppy.cmo
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
- making ._ncdi/duppy.di from duppy.mli
- make[2]: 'libduppy_stubs.a' is up to date.
- ocamlopt.opt -thread -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/bytes duppy.ml
- File "duppy.ml", line 63, characters 2-21:
- 63 |   timestamp : float ;
-        ^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field timestamp is never read.
- (However, this field is used to build or mutate values.)
- ocamlopt.opt -thread -a     -I /home/opam/.opam/4.14/lib/pcre -I /home/opam/.opam/4.14/lib/bytes   -ccopt -L/home/opam/.opam/4.14/lib      -cclib -lduppy_stubs   \
- 			 -o duppy.cmxa duppy.cmx
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
-> compiled  duppy.0.8.0
Processing 55/63: [menhir: dune build] [mm: make] [ppxlib: dune build]
Processing 56/63: [menhir: dune build] [mm: make] [ppxlib: dune build] [duppy: make install]
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
- make[2]: 'libduppy_stubs.a' is up to date.
- make[2]: 'duppy.cma' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
- make[2]: 'libduppy_stubs.a' is up to date.
- make[2]: 'duppy.cmxa' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
- 
- Installing library with ocamlfind
- ocamlfind install  duppy META duppy.mli duppy.cmi duppy.cma duppy.cmxa duppy.cmx duppy.a libduppy_stubs.a dllduppy_stubs.so
- Installed /home/opam/.opam/4.14/lib/duppy/libduppy_stubs.a
- Installed /home/opam/.opam/4.14/lib/duppy/duppy.a
- Installed /home/opam/.opam/4.14/lib/duppy/duppy.cmx
- Installed /home/opam/.opam/4.14/lib/duppy/duppy.cmxa
- Installed /home/opam/.opam/4.14/lib/duppy/duppy.cma
- Installed /home/opam/.opam/4.14/lib/duppy/duppy.cmi
- Installed /home/opam/.opam/4.14/lib/duppy/duppy.mli
- Installed /home/opam/.opam/4.14/lib/stublibs/dllduppy_stubs.so
- Installed /home/opam/.opam/4.14/lib/stublibs/dllduppy_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/duppy/META
- 
- Installation successful.
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/duppy.0.8.0/src'
-> installed duppy.0.8.0
Processing 56/63: [menhir: dune build] [mm: make] [ppxlib: dune build]
- /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 56/63: [menhir: dune build] [ppxlib: dune build]
Processing 57/63: [menhir: dune build] [ppxlib: dune build] [mm: make install]
- /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 57/63: [menhir: dune build] [ppxlib: dune build]
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
- (cd _build/default && src/stage2/.bin/menhir --no-pager --table --fixed-exception --require-aliases --strict --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-> compiled  menhir.20211128
Processing 57/63: [ppxlib: dune build]
-> installed menhir.20211128
Processing 58/63: [ppxlib: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "ppxlib" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppxlib.0.31.0)
-> compiled  ppxlib.0.31.0
-> installed ppxlib.0.31.0
Processing 60/63: [sedlex: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "sedlex" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/sedlex.3.2)
-> compiled  sedlex.3.2
-> installed sedlex.3.2
Processing 62/63: [liquidsoap: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/./configure "--prefix" "/home/opam/.opam/4.14" "--sbindir=/home/opam/.opam/4.14/lib/liquidsoap/sbin" "--libexecdir=/home/opam/.opam/4.14/lib/liquidsoap/libexec" "--sysconfdir=/home/opam/.opam/4.14/lib/liquidsoap/etc" "--sharedstatedir=/home/opam/.opam/4.14/lib/liquidsoap/com" "--localstatedir=/home/opam/.opam/4.14/lib/liquidsoap/var" "--libdir=/home/opam/.opam/4.14/lib/liquidsoap/lib" "--includedir=/home/opam/.opam/4.14/lib/liquidsoap/include" "--datarootdir=/home/opam/.opam/4.14/lib/liquidsoap/share" "--with-bash-completion-dir=/home/opam/.opam/4.14/lib/liquidsoap/etc/bash_completion.d" "--with-user=dummy" "--with-group=dummy" (CWD=/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3)
- configure: WARNING: unrecognized options: --with-bash-completion-dir
- fatal: not a git repository (or any of the parent directories): .git
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for GNU make... make
- checking whether user dummy exists... no
- configure: WARNING: Won't be able to install log and PID directories!
- 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 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 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 whether ocamlopt accepts -ffast-math... no
- checking for ocamlc version... 4.14.1
- checking for ocaml bytes module... ok
- checking for ocaml pcre module... ok
- checking for ocaml sedlex module >= 2.0... ok
- checking for ocaml menhirLib module... ok
- checking for ocaml dtools module >= 0.4.0... ok
- checking for ocaml duppy module >= 0.6.0... ok
- checking for ocaml cry module >= 0.6.0... Not found.
- checking for ocaml mm module >= 0.5.0... ok
- checking for ocaml xmlplaylist module >= 0.1.3... Not found.
- checking for ocaml lastfm module >= 0.3.0... lastfm needs xmlplaylist
- checking for ocaml ogg module >= 0.5.0... Not found.
- checking for ocaml vorbis module >= 0.7.0... vorbis needs ogg
- checking for ocaml opus module >= 0.1.3... opus needs ogg
- checking for ocaml speex module >= 0.2.1... speex needs ogg
- checking for ocaml mad module >= 0.4.4... Not found.
- checking for ocaml flac module >= 0.1.5... Not found.
- checking for ocaml flac.ogg module... flac_ogg needs ogg flac
- checking for ocaml dynlink module... ok
- checking whether ocaml compiler supports dynlink... yes
- checking for ocaml lame module >= 0.3.2... Not found.
- checking for ocaml shine module >= 0.2.0... Not found.
- checking for ocaml gstreamer module >= 0.3.0... Not found.
- checking for ocaml frei0r module >= 0.1.0... Not found.
- checking for ocaml fdkaac module >= 0.3.1... Not found.
- checking for ocaml theora module >= 0.3.1... theora needs ogg
- checking for ocaml gavl module >= 0.1.4... Not found.
- checking for ocaml ffmpeg module >= 0.4.1... Not found.
- checking for ocaml bjack module >= 0.1.3... Not found.
- checking for ocaml alsa module >= 0.2.1... Not found.
- checking for ocaml ao module >= 0.2.0... Not found.
- checking for ocaml samplerate module >= 0.1.1... Not found.
- checking for ocaml taglib module >= 0.3.0... Not found.
- checking sys/soundcard.h usability... yes
- checking sys/soundcard.h presence... yes
- checking for sys/soundcard.h... yes
- checking for ocaml ssl module >= 0.5.2... Not found.
- checking for ocaml osx-secure-transport module... Not found.
- checking for ocaml magic module... Not found.
- checking for ocaml camomile module >= 1.0.0... ok
- checking for ocaml inotify module >= 1.5... Not found.
- checking for ocaml yojson module... Not found.
- checking for ocaml faad module >= 0.4.0... Not found.
- checking for ocaml soundtouch module >= 0.1.7... Not found.
- checking for ocaml portaudio module >= 0.2.0... Not found.
- checking for ocaml pulseaudio module >= 0.1.2... Not found.
- checking for ocaml ladspa module >= 0.1.4... Not found.
- checking for ocaml dssi module >= 0.1.0... Not found.
- checking for ocaml sdl module... Not found.
- checking for ocaml camlimages module >= 4.0.0... Not found.
- checking for ocaml srt.types module >= 0.1.0... Not found.
- checking for ocaml srt.stubs module >= 0.1.0... Not found.
- checking for ocaml srt.stubs module >= 0.1.0... Not found.
- checking for ocaml srt module >= 0.1.0... Not found.
- checking for ocaml lo module >= 0.1.2... Not found.
- checking for ocaml gd module... Not found.
- checking for ocaml winsvc module >= 0.0.1... Not found.
- checking for python... no
- 
- configure: creating ./config.status
- config.status: creating doc/content/install.md
- config.status: creating doc/content/build.md
- config.status: creating doc/liquidsoap.1.md
- config.status: creating Makefile.defs
- config.status: creating src/META
- config.status: creating liquidsoap.opam
- config.status: creating config.h
- configure: WARNING: unrecognized options: --with-bash-completion-dir
- Creating scripts/liquidsoap.logrotate
- 
-  ----------------------------------------------------------------- Compilation
- 
-  Compiler       : ocamlfind ocamlopt
-  Version        : 4.14.1
-  OS             : Unix
-  Plugins        :
-  Custom path    : no
-  OCAML_CFLAGS   : -g -annot -bin-annot  -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -ccopt "$(CFLAGS)" -package bytes -package pcre -package sedlex -package sedlex.ppx -package menhirLib -package dtools -package duppy -package mm -package dynlink -package camomile -I /types -I /stubs -I /stubs/locked
-  OCAML_LFLAGS   : -g -linkpkg -package unix -package threads -package str -package bigarray -cc "$(CC)"
-  CFLAGS         :  -I$(top_srcdir) -I/home/opam/.opam/4.14/include -fPIC -I/home/opam/.opam/4.14/lib/ocaml -g
-  LDFLAGS        :  -L/home/opam/.opam/4.14/lib
-  
-  ---------------------------------------------------------------- Installation
- 
-  prefix         : /home/opam/.opam/4.14
-  exec_prefix    : ${prefix}
-  binary         : ${exec_prefix}/bin
-  configuration  : /home/opam/.opam/4.14/lib/liquidsoap/etc/liquidsoap
-  logging        : /home/opam/.opam/4.14/lib/liquidsoap/var/log/liquidsoap
-  PIDs           : /home/opam/.opam/4.14/lib/liquidsoap/var/run/liquidsoap
-  logrotate conf : /home/opam/.opam/4.14/lib/liquidsoap/etc/logrotate.d
-  man page       : ${datarootdir}/man/man1
-  doc            : ${datarootdir}/doc
-  bash completion: ${sysconfdir}/bash_completion.d
-  emacs mode     : ${prefix}/share/emacs/site-lisp/liquidsoap-mode
- 
-  -------------------------------------------------------------------- Features
- 
-  * Supported input formats
-    - AAC               : no (requires faad)
-    - Ffmpeg            : no (requires ffmpeg)
-    - Flac (native)     : no (requires flac)
-    - Flac (ogg)        : no (requires flac.ogg)
-    - Mp3               : no (requires mad)
-    - Opus              : no (requires opus)
-    - Speex             : no (requires speex)
-    - Theora            : no (requires theora)
-    - Vorbis            : no (requires vorbis)
-    - XML playlists     : no (requires xmlplaylist)
- 
-  * Supported output formats
-    - FDK-AAC           : detected at runtime
-    - Ffmpeg            : no (requires ffmpeg)
-    - MP3               : detected at runtime
-    - MP3 (fixed-point) : no (requires shine)
-    - Opus              : no (requires opus)
-    - SPEEX             : no (requires speex)
-    - Theora            : no (requires theora)
-    - Vorbis            : no (requires vorbis)
- 
-  * Tags
-    - charset detection : yes
-    - Taglib (ID3 tags) : no (requires taglib)
-    - Vorbis            : no (requires vorbis)
- 
-  * Input / output
-    - ALSA              : no (requires alsa)
-    - AO                : no (requires ao)
-    - Icecast/Shoutcast : no (requires cry)
-    - GStreamer         : no (requires gstreamer)
-    - JACK              : no (requires bjack)
-    - OSS               : yes
-    - Portaudio         : no (requires portaudio)
-    - Pulseaudio        : no (requires pulseaudio)
-    - SRT               : no (requires srt)
- 
-  * Audio manipulation
-    - LADSPA            : no (requires ladspa)
-    - Samplerate        : no (requires samplerate)
-    - SoundTouch        : no (requires soundtouch)
- 
-  * Video manipulation
-    - camlimages        : no (requires camlimages)
-    - FFmpeg            : no (requires ffmpeg)
-    - frei0r            : no (requires frei0r)
-    - Gavl              : no (requires gavl)
- 
-  * MIDI manipulation
-    - DSSI              : no (requires dssi)
- 
-  * Visualization
-    - GD                : no (requires gd)
-    - Graphics          : no
-    - SDL               : no (requires sdl)
- 
-  * Additional libraries
-    - curl URI resolver : requires curl at runtime
-    - dynlink           : yes
-    - inotify           : no (requires inotify)
-    - lo                : no (requires lo)
-    - magic             : no (requires magic)
-    - SecureTransport   : no (requires osx-secure-transport)
-    - ssl               : no (requires ssl)
-    - windows service   : no (requires winsvc)
-    - yojson            : no (requires yojson)
- 
-  * Graphical interfaces
-    - Python GUI        : no
- 
-  -----------------------------------------------------------------------------
- 
-  You may now compile liquidsoap by running "make".
-  In case of significant library update, "make clean" is needed first.
- 
-  If you want a local version of the documentation, run "make doc".
- 
-  Then, perform installation by running "make install" as root.
- 
-  And... have fun!
- 
- <WARNING>
- 
-  The specified user/group (dummy/dummy) for running liquidsoap as a daemon
-  do not exist, so I won't install log and PID directories.
- 
-  For a fully functional liquidsoap installation, please configure again
-  with existing user/group. You may use --with-user=<user> --with-group=<group>
-  to override the default.
- 
- </WARNING>
- 
Processing 62/63: [liquidsoap: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3)
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/tools'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/tools'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/decoder'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/decoder/image'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/decoder/image'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/decoder'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/playlists'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/playlists'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/encoder'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/encoder'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/protocols'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/protocols'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/plugins'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/plugins'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/stream'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/stream'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/lang'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/lang'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/ogg_formats'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/ogg_formats'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters/audio'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters/audio'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters/video'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters/video'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/operators'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/operators'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/sources'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/sources'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/conversions'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/conversions'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/outputs'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/outputs'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/io'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/io'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/visualization'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/visualization'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/analyze'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/analyze'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/synth'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/synth'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/harbor'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/harbor'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/lang_encoders'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/lang_encoders'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/encoder_formats'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/encoder_formats'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src'
- MENHIR lang/lang_parser.mly
- OCAMLDEP
- OCAMLOPT -c tools/log.mli
- OCAMLOPT -c tools/log.ml
- OCAMLOPT -c tools/extralib.ml
- File "tools/extralib.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/JSON.mli
- OCAMLOPT -c tools/JSON.ml
- File "tools/JSON.ml", line 12, characters 12-29:
- 12 | let lexer = Genlex.make_lexer ["{"; "}"; "["; "]"; ","; ":"]
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 15, characters 8-19:
- 15 |   match Stream.next stream with
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 16, characters 6-18:
- 16 |     | Genlex.Ident "true" -> `Bool true
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 17, characters 6-18:
- 17 |     | Genlex.Ident "false" -> `Bool false
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 18, characters 6-18:
- 18 |     | Genlex.Ident "null" -> `Null
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 19, characters 6-19:
- 19 |     | Genlex.String s | Genlex.Ident s -> `String s
-            ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 19, characters 24-36:
- 19 |     | Genlex.String s | Genlex.Ident s -> `String s
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 20, characters 6-17:
- 20 |     | Genlex.Char c -> `String (String.make 1 c)
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 21, characters 6-18:
- 21 |     | Genlex.Float f -> `Float f
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 22, characters 6-16:
- 22 |     | Genlex.Int n -> `Int n
-            ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 23, characters 6-16:
- 23 |     | Genlex.Kwd "{" -> `Assoc (parse_assoc stream)
-            ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 24, characters 6-16:
- 24 |     | Genlex.Kwd "[" -> `List (parse_list stream)
-            ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 28, characters 8-19:
- 28 |   match Stream.next stream with
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 29, characters 6-19:
- 29 |     | Genlex.String l | Genlex.Ident l ->
-            ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 29, characters 24-36:
- 29 |     | Genlex.String l | Genlex.Ident l ->
-                              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 36, characters 6-16:
- 36 |     | Genlex.Kwd "}" -> []
-            ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 30, characters 11-22:
- 30 |         if Stream.next stream <> Genlex.Kwd ":" then raise Error;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 30, characters 33-43:
- 30 |         if Stream.next stream <> Genlex.Kwd ":" then raise Error;
-                                       ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 32, characters 16-27:
- 32 |         let k = Stream.next stream in
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 33, characters 15-25:
- 33 |         if k = Genlex.Kwd "," then (l, v) :: parse_assoc stream
-                     ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 34, characters 20-30:
- 34 |         else if k = Genlex.Kwd "}" then [(l, v)]
-                          ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 40, characters 8-19:
- 40 |   match Stream.peek stream with
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 41, characters 12-22:
- 41 |     | Some (Genlex.Kwd "]") ->
-                  ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 42, characters 8-19:
- 42 |         Stream.junk stream;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 46, characters 16-27:
- 46 |         let k = Stream.next stream in
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 47, characters 15-25:
- 47 |         if k = Genlex.Kwd "," then v :: parse_list stream
-                     ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 48, characters 20-30:
- 48 |         else if k = Genlex.Kwd "]" then [v]
-                          ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "tools/JSON.ml", line 53, characters 21-37:
- 53 |   let lexer = lexer (Stream.of_string s) in
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- OCAMLOPT -c tools/utils.ml
- File "tools/utils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/doc.ml
- File "tools/doc.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/plug.ml
- File "tools/plug.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/rqueue.mli
- OCAMLOPT -c tools/rqueue.ml
- OCAMLOPT -c tools/lame_dynlink.mli
- File "tools/lame_dynlink.mli", line 55, characters 2-38:
- 55 |   val encode_flush : encoder -> string
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value encode_flush.
- OCAMLOPT -c tools/lame_dynlink.ml
- File "tools/lame_dynlink.ml", line 98, characters 2-38:
- 98 |   val encode_flush : encoder -> string
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 32 [unused-value-declaration]: unused value encode_flush.
- OCAMLOPT -c tools/fdkaac_dynlink.mli
- OCAMLOPT -c tools/fdkaac_dynlink.ml
- OCAMLOPT -c tools/wav_aiff.mli
- OCAMLOPT -c tools/wav_aiff.ml
- OCAMLOPT -c tools/tutils.mli
- OCAMLOPT -c tools/tutils.ml
- OCAMLOPT -c tools/file_watcher.ml
- File "tools/file_watcher.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/file_watcher_mtime.ml
- File "tools/file_watcher_mtime.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/dyntools.ml
- File "tools/dyntools.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c configure.mli
- OCAMLOPT -c configure.ml
- OCAMLOPT -c tools/console.mli
- OCAMLOPT -c tools/console.ml
- OCAMLOPT -c tools/process_handler.mli
- OCAMLOPT -c tools/process_handler.ml
- OCAMLOPT -c tools/http.mli
- OCAMLOPT -c tools/http.ml
- OCAMLOPT -c tools/pool.ml
- File "tools/pool.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/sha1.ml
- File "tools/sha1.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/websocket.ml
- File "tools/websocket.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- File "tools/websocket.ml", line 85, characters 6-18:
- 85 |       rsv3 : bool;
-            ^^^^^^^^^^^^
- Warning 69 [unused-field]: record field rsv3 is never read.
- (However, this field is used to build or mutate values.)
- OCAMLOPT -c converters/audio_converter.mli
- OCAMLOPT -c converters/audio_converter.ml
- OCAMLOPT -c stream/frame.mli
- OCAMLOPT -c stream/frame.ml
- OCAMLOPT -c stream/generator.mli
- OCAMLOPT -c stream/generator.ml
- OCAMLOPT -c stream/aFrame.mli
- OCAMLOPT -c stream/aFrame.ml
- OCAMLOPT -c decoder/decoder.mli
- OCAMLOPT -c request.mli
- OCAMLOPT -c source.mli
- OCAMLOPT -c stream/vFrame.mli
- OCAMLOPT -c stream/vFrame.ml
- OCAMLOPT -c stream/mFrame.mli
- OCAMLOPT -c stream/mFrame.ml
- OCAMLOPT -c decoder/decoder.ml
- OCAMLOPT -c request.ml
- OCAMLOPT -c tools/server.mli
- OCAMLOPT -c tools/server.ml
- OCAMLOPT -c source.ml
- OCAMLOPT -c clock.mli
- OCAMLOPT -c clock.ml
- OCAMLOPT -c tools/rutils.mli
- OCAMLOPT -c tools/rutils.ml
- OCAMLOPT -c playlist_parser.ml
- File "playlist_parser.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats.ml
- File "encoder_formats.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/meta_format.mli
- OCAMLOPT -c encoder_formats/meta_format.ml
- OCAMLOPT -c encoder_formats/avi_format.ml
- File "encoder_formats/avi_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/external_encoder_format.ml
- File "encoder_formats/external_encoder_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/fdkaac_format.ml
- File "encoder_formats/fdkaac_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/flac_format.ml
- File "encoder_formats/flac_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/ffmpeg_format.ml
- File "encoder_formats/ffmpeg_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/gstreamer_format.ml
- File "encoder_formats/gstreamer_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/mp3_format.ml
- File "encoder_formats/mp3_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/opus_format.ml
- File "encoder_formats/opus_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/shine_format.ml
- File "encoder_formats/shine_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/speex_format.ml
- File "encoder_formats/speex_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/theora_format.ml
- File "encoder_formats/theora_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/vorbis_format.ml
- File "encoder_formats/vorbis_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/ogg_format.ml
- File "encoder_formats/ogg_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder_formats/wav_format.ml
- File "encoder_formats/wav_format.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder.ml
- File "encoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/server_builtins.ml
- File "tools/server_builtins.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/lang_types.mli
- OCAMLOPT -c lang/lang_types.ml
- OCAMLOPT -c lang/lang_values.ml
- File "lang/lang_values.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/lang_encoders.ml
- File "lang/lang_encoders.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_avi.ml
- File "lang_encoders/lang_avi.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_external_encoder.ml
- File "lang_encoders/lang_external_encoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_fdkaac.ml
- File "lang_encoders/lang_fdkaac.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_ffmpeg.ml
- File "lang_encoders/lang_ffmpeg.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_flac.ml
- File "lang_encoders/lang_flac.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_gstreamer.ml
- File "lang_encoders/lang_gstreamer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_mp3.ml
- File "lang_encoders/lang_mp3.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_opus.ml
- File "lang_encoders/lang_opus.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_shine.ml
- File "lang_encoders/lang_shine.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_speex.ml
- File "lang_encoders/lang_speex.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_theora.ml
- File "lang_encoders/lang_theora.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_vorbis.ml
- File "lang_encoders/lang_vorbis.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang_encoders/lang_wav.ml
- File "lang_encoders/lang_wav.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/lang_parser.mli
- OCAMLOPT -c lang/lang_parser.ml
- OCAMLOPT -c lang/lang_lexer.ml
- File "lang/lang_lexer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/lang_pp.ml
- File "lang/lang_pp.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/lang_errors.mli
- OCAMLOPT -c lang/lang_errors.ml
- OCAMLOPT -c lang/lang.mli
- OCAMLOPT -c lang/lang.ml
- OCAMLOPT -c tools/start_stop.ml
- File "tools/start_stop.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/ioRing.ml
- File "tools/ioRing.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/icecast_utils.ml
- File "tools/icecast_utils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/avi.ml
- File "tools/avi.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c converters/video_converter.mli
- OCAMLOPT -c converters/video_converter.ml
- OCAMLOPT -c converters/video/native_video_converter.ml
- File "converters/video/native_video_converter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c converters/audio/native_audio_converter.ml
- File "converters/audio/native_audio_converter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c protocols/annotate.ml
- File "protocols/annotate.ml", line 28, characters 5-11:
- 28 | open Genlex
-           ^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "protocols/annotate.ml", line 40, characters 6-17:
- 40 |       Stream.from (fun i ->
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "protocols/annotate.ml", line 46, characters 12-23:
- 46 |       match Stream.next lexer with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "protocols/annotate.ml", line 63, characters 20-31:
- 63 |               match Stream.next lexer with
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "protocols/annotate.ml", line 65, characters 26-37:
- 65 |                     match Stream.next lexer with
-                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "protocols/annotate.ml", line 77, characters 15-29:
- 77 |   with Error | Stream.Failure | Stream.Error _ ->
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "protocols/annotate.ml", line 77, characters 32-44:
- 77 |   with Error | Stream.Failure | Stream.Error _ ->
-                                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "protocols/annotate.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c protocols/mpd.ml
- File "protocols/mpd.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/synthesized.ml
- File "sources/synthesized.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/noise.ml
- File "sources/noise.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/blank.ml
- File "sources/blank.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/audio_gen.ml
- File "sources/audio_gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/request_source.mli
- OCAMLOPT -c sources/request_source.ml
- OCAMLOPT -c sources/latest_metadata.ml
- File "sources/latest_metadata.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/req_simple.ml
- File "sources/req_simple.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/playlist.ml
- File "sources/playlist.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/req_queue.ml
- File "sources/req_queue.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/req_equeue.ml
- File "sources/req_equeue.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/generated.ml
- File "sources/generated.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/http_source.ml
- File "sources/http_source.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c harbor/harbor_base.ml
- File "harbor/harbor_base.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c harbor/harbor.ml
- File "harbor/harbor.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/harbor_input.ml
- File "sources/harbor_input.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/external_input.ml
- File "tools/external_input.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/external_input_audio.ml
- File "sources/external_input_audio.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c sources/external_input_video.ml
- File "sources/external_input_video.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/liqMM.ml
- File "tools/liqMM.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c tools/sandbox.mli
- OCAMLOPT -c tools/sandbox.ml
- OCAMLOPT -c conversions/audio_to_stereo.ml
- File "conversions/audio_to_stereo.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c conversions/drop.ml
- File "conversions/drop.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c conversions/id.ml
- File "conversions/id.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c conversions/swap.ml
- File "conversions/swap.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c conversions/mean.ml
- File "conversions/mean.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c conversions/mux.ml
- File "conversions/mux.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c outputs/output.mli
- OCAMLOPT -c outputs/output.ml
- OCAMLOPT -c outputs/pipe_output.ml
- File "outputs/pipe_output.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c outputs/hls_output.ml
- File "outputs/hls_output.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c outputs/harbor_output.ml
- File "outputs/harbor_output.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/insert_metadata.ml
- File "operators/insert_metadata.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/map_metadata.ml
- File "operators/map_metadata.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/on_metadata.ml
- File "operators/on_metadata.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/store_metadata.ml
- File "operators/store_metadata.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/on_track.ml
- File "operators/on_track.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/on_end.ml
- File "operators/on_end.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/delay.ml
- File "operators/delay.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/max_duration.ml
- File "operators/max_duration.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/sequence.ml
- File "operators/sequence.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/add.ml
- File "operators/add.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/switch.ml
- File "operators/switch.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/cross.ml
- File "operators/cross.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/compress_exp.ml
- File "operators/compress_exp.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/pitch.ml
- File "operators/pitch.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/pipe.ml
- File "operators/pipe.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/fir_filter.ml
- File "operators/fir_filter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/iir_filter.ml
- File "operators/iir_filter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/filter_rc.ml
- File "operators/filter_rc.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/biquad_filter.ml
- File "operators/biquad_filter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/cuepoint.ml
- File "operators/cuepoint.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/map_op.ml
- File "operators/map_op.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/flanger.ml
- File "operators/flanger.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/comb.ml
- File "operators/comb.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/compress.ml
- File "operators/compress.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/clip.ml
- File "operators/clip.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/filter.ml
- File "operators/filter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/amplify.ml
- File "operators/amplify.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/normalize.ml
- File "operators/normalize.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/echo.ml
- File "operators/echo.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/append.ml
- File "operators/append.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/pan.ml
- File "operators/pan.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/ms_stereo.ml
- File "operators/ms_stereo.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/dyn_op.ml
- File "operators/dyn_op.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/video_effects.ml
- File "operators/video_effects.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/video_fade.ml
- File "operators/video_fade.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/noblank.ml
- File "operators/noblank.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/compand.ml
- File "operators/compand.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/on_offset.ml
- File "operators/on_offset.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/mixing_table.ml
- File "operators/mixing_table.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/prepend.ml
- File "operators/prepend.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/midi_routing.ml
- File "operators/midi_routing.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/sleeper.ml
- File "operators/sleeper.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/time_warp.ml
- File "operators/time_warp.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/resample.ml
- File "operators/resample.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/chord.ml
- File "operators/chord.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/video_text.ml
- File "operators/video_text.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/window_op.ml
- File "operators/window_op.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c operators/video_text_native.ml
- File "operators/video_text_native.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder/wav_encoder.ml
- File "encoder/wav_encoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder/avi_encoder.ml
- File "encoder/avi_encoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder/lame_encoder.ml
- File "encoder/lame_encoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder/fdkaac_encoder.ml
- File "encoder/fdkaac_encoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder/external_encoder.ml
- File "encoder/external_encoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder/lame_encoder_dynlink.ml
- File "encoder/lame_encoder_dynlink.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c encoder/fdkaac_encoder_dynlink.ml
- File "encoder/fdkaac_encoder_dynlink.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c decoder/metadata_decoder.ml
- File "decoder/metadata_decoder.ml", line 36, characters 10-21:
- 36 |     match Stream.next stream with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "decoder/metadata_decoder.ml", line 37, characters 8-18:
- 37 |       | Genlex.Kwd ":" -> read_meta timestamp
-              ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "decoder/metadata_decoder.ml", line 38, characters 8-18:
- 38 |       | Genlex.Int i -> read_meta (float i :: timestamp)
-              ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "decoder/metadata_decoder.ml", line 39, characters 8-20:
- 39 |       | Genlex.Float f -> read_meta (f :: timestamp)
-              ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "decoder/metadata_decoder.ml", line 40, characters 8-21:
- 40 |       | Genlex.String key -> (
-              ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "decoder/metadata_decoder.ml", line 41, characters 16-27:
- 41 |           match Stream.next stream with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "decoder/metadata_decoder.ml", line 42, characters 14-27:
- 42 |             | Genlex.String value -> (ts_of_list 1. timestamp, key, value)
-                    ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "decoder/metadata_decoder.ml", line 50, characters 14-31:
- 50 |   let lexer = Genlex.make_lexer [":"] (Stream.of_channel input) in
-                    ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "decoder/metadata_decoder.ml", line 50, characters 39-56:
- 50 |   let lexer = Genlex.make_lexer [":"] (Stream.of_channel input) in
-                                             ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "decoder/metadata_decoder.ml", line 52, characters 43-57:
- 52 |     match try Some (parse_item lexer) with Stream.Failure -> None with
-                                                 ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "decoder/metadata_decoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c decoder/wav_aiff_decoder.ml
- File "decoder/wav_aiff_decoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c decoder/midi_decoder.ml
- File "decoder/midi_decoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c decoder/image_decoder.ml
- File "decoder/image_decoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c decoder/image/ppm_decoder.ml
- File "decoder/image/ppm_decoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c decoder/external_decoder.ml
- File "decoder/external_decoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c decoder/raw_audio_decoder.ml
- File "decoder/raw_audio_decoder.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c analyze/analyze_rms.ml
- File "analyze/analyze_rms.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c playlists/playlist_basic.ml
- File "playlists/playlist_basic.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c visualization/vumeter.ml
- File "visualization/vumeter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c visualization/midimeter.ml
- File "visualization/midimeter.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c visualization/video_volume.ml
- File "visualization/video_volume.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c synth/keyboard.ml
- File "synth/keyboard.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c synth/synth_op.ml
- File "synth/synth_op.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c io/udp_io.ml
- File "io/udp_io.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c io/oss_io.ml
- File "io/oss_io.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c shebang.ml
- File "shebang.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/lang_builtins.ml
- File "lang/lang_builtins.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_list.ml
- File "lang/builtins_list.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_string.ml
- File "lang/builtins_string.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_json.ml
- File "lang/builtins_json.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_request.ml
- File "lang/builtins_request.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_http.ml
- File "lang/builtins_http.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_harbor.ml
- File "lang/builtins_harbor.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_dtools.ml
- File "lang/builtins_dtools.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_time.ml
- File "lang/builtins_time.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_callbacks.ml
- File "lang/builtins_callbacks.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_server.ml
- File "lang/builtins_server.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_math.ml
- File "lang/builtins_math.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_files.ml
- File "lang/builtins_files.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_resolvers.ml
- File "lang/builtins_resolvers.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c lang/builtins_process.ml
- File "lang/builtins_process.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c main.ml
- File "main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- OCAMLOPT -c runner.ml
- File "runner.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- CC -c tools/unix_c.c
- CC -c io/oss_io_c.c
- OCAMLOPT -o liquidsoap
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src'
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/examples'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/examples'
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/doc'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/doc/content'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/doc/content'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/doc'
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/gui'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/gui'
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/scripts'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/scripts/tests'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/scripts/tests'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/scripts'
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/libs'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/libs'
-> compiled  liquidsoap.1.4.3
Processing 63/63: [liquidsoap: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3)
- make -C doc doc-install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/doc'
- /usr/bin/install -c  -d /home/opam/.opam/4.14/lib/liquidsoap/share/doc/liquidsoap/html
- if [ -f html/index.html ] ; then \
-   cp -RfL html/* /home/opam/.opam/4.14/lib/liquidsoap/share/doc/liquidsoap/html ; \
-         fi
- if [ -f liquidsoap.1 ] ; then \
-   /usr/bin/install -c -d /home/opam/.opam/4.14/lib/liquidsoap/share/man/man1 ; \
-   /usr/bin/install -c -m 644 liquidsoap.1 /home/opam/.opam/4.14/lib/liquidsoap/share/man/man1 ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/doc'
- make -C examples doc-install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/examples'
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/liquidsoap/share/doc/liquidsoap-1.4.3/examples
- /usr/bin/install -c -m 644 fallible.liq geek.liq radio.liq transitions.liq README /home/opam/.opam/4.14/lib/liquidsoap/share/doc/liquidsoap-1.4.3/examples
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/examples'
- /usr/bin/install -c -d /home/opam/.opam/4.14/bin
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/liquidsoap/share/liquidsoap/1.4.3/bin
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/liquidsoap/share/liquidsoap/1.4.3/libs
- /usr/bin/install -c scripts/extract-replaygain /home/opam/.opam/4.14/lib/liquidsoap/share/liquidsoap/1.4.3/bin
- find libs | grep '\.liq$' | while read l; do \
-   /usr/bin/install -c -m 644 $l /home/opam/.opam/4.14/lib/liquidsoap/share/liquidsoap/1.4.3/libs ; \
- done
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/liquidsoap/etc/liquidsoap
- /usr/bin/install -c -m 644 examples/radio.liq /home/opam/.opam/4.14/lib/liquidsoap/etc/liquidsoap/radio.liq.example
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/liquidsoap/etc/logrotate.d
- /usr/bin/install -c -m 644 scripts/liquidsoap.logrotate /home/opam/.opam/4.14/lib/liquidsoap/etc/logrotate.d/liquidsoap
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/liquidsoap/etc/bash_completion.d
- /usr/bin/install -c -m 644 scripts/bash-completion /home/opam/.opam/4.14/lib/liquidsoap/etc/bash_completion.d/liquidsoap
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/emacs/site-lisp/liquidsoap-mode
- /usr/bin/install -c -m 644 scripts/liquidsoap-mode.el /home/opam/.opam/4.14/share/emacs/site-lisp/liquidsoap-mode/
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src'
- make[2]: 'liquidsoap' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src'
- /usr/bin/install -c -d /home/opam/.opam/4.14/bin
- /usr/bin/install -c liquidsoap /home/opam/.opam/4.14/bin
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/tools'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/tools'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/decoder'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/decoder/image'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/decoder/image'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/decoder'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/playlists'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/playlists'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/encoder'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/encoder'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/protocols'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/protocols'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/plugins'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/plugins'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/stream'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/stream'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/lang'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/lang'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/ogg_formats'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/ogg_formats'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters/audio'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters/audio'
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters/video'
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters/video'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/converters'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/operators'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/operators'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/sources'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/sources'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/conversions'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/conversions'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/outputs'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/outputs'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/io'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/io'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/visualization'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/visualization'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/analyze'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/analyze'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/synth'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/synth'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/harbor'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/harbor'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/lang_encoders'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/lang_encoders'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/encoder_formats'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src/encoder_formats'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/src'
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/examples'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/examples'
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/doc'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/doc/content'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/doc/content'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/doc'
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/gui'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/gui'
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/scripts'
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/scripts/tests'
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/scripts/tests'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/scripts'
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/libs'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/liquidsoap.1.4.3/libs'
-> installed liquidsoap.1.4.3
Done.

<><> liquidsoap.1.4.3 installed successfully ><><><><><><><><><><><><><><><><><>
=> ✨ Congratulations on installing liquidsoap! ✨
=> We noticed that you did not install any mp3 decoder. This is a feature most
   users want. You might need to install the mad or ffmpeg package.
=> We noticed that you did not install any mp3 encoder. This is a feature most
   users want. You might need to install the lame or shine package.
=> We noticed that you did not install the taglib package that provides support
   for reading metatadata in audio files. This is a feature most users want.
=> We noticed that you did not install the cry package that provides icecast
   output. This is a feature most users want.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:47.42 ---> saved as "026e234cbf2d6b8c7aea063593c278f5ca1685ce6a94e609644414d54faf42ee"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u liquidsoap:eda341d4b52f7d6f0c95aea48d8a8d55,duppy:1097386f77a5003160f4226684dbc20c,dtools:42869bead0586b31a3ab42bb9bc3b412"))
2024-01-29 18:47.44 ---> saved as "ba159c6526d7e34e9e8ea0f8a2b96dfcf3347787e345bd7b3cf8fcf68eb9ce45"

/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.655317') && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5,dtools.0.4.5-42869bead0586b31a3ab42bb9bc3b412,dtools.0.4.5 prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0,duppy.0.8.0-1097386f77a5003160f4226684dbc20c,duppy.0.8.0 prep/universes/eda341d4b52f7d6f0c95aea48d8a8d55/liquidsoap/1.4.3,liquidsoap.1.4.3-eda341d4b52f7d6f0c95aea48d8a8d55,liquidsoap.1.4.3; 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/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5,dtools.0.4.5-42869bead0586b31a3ab42bb9bc3b412,dtools.0.4.5 prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0,duppy.0.8.0-1097386f77a5003160f4226684dbc20c,duppy.0.8.0 prep/universes/eda341d4b52f7d6f0c95aea48d8a8d55/liquidsoap/1.4.3,liquidsoap.1.4.3-eda341d4b52f7d6f0c95aea48d8a8d55,liquidsoap.1.4.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5,dtools.0.4.5-42869bead0586b31a3ab42bb9bc3b412,dtools.0.4.5 prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0,duppy.0.8.0-1097386f77a5003160f4226684dbc20c,duppy.0.8.0 prep/universes/eda341d4b52f7d6f0c95aea48d8a8d55/liquidsoap/1.4.3,liquidsoap.1.4.3-eda341d4b52f7d6f0c95aea48d8a8d55,liquidsoap.1.4.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.655317
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/doc/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/doc/dtools/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/doc/dtools/CHANGES
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/doc/dtools/README.md
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dtools.ocamlobjinfo
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/META
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dtools.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dtools.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dtools.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dtools__.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dtools__.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dtools__Dtools_impl.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dtools__Dtools_impl.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dtools__Dtools_syslog.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dtools__Dtools_syslog.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/lib/dtools/dune-package
prep/universes/42869bead0586b31a3ab42bb9bc3b412/dtools/0.4.5/opam
prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0/lib/
prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0/lib/duppy/
prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0/lib/duppy/duppy.ocamlobjinfo
prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0/lib/duppy/META
prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0/lib/duppy/duppy.cmi
prep/universes/1097386f77a5003160f4226684dbc20c/duppy/0.8.0/opam
prep/universes/eda341d4b52f7d6f0c95aea48d8a8d55/liquidsoap/1.4.3/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.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:dtools.0.4.5-42869bead0586b31a3ab42bb9bc3b412:b2dc83f62e24fd5ac643f8af77006b80ae2f2e597217b5e9e56f67551460ec5e
HASHES:duppy.0.8.0-1097386f77a5003160f4226684dbc20c:d05fb933dbda487a58f3da6eed51364bd42ec5dc26f868aefe8381d4aac2f8fc
HASHES:liquidsoap.1.4.3-eda341d4b52f7d6f0c95aea48d8a8d55:1d54a10af002d5fc050be3361a745efb71146ac4cb1d1ed2c2fd188aef913796
2024-01-29 18:47.46 ---> saved as "a2e8412f71071d2199a2392c3093975b1778629774d10ebdcee630bc68a8b97f"
Job succeeded
2024-01-29 18:53.12: liquidsoap.1.4.3-eda341d4b52f7d6f0c95aea48d8a8d55 -> 1d54a10af002d5fc050be3361a745efb71146ac4cb1d1ed2c2fd188aef913796
2024-01-29 18:53.12: duppy.0.8.0-1097386f77a5003160f4226684dbc20c -> d05fb933dbda487a58f3da6eed51364bd42ec5dc26f868aefe8381d4aac2f8fc
2024-01-29 18:53.12: dtools.0.4.5-42869bead0586b31a3ab42bb9bc3b412 -> b2dc83f62e24fd5ac643f8af77006b80ae2f2e597217b5e9e56f67551460ec5e
2024-01-29 18:53.12: Job succeeded