Build:
  1. 0
2024-01-29 15:19.04: New job: Voodoo prep liquidsoap.1.3.3; a0a8e599caf1c3d7eecd1902102a1229
2024-01-29 15:19.04: Waiting for resource in pool OCluster
2024-01-29 19:02.32: Waiting for worker…
2024-01-29 19:02.49: Got resource from pool OCluster
2024-01-29 19:02.49: Using cache hint "docs-universe-prep-4.05.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
         (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.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
 (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.3.3 sexplib0.v0.13.0 pcre.7.4.1 ocamlfind.1.9.6 mm.0.3.0 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 base.v0.13.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u liquidsoap:a0a8e599caf1c3d7eecd1902102a1229"))
 (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.242729') && (for DATA in prep/universes/a0a8e599caf1c3d7eecd1902102a1229/liquidsoap/1.3.3,liquidsoap.1.3.3-a0a8e599caf1c3d7eecd1902102a1229,liquidsoap.1.3.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/a0a8e599caf1c3d7eecd1902102a1229/liquidsoap/1.3.3,liquidsoap.1.3.3-a0a8e599caf1c3d7eecd1902102a1229,liquidsoap.1.3.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/a0a8e599caf1c3d7eecd1902102a1229/liquidsoap/1.3.3,liquidsoap.1.3.3-a0a8e599caf1c3d7eecd1902102a1229,liquidsoap.1.3.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.05.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

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

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 18:57.58 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:57.58 ---> using "d6776737340caeb1cd54e01a0e8d80dcb50ea93a08aea20da4dc65c61981f591" 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 1s (451 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 (792 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:57.58 ---> using "49b3b286b358d7259d401e37eb99aa4c941901605954f155ad62f727d8f7c7f8" 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.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.13.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.8.9] 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
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.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
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] 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 cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed result.1.5
-> installed seq.0.3.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed rresult.0.6.0
-> installed re.1.11.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.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:57.58 ---> using "eeb612487fd8dcd7dea2991932fe507ef16bd9a1345d4af6c7c19ccb634d66b8" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 18:57.58 ---> using "f7c406d2a001e6c69d22a3aa0ce7f493680f6bf53adf0e96d0c267f2e91e4dde" from cache
2024-01-29 18:57.58 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 18:57.58 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:57.58 ---> using "d6776737340caeb1cd54e01a0e8d80dcb50ea93a08aea20da4dc65c61981f591" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:57.58 ---> using "6cc95500c50146d1591a1a51536c7023374f57661eaa67feeeaa365bc204f4ce" from cache

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:57.59 ---> using "eb64b1e8cb94d110551be710d449517fe7f90b552e85d431e71c95cfcb97bd21" from cache

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

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:57.59 ---> using "11ebc521caf43db6250f6abc26f3a7b0133196b9729bab57bb90652aab429137" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.05. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.05 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:57.59 ---> using "0718517bb54eadd62aa0f015ef3008667024892d9bbb1bb62f1357f040ce779a" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:57.59 ---> using "d81a477f6ce38d29ce5f05e3db014107d5b3dc89ecccc2c9d602da3c5e9c7317" 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 ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install dune                3.13.0
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:57.59 ---> using "2bb3be710f2ecfd761a141117b9c630594bc0c408c80db7cd65fa0f46c3ee220" 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.3.3 sexplib0.v0.13.0 pcre.7.4.1 ocamlfind.1.9.6 mm.0.3.0 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 base.v0.13.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 (915 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.3.3 sexplib0.v0.13.0 pcre.7.4.1 ocamlfind.1.9.6 mm.0.3.0 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 base.v0.13.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 csexp             1.5.2
  - install conf-pkg-config   3
  - install mm                0.3.0
  - install dtools            0.4.5
  - install camomile          1.0.2
  - install sexplib0          v0.13.0
  - install dune-configurator 3.13.0
  - install conf-libpcre      1
  - install base              v0.13.2
  - install pcre              7.4.1
  - install duppy             0.8.0
  - install liquidsoap        1.3.3
===== 12 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/36:
Processing  2/36:
Processing  3/36:
Processing  4/36:
Processing  5/36:
Processing  6/36: [conf-pkg-config: pkg-config]
-> retrieved base.v0.13.2  (cached)
Processing  7/36: [conf-pkg-config: pkg-config]
-> retrieved camomile.1.0.2  (cached)
Processing  8/36: [conf-pkg-config: pkg-config]
Processing  9/36: [camomile: ocaml configure.ml] [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing 10/36: [camomile: ocaml configure.ml] [conf-pkg-config: pkg-config]
Processing 11/36: [camomile: ocaml configure.ml] [conf-pkg-config: pkg-config] [csexp: 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 11/36: [camomile: ocaml configure.ml] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 12/36: [camomile: ocaml configure.ml] [csexp: dune build]
Processing 13/36: [camomile: ocaml configure.ml] [conf-libpcre: pkg-config libpcre] [csexp: dune build]
-> retrieved dtools.0.4.5  (cached)
Processing 14/36: [liquidsoap.1.3.3: http] [camomile: ocaml configure.ml] [conf-libpcre: pkg-config libpcre] [csexp: dune build]
Processing 15/36: [liquidsoap.1.3.3: http] [camomile: ocaml configure.ml] [conf-libpcre: pkg-config libpcre] [csexp: dune build] [dtools: dune build]
Processing 15/36: [liquidsoap.1.3.3: http] [camomile: dune build] [conf-libpcre: pkg-config libpcre] [csexp: dune build] [dtools: dune build]
-> retrieved duppy.0.8.0  (cached)
Processing 16/36: [liquidsoap.1.3.3: http] [mm.0.3.0: http] [camomile: dune build] [conf-libpcre: pkg-config libpcre] [csexp: dune build] [dtools: dune build]
-> compiled  conf-libpcre.1
Processing 16/36: [liquidsoap.1.3.3: http] [mm.0.3.0: http] [camomile: dune build] [csexp: dune build] [dtools: dune build]
-> installed conf-libpcre.1
Processing 17/36: [liquidsoap.1.3.3: http] [mm.0.3.0: http] [camomile: dune build] [csexp: dune build] [dtools: dune build]
-> compiled  csexp.1.5.2
Processing 17/36: [liquidsoap.1.3.3: http] [mm.0.3.0: http] [camomile: dune build] [dtools: dune build]
-> installed csexp.1.5.2
Processing 18/36: [liquidsoap.1.3.3: http] [mm.0.3.0: http] [camomile: dune build] [dtools: dune build]
-> compiled  dtools.0.4.5
Processing 18/36: [liquidsoap.1.3.3: http] [mm.0.3.0: http] [camomile: dune build]
-> installed dtools.0.4.5
Processing 19/36: [liquidsoap.1.3.3: http] [mm.0.3.0: http] [camomile: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 20/36: [liquidsoap.1.3.3: http] [mm.0.3.0: http] [camomile: dune build]
Processing 21/36: [liquidsoap.1.3.3: http] [mm.0.3.0: http] [camomile: dune build] [dune-configurator: rm]
Processing 21/36: [mm.0.3.0: http] [camomile: dune build] [dune-configurator: rm]
Processing 21/36: [camomile: dune build] [dune-configurator: rm]
-> retrieved pcre.7.4.1  (cached)
Processing 22/36: [camomile: dune build] [dune-configurator: rm]
Processing 22/36: [camomile: dune build] [dune-configurator: dune build]
-> retrieved sexplib0.v0.13.0  (cached)
Processing 23/36: [camomile: dune build] [dune-configurator: dune build] [sexplib0: dune build]
-> retrieved mm.0.3.0  (https://github.com/savonet/ocaml-mm/releases/download/0.3.0/ocaml-mm-0.3.0.tar.gz)
Processing 24/36: [camomile: dune build] [dune-configurator: dune build] [mm: ./configure] [sexplib0: dune build]
-> retrieved liquidsoap.1.3.3  (https://github.com/savonet/liquidsoap/releases/download/1.3.3/liquidsoap-1.3.3.tar.bz2)
-> compiled  sexplib0.v0.13.0
Processing 24/36: [camomile: dune build] [dune-configurator: dune build] [mm: ./configure]
-> installed sexplib0.v0.13.0
Processing 25/36: [camomile: dune build] [dune-configurator: dune build] [mm: ./configure]
-> compiled  dune-configurator.3.13.0
Processing 25/36: [camomile: dune build] [mm: ./configure]
-> installed dune-configurator.3.13.0
Processing 26/36: [camomile: dune build] [mm: ./configure]
Processing 27/36: [base: dune build] [camomile: dune build] [mm: ./configure]
- configuring ocaml-mm 0.3.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-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking for a BSD-compatible install... /usr/bin/install -c
- checking that calling user is not root... ok
- 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.05.0
- checking if ocaml compiler supports first-class modules... yes
- OCaml library path is /home/opam/.opam/4.05/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.05/lib/ocaml
- checking for caml/threads.h... no
- 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 27/36: [base: dune build] [camomile: dune build] [mm: make]
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlyacc Camomile/internal/uReStrParser.mly)
- 4 shift/reduce conflicts.
- (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/el.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/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/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/kk.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/hi.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/pa.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/syr.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/ta.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/ur.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/uz.txt locales)
- 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 27/36: [base: dune build] [mm: make]
-> installed camomile.1.0.2
Processing 28/36: [base: dune build] [mm: make]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/mm.0.3.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/mm.0.3.0/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.05/include -I.. -g -Wall -O3 \
- 			-DPIC   \
- 			  -I.. -I/home/opam/.opam/4.05/lib/bytes  -o audio_c.o " audio_c.c
- ocamlc.opt -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.05/include -I.. -g -Wall -O3 \
- 			-DPIC   \
- 			  -I.. -I/home/opam/.opam/4.05/lib/bytes  -o image_c.o " image_c.c
- image_c.c: In function 'caml_rgb_color_to_alpha':
- image_c.c:1325:10: warning: variable 'd' set but not used [-Wunused-but-set-variable]
-  1325 |   double d;
-       |          ^
- image_c.c:1324:22: warning: variable 'aa' set but not used [-Wunused-but-set-variable]
-  1324 |   double rr, gg, bb, aa;
-       |                      ^~
- ar rcs libmm_stubs.a  audio_c.o image_c.o
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes ringbuffer.mli
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes ringbuffer.ml
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes IO.ml
- File "IO.ml", line 131, characters 6-54:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "IO.ml", line 144, characters 6-64:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "IO.ml", line 41, characters 9-15:
- Warning 27: unused variable self.
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes audio.mli
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes audio.ml
- File "audio.ml", line 1295, characters 4-47:
- Warning 50: unattached documentation comment (ignored)
- File "audio.ml", line 1315, characters 4-38:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 1317, characters 4-34:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 1322, characters 4-20:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 1324, characters 4-24:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 1610, characters 4-36:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 1613, characters 4-31:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 329, characters 10-14:
- Warning 32: unused value ifft.
- File "audio.ml", line 350, characters 5-10:
- Warning 32: unused value iteri.
- File "audio.ml", line 386, characters 28-29:
- Warning 27: unused variable f.
- File "audio.ml", line 395, characters 25-26:
- Warning 27: unused variable f.
- File "audio.ml", line 407, characters 23-29:
- Warning 27: unused variable window.
- File "audio.ml", line 749, characters 4-504:
- Warning 34: unused type triangle.
- File "audio.ml", line 766, characters 4-287:
- Warning 34: unused type tb303.
- File "audio.ml", line 767, characters 11-17:
- Warning 27: unused variable self.
- File "audio.ml", line 774, characters 18-21:
- Warning 27: unused variable buf.
- File "audio.ml", line 774, characters 22-25:
- Warning 27: unused variable ofs.
- File "audio.ml", line 774, characters 26-29:
- Warning 27: unused variable len.
- File "audio.ml", line 874, characters 4-10:
- Warning 32: unused value length.
- File "audio.ml", line 1213, characters 9-15:
- Warning 27: unused variable self.
- File "audio.ml", line 1230, characters 9-15:
- Warning 27: unused variable self.
- File "audio.ml", line 1298, characters 9-15:
- Warning 27: unused variable self.
- File "audio.ml", line 1422, characters 9-15:
- Warning 27: unused variable self.
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes image.mli
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes image.ml
- File "image.ml", line 262, characters 2-61:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "image.ml", line 605, characters 4-97:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t_data.
- File "image.ml", line 610, characters 4-117:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t_data.
- File "image.ml", line 658, characters 6-74:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t_data.
- File "image.ml", line 691, characters 6-78:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t_data.
- File "image.ml", line 710, characters 4-1728:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t_data.
- File "image.ml", line 111, characters 6-10:
- Warning 32: unused value kind.
- File "image.ml", line 487, characters 6-100:
- Warning 32: unused value of_color.
- File "image.ml", line 709, characters 16-20:
- Warning 27: unused variable copy.
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes video.mli
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes video.ml
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes MIDI.mli
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes MIDI.ml
- File "MIDI.ml", line 107, characters 8-39:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 108, characters 8-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 109, characters 8-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 111, characters 8-39:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 112, characters 8-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 113, characters 8-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 104, characters 2-302:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type event.
- File "MIDI.ml", line 292, characters 14-52:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 507, characters 9-84:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type event.
- File "MIDI.ml", line 522, characters 3-103:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type event.
- File "MIDI.ml", line 533, characters 4-317:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type event.
- File "MIDI.ml", line 61, characters 0-16:
- Warning 34: unused type delta.
- File "MIDI.ml", line 212, characters 6-15:
- Warning 32: unused value clear_all.
- File "MIDI.ml", line 215, characters 6-12:
- Warning 32: unused value append.
- File "MIDI.ml", line 570, characters 31-37:
- Warning 27: unused variable tracks.
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes synth.mli
- ocamlc.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes synth.ml
- File "synth.ml", line 93, characters 25-228:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type MIDI.event.
- File "synth.ml", line 80, characters 21-22:
- Warning 27: unused variable v.
- File "synth.ml", line 142, characters 4-14:
- Warning 32: unused value simple_gen.
- File "synth.ml", line 181, characters 19-22:
- Warning 27: unused variable evs.
- File "synth.ml", line 181, characters 37-41:
- Warning 27: unused variable eofs.
- File "synth.ml", line 181, characters 48-51:
- Warning 27: unused variable buf.
- File "synth.ml", line 181, characters 67-70:
- Warning 27: unused variable ofs.
- File "synth.ml", line 181, characters 77-80:
- Warning 27: unused variable len.
- ocamlmklib    -I .. -I /home/opam/.opam/4.05/lib/bytes     \
- 			-o mm_stubs  audio_c.o image_c.o   \
- 			
- ocamlc.opt -a -dllib dllmm_stubs.so    -I .. -I /home/opam/.opam/4.05/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.05/.opam-switch/build/mm.0.3.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/mm.0.3.0/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@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes ringbuffer.ml
- ocamlopt.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes IO.ml
- File "IO.ml", line 131, characters 6-54:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "IO.ml", line 144, characters 6-64:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "IO.ml", line 41, characters 9-15:
- Warning 27: unused variable self.
- ocamlopt.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes audio.ml
- File "audio.ml", line 1295, characters 4-47:
- Warning 50: unattached documentation comment (ignored)
- File "audio.ml", line 1315, characters 4-38:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 1317, characters 4-34:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 1322, characters 4-20:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 1324, characters 4-24:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 1610, characters 4-36:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 1613, characters 4-31:
- Warning 50: ambiguous documentation comment
- File "audio.ml", line 329, characters 10-14:
- Warning 32: unused value ifft.
- File "audio.ml", line 350, characters 5-10:
- Warning 32: unused value iteri.
- File "audio.ml", line 386, characters 28-29:
- Warning 27: unused variable f.
- File "audio.ml", line 395, characters 25-26:
- Warning 27: unused variable f.
- File "audio.ml", line 407, characters 23-29:
- Warning 27: unused variable window.
- File "audio.ml", line 749, characters 4-504:
- Warning 34: unused type triangle.
- File "audio.ml", line 766, characters 4-287:
- Warning 34: unused type tb303.
- File "audio.ml", line 767, characters 11-17:
- Warning 27: unused variable self.
- File "audio.ml", line 774, characters 18-21:
- Warning 27: unused variable buf.
- File "audio.ml", line 774, characters 22-25:
- Warning 27: unused variable ofs.
- File "audio.ml", line 774, characters 26-29:
- Warning 27: unused variable len.
- File "audio.ml", line 874, characters 4-10:
- Warning 32: unused value length.
- File "audio.ml", line 1213, characters 9-15:
- Warning 27: unused variable self.
- File "audio.ml", line 1230, characters 9-15:
- Warning 27: unused variable self.
- File "audio.ml", line 1298, characters 9-15:
- Warning 27: unused variable self.
- File "audio.ml", line 1422, characters 9-15:
- Warning 27: unused variable self.
- ocamlopt.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes image.ml
- File "image.ml", line 262, characters 2-61:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "image.ml", line 605, characters 4-97:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t_data.
- File "image.ml", line 610, characters 4-117:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t_data.
- File "image.ml", line 658, characters 6-74:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t_data.
- File "image.ml", line 691, characters 6-78:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t_data.
- File "image.ml", line 710, characters 4-1728:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t_data.
- File "image.ml", line 111, characters 6-10:
- Warning 32: unused value kind.
- File "image.ml", line 487, characters 6-100:
- Warning 32: unused value of_color.
- File "image.ml", line 709, characters 16-20:
- Warning 27: unused variable copy.
- ocamlopt.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes video.ml
- ocamlopt.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes MIDI.ml
- File "MIDI.ml", line 107, characters 8-39:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 108, characters 8-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 109, characters 8-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 111, characters 8-39:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 112, characters 8-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 113, characters 8-22:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 104, characters 2-302:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type event.
- File "MIDI.ml", line 292, characters 14-52:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "MIDI.ml", line 507, characters 9-84:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type event.
- File "MIDI.ml", line 522, characters 3-103:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type event.
- File "MIDI.ml", line 533, characters 4-317:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type event.
- File "MIDI.ml", line 61, characters 0-16:
- Warning 34: unused type delta.
- File "MIDI.ml", line 212, characters 6-15:
- Warning 32: unused value clear_all.
- File "MIDI.ml", line 215, characters 6-12:
- Warning 32: unused value append.
- File "MIDI.ml", line 570, characters 31-37:
- Warning 27: unused variable tracks.
- ocamlopt.opt -c -dtypes -g -w +A@5-7@8@11@12@20-35-44-45 -I .. -I /home/opam/.opam/4.05/lib/bytes synth.ml
- File "synth.ml", line 93, characters 25-228:
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type MIDI.event.
- File "synth.ml", line 80, characters 21-22:
- Warning 27: unused variable v.
- File "synth.ml", line 142, characters 4-14:
- Warning 32: unused value simple_gen.
- File "synth.ml", line 181, characters 19-22:
- Warning 27: unused variable evs.
- File "synth.ml", line 181, characters 37-41:
- Warning 27: unused variable eofs.
- File "synth.ml", line 181, characters 48-51:
- Warning 27: unused variable buf.
- File "synth.ml", line 181, characters 67-70:
- Warning 27: unused variable ofs.
- File "synth.ml", line 181, characters 77-80:
- Warning 27: unused variable len.
- ocamlopt.opt -a     -I .. -I /home/opam/.opam/4.05/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.05/.opam-switch/build/mm.0.3.0/src'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/mm.0.3.0/src'
-> compiled  mm.0.3.0
Processing 28/36: [base: dune build]
Processing 29/36: [base: dune build] [mm: make install]
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base.objs/byte -I /home/opam/.opam/4.05/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I hash_types/src/.base_internalhash_types.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/byte -no-alias-deps -open Base__ -o src/.base.objs/byte/base__Import0.cmo -c -impl src/import0.ml)
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/4.05/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base__Import0.cmx -c -impl src/import0.ml)
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-374:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-415:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-460:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-503:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-544:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-587:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-634:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-673:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-716:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-759:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-800:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-841:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-880:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-931:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-976:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1021:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1064:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1109:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1154:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1193:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1236:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1281:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1320:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1363:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 7, characters 4-1404:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/import0.ml", line 118, characters 10-20:
- Warning 3: deprecated: module Pervasives
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Pervasives instead
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base.objs/byte -I /home/opam/.opam/4.05/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I hash_types/src/.base_internalhash_types.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/byte -no-alias-deps -open Base__ -o src/.base.objs/byte/base.cmo -c -impl src/base.ml)
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- (cd _build/default && /home/opam/.opam/4.05/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/4.05/lib/sexplib0 -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base.cmx -c -impl src/base.ml)
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-132:
- Warning 3: deprecated: module Shadow_stdlib.Array
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Array instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-173:
- Warning 3: deprecated: module Shadow_stdlib.Bool
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bool instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-218:
- Warning 3: deprecated: module Shadow_stdlib.Buffer
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Buffer instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-261:
- Warning 3: deprecated: module Shadow_stdlib.Bytes
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Bytes instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-302:
- Warning 3: deprecated: module Shadow_stdlib.Char
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Char instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-345:
- Warning 3: deprecated: module Shadow_stdlib.Float
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Float instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-392:
- Warning 3: deprecated: module Shadow_stdlib.Hashtbl
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Hashtbl instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-431:
- Warning 3: deprecated: module Shadow_stdlib.Int
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-474:
- Warning 3: deprecated: module Shadow_stdlib.Int32
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int32 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-517:
- Warning 3: deprecated: module Shadow_stdlib.Int64
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Int64 instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-558:
- Warning 3: deprecated: module Shadow_stdlib.Lazy
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lazy instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-599:
- Warning 3: deprecated: module Shadow_stdlib.List
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.List instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-638:
- Warning 3: deprecated: module Shadow_stdlib.Map
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Map instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-689:
- Warning 3: deprecated: module Shadow_stdlib.Nativeint
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Nativeint instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-734:
- Warning 3: deprecated: module Shadow_stdlib.Option
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Option instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-779:
- Warning 3: deprecated: module Shadow_stdlib.Printf
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Printf instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-822:
- Warning 3: deprecated: module Shadow_stdlib.Queue
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Queue instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-867:
- Warning 3: deprecated: module Shadow_stdlib.Random
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Random instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-912:
- Warning 3: deprecated: module Shadow_stdlib.Result
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Result instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-951:
- Warning 3: deprecated: module Shadow_stdlib.Set
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Set instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-994:
- Warning 3: deprecated: module Shadow_stdlib.Stack
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Stack instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1039:
- Warning 3: deprecated: module Shadow_stdlib.String
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.String instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1078:
- Warning 3: deprecated: module Shadow_stdlib.Sys
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Sys instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1121:
- Warning 3: deprecated: module Shadow_stdlib.Uchar
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Uchar instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1162:
- Warning 3: deprecated: module Shadow_stdlib.Unit
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Unit instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
- File "src/base.ml", line 37, characters 4-1244:
- Warning 3: deprecated: module Shadow_stdlib.Lexing
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Referring to the stdlib directly is discouraged by Base. You should either
- use the equivalent functionality offered by Base, or if you really want to
- refer to the stdlib, use Caml.Lexing instead
-> compiled  base.v0.13.2
Processing 29/36: [mm: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/mm.0.3.0)
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/mm.0.3.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/mm.0.3.0/src'
- make[2]: 'libmm_stubs.a' is up to date.
- ocamlc.opt -a -dllib dllmm_stubs.so    -I .. -I /home/opam/.opam/4.05/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.05/.opam-switch/build/mm.0.3.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/mm.0.3.0/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.05/.opam-switch/build/mm.0.3.0/src'
- 
- Installing library with ocamlfind
- ocamlfind install  mm META *.cm* *.mli *.so *.a
- Installed /home/opam/.opam/4.05/lib/mm/mm.a
- Installed /home/opam/.opam/4.05/lib/mm/libmm_stubs.a
- Installed /home/opam/.opam/4.05/lib/mm/video.mli
- Installed /home/opam/.opam/4.05/lib/mm/synth.mli
- Installed /home/opam/.opam/4.05/lib/mm/ringbuffer.mli
- Installed /home/opam/.opam/4.05/lib/mm/image.mli
- Installed /home/opam/.opam/4.05/lib/mm/audio.mli
- Installed /home/opam/.opam/4.05/lib/mm/MIDI.mli
- Installed /home/opam/.opam/4.05/lib/mm/video.cmx
- Installed /home/opam/.opam/4.05/lib/mm/video.cmo
- Installed /home/opam/.opam/4.05/lib/mm/video.cmi
- Installed /home/opam/.opam/4.05/lib/mm/synth.cmx
- Installed /home/opam/.opam/4.05/lib/mm/synth.cmo
- Installed /home/opam/.opam/4.05/lib/mm/synth.cmi
- Installed /home/opam/.opam/4.05/lib/mm/ringbuffer.cmx
- Installed /home/opam/.opam/4.05/lib/mm/ringbuffer.cmo
- Installed /home/opam/.opam/4.05/lib/mm/ringbuffer.cmi
- Installed /home/opam/.opam/4.05/lib/mm/mm.cmxa
- Installed /home/opam/.opam/4.05/lib/mm/mm.cma
- Installed /home/opam/.opam/4.05/lib/mm/image.cmx
- Installed /home/opam/.opam/4.05/lib/mm/image.cmo
- Installed /home/opam/.opam/4.05/lib/mm/image.cmi
- Installed /home/opam/.opam/4.05/lib/mm/audio.cmx
- Installed /home/opam/.opam/4.05/lib/mm/audio.cmo
- Installed /home/opam/.opam/4.05/lib/mm/audio.cmi
- Installed /home/opam/.opam/4.05/lib/mm/MIDI.cmx
- Installed /home/opam/.opam/4.05/lib/mm/MIDI.cmo
- Installed /home/opam/.opam/4.05/lib/mm/MIDI.cmi
- Installed /home/opam/.opam/4.05/lib/mm/IO.cmx
- Installed /home/opam/.opam/4.05/lib/mm/IO.cmo
- Installed /home/opam/.opam/4.05/lib/mm/IO.cmi
- Installed /home/opam/.opam/4.05/lib/stublibs/dllmm_stubs.so
- Installed /home/opam/.opam/4.05/lib/stublibs/dllmm_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.05/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.05/lib/mm/META
- 
- Installation successful.
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/mm.0.3.0/src'
-> installed mm.0.3.0
-> installed base.v0.13.2
Processing 31/36: [pcre: dune build]
+ /home/opam/.opam/4.05/bin/dune "build" "-p" "pcre" "-j" "255" (CWD=/home/opam/.opam/4.05/.opam-switch/build/pcre.7.4.1)
-> compiled  pcre.7.4.1
-> installed pcre.7.4.1
Processing 33/36: [duppy: ./configure]
+ /home/opam/.opam/4.05/.opam-switch/build/duppy.0.8.0/./configure "--prefix" "/home/opam/.opam/4.05" (CWD=/home/opam/.opam/4.05/.opam-switch/build/duppy.0.8.0)
- 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.05.0
- checking if ocaml compiler supports first-class modules... yes
- OCaml library path is /home/opam/.opam/4.05/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.05/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 33/36: [duppy: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.05/.opam-switch/build/duppy.0.8.0)
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/include -Wall -DCAML_NAME_SPACE \
- 			-DPIC -fPIC -I/home/opam/.opam/4.05/include  \
- 			  -I/home/opam/.opam/4.05/lib/pcre -I/home/opam/.opam/4.05/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.05/lib/pcre -I /home/opam/.opam/4.05/lib/bytes duppy.mli
- 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.05/lib/pcre -I /home/opam/.opam/4.05/lib/bytes duppy.ml
- ocamlmklib    -I /home/opam/.opam/4.05/lib/pcre -I /home/opam/.opam/4.05/lib/bytes      \
- 			-o duppy_stubs  duppy_stubs.o  \
- 			
- ocamlc.opt -thread -a -dllib dllduppy_stubs.so    -I /home/opam/.opam/4.05/lib/pcre -I /home/opam/.opam/4.05/lib/bytes   -ccopt -L/home/opam/.opam/4.05/lib       \
- 			-cclib -lduppy_stubs   -o duppy.cma  duppy.cmo
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/lib/pcre -I /home/opam/.opam/4.05/lib/bytes duppy.ml
- ocamlopt.opt -thread -a     -I /home/opam/.opam/4.05/lib/pcre -I /home/opam/.opam/4.05/lib/bytes   -ccopt -L/home/opam/.opam/4.05/lib      -cclib -lduppy_stubs   \
- 			 -o duppy.cmxa duppy.cmx
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/duppy.0.8.0/src'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/duppy.0.8.0/src'
-> compiled  duppy.0.8.0
Processing 34/36: [duppy: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/duppy.0.8.0)
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.05/.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.05/.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.05/lib/duppy/libduppy_stubs.a
- Installed /home/opam/.opam/4.05/lib/duppy/duppy.a
- Installed /home/opam/.opam/4.05/lib/duppy/duppy.cmx
- Installed /home/opam/.opam/4.05/lib/duppy/duppy.cmxa
- Installed /home/opam/.opam/4.05/lib/duppy/duppy.cma
- Installed /home/opam/.opam/4.05/lib/duppy/duppy.cmi
- Installed /home/opam/.opam/4.05/lib/duppy/duppy.mli
- Installed /home/opam/.opam/4.05/lib/stublibs/dllduppy_stubs.so
- Installed /home/opam/.opam/4.05/lib/stublibs/dllduppy_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.05/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.05/lib/duppy/META
- 
- Installation successful.
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/duppy.0.8.0/src'
-> installed duppy.0.8.0
Processing 35/36: [liquidsoap: ./configure]
+ /home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/./configure "--prefix" "/home/opam/.opam/4.05" "--sbindir=/home/opam/.opam/4.05/lib/liquidsoap/sbin" "--libexecdir=/home/opam/.opam/4.05/lib/liquidsoap/libexec" "--sysconfdir=/home/opam/.opam/4.05/lib/liquidsoap/etc" "--sharedstatedir=/home/opam/.opam/4.05/lib/liquidsoap/com" "--localstatedir=/home/opam/.opam/4.05/lib/liquidsoap/var" "--libdir=/home/opam/.opam/4.05/lib/liquidsoap/lib" "--includedir=/home/opam/.opam/4.05/lib/liquidsoap/include" "--datarootdir=/home/opam/.opam/4.05/lib/liquidsoap/share" "--disable-graphics" "--with-user=dummy" "--with-group=dummy" (CWD=/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3)
- 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.05.0
- checking if ocaml compiler supports first-class modules... yes
- OCaml library path is /home/opam/.opam/4.05/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.05/lib/ocaml
- checking for caml/threads.h... yes
- checking whether ocamlopt accepts -ffast-math... no
- checking for ocamlc version... 4.05.0
- checking for ocaml bytes module... ok
- checking for ocaml pcre module... ok
- checking for ocaml dtools module >= 0.3.4... ok
- checking for ocaml duppy module >= 0.6.0... ok
- checking for ocaml duppy.syntax module >= 0.4.2... Not found.
- checking for ocaml cry module >= 0.6.0... Not found.
- checking for ocaml mm module >= 0.3.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.1... 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.2... 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.2.0... Not found.
- checking for ocaml frei0r module >= 0.1.0... Not found.
- checking for ocaml fdkaac module >= 0.2.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.1.0... 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... ok
- checking for ocaml inotify module >= 1.5... Not found.
- checking for ocaml yojson module... Not found.
- checking for ocaml faad module >= 0.3.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 lo module >= 0.1.0... 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 Makefile.defs
- config.status: creating scripts/liquidsoap.initd
- config.status: creating scripts/liquidsoap.gentoo.initd
- config.status: creating src/META
- config.status: creating config.h
- Creating scripts/liquidsoap.logrotate
- 
-  ----------------------------------------------------------------- Compilation
- 
-  Compiler       : ocamlfind ocamlopt
-  Version        : 4.05.0
-  OS             : Unix
-  Plugins        :
-  Custom path    : no
-  OCAML_CFLAGS   : -g -annot  -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -ccopt "$(CFLAGS)" -package bytes -package pcre -package dtools -package duppy -package mm -package dynlink -package camomile
-  OCAML_LFLAGS   : -g -linkpkg -package unix -package threads -package str -package bigarray
-  CFLAGS         :  -fPIC -I/home/opam/.opam/4.05/lib/ocaml -g
-  LDFLAGS        :  -L/home/opam/.opam/4.05/lib
-  
-  ---------------------------------------------------------------- Installation
- 
-  prefix         : /home/opam/.opam/4.05
-  exec_prefix    : ${prefix}
-  binary         : ${exec_prefix}/bin
-  configuration  : /home/opam/.opam/4.05/lib/liquidsoap/etc/liquidsoap
-  logging        : /home/opam/.opam/4.05/lib/liquidsoap/var/log/liquidsoap
-  PIDs           : /home/opam/.opam/4.05/lib/liquidsoap/var/run/liquidsoap
-  logrotate conf : /home/opam/.opam/4.05/lib/liquidsoap/etc/logrotate.d
-  man page       : ${datarootdir}/man/man1
-  doc            : ${datarootdir}/doc
- 
-  -------------------------------------------------------------------- Features
- 
-  * Supported input formats
-    - Vorbis            : no (requires vorbis)
-    - Theora            : no (requires theora)
-    - Speex             : no (requires speex)
-    - Flac (native)     : no (requires flac)
-    - Flac (ogg)        : no (requires flac.ogg)
-    - MP3               : no (requires mad)
-    - AAC               : no (requires faad)
-    - XML playlists     : no (requires xmlplaylist)
-    - Lastfm            : no (requires lastfm)
- 
-  * Supported output formats
-    - Vorbis            : no (requires vorbis)
-    - MP3               : detected at runtime
-    - MP3 (fixed-point) : no (requires shine)
-    - FDK-AAC           : detected at runtime
-    - SPEEX             : no (requires speex)
-    - Opus              : no (requires opus)
-    - Theora            : no (requires theora)
- 
-  * Tags
-    - Taglib (ID3 tags) : no (requires taglib)
-    - Vorbis            : no (requires vorbis)
-    - charset detection : yes
- 
-  * Input / output
-    - Icecast/Shoutcast : no (requires cry)
-    - AO                : no (requires ao)
-    - OSS               : yes
-    - ALSA              : no (requires alsa)
-    - Portaudio         : no (requires portaudio)
-    - Pulseaudio        : no (requires pulseaudio)
-    - JACK              : no (requires bjack)
-    - GStreamer         : no (requires gstreamer)
- 
-  * Audio manipulation
-    - Samplerate        : no (requires samplerate)
-    - SoundTouch        : no (requires soundtouch)
-    - LADSPA            : no (requires ladspa)
- 
-  * Video manipulation
-    - Gavl              : no (requires gavl)
-    - FFmpeg            : no (requires ffmpeg)
-    - frei0r            : no (requires frei0r)
-    - camlimages        : no (requires camlimages)
- 
-  * MIDI manipulation
-    - DSSI              : no (requires dssi)
- 
-  * Visualization
-    - Graphics          : no
-    - SDL               : no (requires sdl)
-    - GD                : no (requires gd)
- 
-  * Additional libraries
-    - curl URI resolver : requires curl at runtime
-    - dynlink           : yes
-    - inotify           : no (requires inotify)
-    - lo                : no (requires lo)
-    - magic             : no (requires magic)
-    - yojson            : no (requires yojson)
-    - ssl               : no (requires ssl)
-    - SecureTransport   : no (requires osx-secure-transport)
-    - windows service   : no (requires winsvc)
- 
-  * 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 35/36: [liquidsoap: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3)
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/tools'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/tools'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/decoder'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/decoder/image'
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/decoder/image'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/decoder'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/playlists'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/playlists'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/encoder'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/encoder'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/protocols'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/protocols'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/plugins'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/plugins'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/stream'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/stream'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/lang'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/lang'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/ogg_formats'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/ogg_formats'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters/audio'
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters/audio'
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters/video'
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters/video'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/operators'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/operators'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/sources'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/sources'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/conversions'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/conversions'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/outputs'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/outputs'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/io'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/io'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/visualization'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/visualization'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/analyze'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/analyze'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/synth'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/synth'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/harbor'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/harbor'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/lang_encoders'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/lang_encoders'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/encoder_formats'
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/encoder_formats'
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src'
- OCAMLYACC lang/lang_parser.mly
- OCAMLLEX lang/lang_lexer.mll
- 257 states, 10827 transitions, table size 44850 bytes
- 3080 additional bytes used for bindings
- if test -e ../.git && which git > /dev/null ; then \
-   url=`git remote -v | grep origin | grep fetch | sed 's/origin//' | sed 's/ (.*)//' | tr -d '\t'` ; \
-   head=`git rev-parse HEAD` ; \
-           date=`date +%Y%m%d:%H%M%S`; \
-   echo "let rev = \" ($url@$head:$date)\"" > SVN.ml ; \
- elif test -d .svn && which svn > /dev/null ; then \
-   url=`LC_ALL=C svn info | grep URL | \
-        sed -e 's:.*svnroot/savonet/\(.*\)/src:\1:'`; \
-   revision=`LC_ALL=C svn info | grep Revision | \
-             sed -e 's/Revision: \(.*\)/\1/'`  ; \
-   echo "let rev = \" ($url@rev$revision)\"" > SVN.ml ; \
- elif test -d ../../.hg && which hg > /dev/null ; then \
-   branch=`hg branch`; \
-   revision=`LC_ALL=C hg parents | grep changeset: | \
-        sed -e 's/changeset: *['0'-'9']*:\([^ ]*\).*/\1/'`; \
-           date=`date +%Y%m%d:%H%M%S`; \
-   echo "let rev = \" ($branch@$revision:$date)\"" > SVN.ml ; \
- else \
-   echo "let rev = \"\"" > SVN.ml ; \
- fi
- OCAMLDEP
- OCAMLOPT -c shutdown.ml
- OCAMLOPT -c tools/stdlib.ml
- OCAMLOPT -c tools/doc.ml
- OCAMLOPT -c tools/utils.ml
- OCAMLOPT -c tools/plug.ml
- OCAMLOPT -c tools/rqueue.mli
- OCAMLOPT -c tools/rqueue.ml
- OCAMLOPT -c tools/lame_dynlink.mli
- OCAMLOPT -c tools/lame_dynlink.ml
- 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/JSON.mli
- OCAMLOPT -c tools/JSON.ml
- OCAMLOPT -c tools/file_watcher.ml
- OCAMLOPT -c tools/file_watcher_mtime.ml
- OCAMLOPT -c configure.mli
- OCAMLOPT -c configure.ml
- File "configure.ml", line 24, characters 11-32:
- Error: Unbound module Camomile
- make[2]: *** [../Makefile.rules:193: configure.cmx] Error 2
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src'
- make[1]: *** [../Makefile.rules:67: all-auto-ocaml-prog] Error 2
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src'
- make: *** [Makefile.rules:27: all-subdirs] Error 2
[ERROR] The compilation of liquidsoap.1.3.3 failed at "make".

#=== ERROR while compiling liquidsoap.1.3.3 ===================================#
# context              2.1.5 | linux/x86_64 | ocaml-base-compiler.4.05.0 | file:///src
# path                 ~/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3
# command              /usr/bin/make
# exit-code            2
# env-file             ~/.opam/log/liquidsoap-113-6aa73e.env
# output-file          ~/.opam/log/liquidsoap-113-6aa73e.out
### output ###
# make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/tools'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/tools'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/decoder'
# make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/decoder/image'
# make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/decoder/image'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/decoder'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/playlists'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/playlists'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/encoder'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/encoder'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/protocols'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/protocols'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/plugins'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/plugins'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/stream'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/stream'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/lang'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/lang'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/ogg_formats'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/ogg_formats'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters'
# make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters/audio'
# make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters/audio'
# make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters/video'
# make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters/video'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/converters'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/operators'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/operators'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/sources'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/sources'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/conversions'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/conversions'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/outputs'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/outputs'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/io'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/io'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/visualization'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/visualization'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/analyze'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/analyze'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/synth'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/synth'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/harbor'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/harbor'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/lang_encoders'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/lang_encoders'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/encoder_formats'
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src/encoder_formats'
# make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src'
# OCAMLYACC lang/lang_parser.mly
# OCAMLLEX lang/lang_lexer.mll
# 257 states, 10827 transitions, table size 44850 bytes
# 3080 additional bytes used for bindings
# if test -e ../.git && which git > /dev/null ; then \
#   url=`git remote -v | grep origin | grep fetch | sed 's/origin//' | sed 's/ (.*)//' | tr -d '\t'` ; \
#   head=`git rev-parse HEAD` ; \
#           date=`date +%Y%m%d:%H%M%S`; \
#   echo "let rev = \" ($url@$head:$date)\"" > SVN.ml ; \
# elif test -d .svn && which svn > /dev/null ; then \
#   url=`LC_ALL=C svn info | grep URL | \
#        sed -e 's:.*svnroot/savonet/\(.*\)/src:\1:'`; \
#   revision=`LC_ALL=C svn info | grep Revision | \
#             sed -e 's/Revision: \(.*\)/\1/'`  ; \
#   echo "let rev = \" ($url@rev$revision)\"" > SVN.ml ; \
# elif test -d ../../.hg && which hg > /dev/null ; then \
#   branch=`hg branch`; \
#   revision=`LC_ALL=C hg parents | grep changeset: | \
#        sed -e 's/changeset: *['0'-'9']*:\([^ ]*\).*/\1/'`; \
#           date=`date +%Y%m%d:%H%M%S`; \
#   echo "let rev = \" ($branch@$revision:$date)\"" > SVN.ml ; \
# else \
#   echo "let rev = \"\"" > SVN.ml ; \
# fi
# OCAMLDEP
# OCAMLOPT -c shutdown.ml
# OCAMLOPT -c tools/stdlib.ml
# OCAMLOPT -c tools/doc.ml
# OCAMLOPT -c tools/utils.ml
# OCAMLOPT -c tools/plug.ml
# OCAMLOPT -c tools/rqueue.mli
# OCAMLOPT -c tools/rqueue.ml
# OCAMLOPT -c tools/lame_dynlink.mli
# OCAMLOPT -c tools/lame_dynlink.ml
# 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/JSON.mli
# OCAMLOPT -c tools/JSON.ml
# OCAMLOPT -c tools/file_watcher.ml
# OCAMLOPT -c tools/file_watcher_mtime.ml
# OCAMLOPT -c configure.mli
# OCAMLOPT -c configure.ml
# File "configure.ml", line 24, characters 11-32:
# Error: Unbound module Camomile
# make[2]: *** [../Makefile.rules:193: configure.cmx] Error 2
# make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src'
# make[1]: *** [../Makefile.rules:67: all-auto-ocaml-prog] Error 2
# make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/liquidsoap.1.3.3/src'
# make: *** [Makefile.rules:27: all-subdirs] Error 2



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build liquidsoap 1.3.3
+- 
+- The following changes have been performed
| - install base              v0.13.2
| - install camomile          1.0.2
| - install conf-libpcre      1
| - install conf-pkg-config   3
| - install csexp             1.5.2
| - install dtools            0.4.5
| - install dune-configurator 3.13.0
| - install duppy             0.8.0
| - install mm                0.3.0
| - install pcre              7.4.1
| - install sexplib0          v0.13.0
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.05/.opam-switch/backup/state-20240129185849.export"
'opam --cli=2.1 install liquidsoap.1.3.3 sexplib0.v0.13.0 pcre.7.4.1 ocamlfind.1.9.6 mm.0.3.0 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 base.v0.13.2 --verbose --yes --confirm-level=unsafe-yes' failed.
2024-01-29 18:59.17 ---> saved as "29a7b0fc3a8418a71d565d1181ac46bb335fc92f0b573d81b2c8b07aaa56da30"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u liquidsoap:a0a8e599caf1c3d7eecd1902102a1229"))
2024-01-29 18:59.18 ---> saved as "49723226431715aaa9ecec2969add900b939f8d8c549fdc813d0fd1d8e445030"

/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.242729') && (for DATA in prep/universes/a0a8e599caf1c3d7eecd1902102a1229/liquidsoap/1.3.3,liquidsoap.1.3.3-a0a8e599caf1c3d7eecd1902102a1229,liquidsoap.1.3.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/a0a8e599caf1c3d7eecd1902102a1229/liquidsoap/1.3.3,liquidsoap.1.3.3-a0a8e599caf1c3d7eecd1902102a1229,liquidsoap.1.3.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/a0a8e599caf1c3d7eecd1902102a1229/liquidsoap/1.3.3,liquidsoap.1.3.3-a0a8e599caf1c3d7eecd1902102a1229,liquidsoap.1.3.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.242729
FAILED:liquidsoap.1.3.3-a0a8e599caf1c3d7eecd1902102a1229
prep/universes/a0a8e599caf1c3d7eecd1902102a1229/liquidsoap/1.3.3/opam
prep/universes/a0a8e599caf1c3d7eecd1902102a1229/liquidsoap/1.3.3/opam.err.log
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:liquidsoap.1.3.3-a0a8e599caf1c3d7eecd1902102a1229:75f12dee9fc1b49d9ef3075f3e35494a91cf75c8357c3d59c5c22339d44214df
2024-01-29 18:59.19 ---> saved as "cd596a066cbe0eee1a109baa09c73917b3974edab031c805ebf5c3b533be622a"
Job succeeded
2024-01-29 19:05.11: Failed: liquidsoap.1.3.3-a0a8e599caf1c3d7eecd1902102a1229
2024-01-29 19:05.12: liquidsoap.1.3.3-a0a8e599caf1c3d7eecd1902102a1229 -> 75f12dee9fc1b49d9ef3075f3e35494a91cf75c8357c3d59c5c22339d44214df
2024-01-29 19:05.12: Job succeeded