Build:
  1. 0
2024-01-29 15:19.04: New job: Voodoo prep liquidsoap.1.3.4; 0a9dc5f8e04a1d25b69b1e9a306e6b43
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:03.04: Got resource from pool OCluster
2024-01-29 19:03.04: Using cache hint "docs-universe-prep-4.07.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
         (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.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
 (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.4 sexplib0.v0.14.0 pcre.7.4.1 ocamlfind.1.9.6 mm.0.7.4 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.14.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u liquidsoap:0a9dc5f8e04a1d25b69b1e9a306e6b43"))
 (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.762022') && (for DATA in prep/universes/0a9dc5f8e04a1d25b69b1e9a306e6b43/liquidsoap/1.3.4,liquidsoap.1.3.4-0a9dc5f8e04a1d25b69b1e9a306e6b43,liquidsoap.1.3.4; 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/0a9dc5f8e04a1d25b69b1e9a306e6b43/liquidsoap/1.3.4,liquidsoap.1.3.4-0a9dc5f8e04a1d25b69b1e9a306e6b43,liquidsoap.1.3.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/0a9dc5f8e04a1d25b69b1e9a306e6b43/liquidsoap/1.3.4,liquidsoap.1.3.4-0a9dc5f8e04a1d25b69b1e9a306e6b43,liquidsoap.1.3.4; 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.07.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

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

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88' locally
docker.io/ocaml/opam@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88: Pulling from ocaml/opam
76411d49ac4c: Pulling fs layer
76411d49ac4c: Verifying Checksum
76411d49ac4c: Download complete
76411d49ac4c: Pull complete
Digest: sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88
Status: Downloaded newer image for ocaml/opam@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88
2024-01-29 18:58.06 ---> using "c1f57ce64d1185f1ddca2092dfa14704a9dd1c9f05e94a89182b86d0d7c808e2" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (651 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 (5669 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:58.06 ---> using "891cece3fa8ce936a6ac83728ac17b53b36413fae7a22d1d93115e83732209d3" 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 seq                 base   [required by fmt]
  - 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 result              1.5    [required by rresult]
  - install re                  1.11.0 [required by opam-format]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - 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
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> 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 stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed rresult.0.6.0
-> installed cppo.1.6.9
-> 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:58.06 ---> using "9db6d8754113396af82401129b832567ab6d6b03a73bdf5aeeed0e2ff8b0ecca" from cache

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

(from ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88' locally
docker.io/ocaml/opam@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88: Pulling from ocaml/opam
76411d49ac4c: Pulling fs layer
76411d49ac4c: Verifying Checksum
76411d49ac4c: Download complete
76411d49ac4c: Pull complete
Digest: sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88
Status: Downloaded newer image for ocaml/opam@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88
2024-01-29 18:58.06 ---> using "c1f57ce64d1185f1ddca2092dfa14704a9dd1c9f05e94a89182b86d0d7c808e2" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:58.06 ---> using "9e6a5b52c03ef83043dcd742e1a2e24187e03d25ed86bee2b152d179648026c0" from cache

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:58.07 ---> using "1e206e26af744f37316ac31d9ca35e68461da20f08f641f029accff9debfff99" 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:58.07 ---> using "5122260a0b4e1be1f518a82b18d44dc194f7999e6f7dcd18324552f242c2591d" from cache

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

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:58.07 ---> using "0ca68f9b5a1361a41880d5d0cf6875e3478c51123aa649bb011c6c17dc3c5e3e" 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:58.07 ---> using "6efc601b5fdc3f5ef633c68489caa72992eb97092e8936cbf40b400ae904d179" 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.4 sexplib0.v0.14.0 pcre.7.4.1 ocamlfind.1.9.6 mm.0.7.4 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.14.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (793 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.4 sexplib0.v0.14.0 pcre.7.4.1 ocamlfind.1.9.6 mm.0.7.4 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.14.0" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# 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 sexplib0          v0.14.0
  - install csexp             1.5.2
  - install conf-pkg-config   3
  - install dtools            0.4.5
  - install camomile          1.0.2
  - install dune-configurator 3.13.0
  - install conf-libpcre      1
  - install mm                0.7.4
  - install base              v0.14.0
  - install pcre              7.4.1
  - install duppy             0.8.0
  - install liquidsoap        1.3.4
===== 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.14.0  (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.4: http] [camomile: ocaml configure.ml] [conf-libpcre: pkg-config libpcre] [csexp: dune build]
Processing 15/36: [liquidsoap.1.3.4: http] [camomile: ocaml configure.ml] [conf-libpcre: pkg-config libpcre] [csexp: dune build] [dtools: dune build]
Processing 15/36: [liquidsoap.1.3.4: 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.4: 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.4: http] [camomile: dune build] [csexp: dune build] [dtools: dune build]
-> installed conf-libpcre.1
Processing 17/36: [liquidsoap.1.3.4: http] [camomile: dune build] [csexp: dune build] [dtools: dune build]
-> retrieved mm.0.7.4  (cached)
Processing 18/36: [liquidsoap.1.3.4: http] [camomile: dune build] [csexp: dune build] [dtools: dune build]
-> retrieved pcre.7.4.1  (cached)
Processing 19/36: [liquidsoap.1.3.4: http] [camomile: dune build] [csexp: dune build] [dtools: dune build]
-> retrieved sexplib0.v0.14.0  (cached)
Processing 20/36: [liquidsoap.1.3.4: http] [camomile: dune build] [csexp: dune build] [dtools: dune build] [sexplib0: dune build]
-> compiled  csexp.1.5.2
Processing 20/36: [liquidsoap.1.3.4: http] [camomile: dune build] [dtools: dune build] [sexplib0: dune build]
-> installed csexp.1.5.2
Processing 21/36: [liquidsoap.1.3.4: http] [camomile: dune build] [dtools: dune build] [sexplib0: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 22/36: [liquidsoap.1.3.4: http] [camomile: dune build] [dtools: dune build] [dune-configurator: rm] [sexplib0: dune build]
Processing 22/36: [camomile: dune build] [dtools: dune build] [dune-configurator: rm] [sexplib0: dune build]
-> compiled  dtools.0.4.5
Processing 22/36: [camomile: dune build] [dune-configurator: rm] [sexplib0: dune build]
-> installed dtools.0.4.5
Processing 23/36: [camomile: dune build] [dune-configurator: rm] [sexplib0: dune build]
-> compiled  sexplib0.v0.14.0
Processing 23/36: [camomile: dune build] [dune-configurator: rm]
-> installed sexplib0.v0.14.0
Processing 24/36: [camomile: dune build] [dune-configurator: rm]
Processing 24/36: [camomile: dune build] [dune-configurator: dune build]
-> retrieved liquidsoap.1.3.4  (https://github.com/savonet/liquidsoap/releases/download/1.3.4/liquidsoap-1.3.4.tar.bz2)
-> compiled  dune-configurator.3.13.0
Processing 24/36: [camomile: dune build]
-> installed dune-configurator.3.13.0
Processing 25/36: [camomile: dune build]
Processing 26/36: [base: dune build] [camomile: dune build]
Processing 27/36: [base: dune build] [camomile: dune build] [mm: dune build]
- (cd _build/default && /home/opam/.opam/4.07/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/div.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/el.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/fa.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/gu.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/he.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/ka.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/kk.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/hi.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ky.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/mn.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/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/vi.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/uz.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/th.txt locales)
- Warning : file loading is not supported.
- 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: dune build]
-> installed camomile.1.0.2
Processing 28/36: [base: dune build] [mm: dune build]
-> compiled  mm.0.7.4
Processing 28/36: [base: dune build]
-> installed mm.0.7.4
Processing 29/36: [base: dune build]
+ /home/opam/.opam/4.07/bin/dune "build" "-p" "base" "-j" "255" (CWD=/home/opam/.opam/4.07/.opam-switch/build/base.v0.14.0)
-> compiled  base.v0.14.0
-> installed base.v0.14.0
Processing 31/36: [pcre: dune build]
+ /home/opam/.opam/4.07/bin/dune "build" "-p" "pcre" "-j" "255" (CWD=/home/opam/.opam/4.07/.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.07/.opam-switch/build/duppy.0.8.0/./configure "--prefix" "/home/opam/.opam/4.07" (CWD=/home/opam/.opam/4.07/.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.07.1
- checking if ocaml compiler supports first-class modules... yes
- OCaml library path is /home/opam/.opam/4.07/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.07/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.07/.opam-switch/build/duppy.0.8.0)
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.07/.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.07/include -Wall -DCAML_NAME_SPACE \
- 			-DPIC -fPIC -I/home/opam/.opam/4.07/include  \
- 			  -I/home/opam/.opam/4.07/lib/pcre -I/home/opam/.opam/4.07/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.07/lib/pcre -I /home/opam/.opam/4.07/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.07/lib/pcre -I /home/opam/.opam/4.07/lib/bytes duppy.ml
- ocamlmklib    -I /home/opam/.opam/4.07/lib/pcre -I /home/opam/.opam/4.07/lib/bytes      \
- 			-o duppy_stubs  duppy_stubs.o  \
- 			
- ocamlc.opt -thread -a -dllib dllduppy_stubs.so    -I /home/opam/.opam/4.07/lib/pcre -I /home/opam/.opam/4.07/lib/bytes   -ccopt -L/home/opam/.opam/4.07/lib       \
- 			-cclib -lduppy_stubs   -o duppy.cma  duppy.cmo
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.07/.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.07/lib/pcre -I /home/opam/.opam/4.07/lib/bytes duppy.ml
- ocamlopt.opt -thread -a     -I /home/opam/.opam/4.07/lib/pcre -I /home/opam/.opam/4.07/lib/bytes   -ccopt -L/home/opam/.opam/4.07/lib      -cclib -lduppy_stubs   \
- 			 -o duppy.cmxa duppy.cmx
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/duppy.0.8.0/src'
- make[1]: Leaving directory '/home/opam/.opam/4.07/.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.07/.opam-switch/build/duppy.0.8.0)
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.07/.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.07/.opam-switch/build/duppy.0.8.0/src'
- make[2]: Entering directory '/home/opam/.opam/4.07/.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.07/.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.07/lib/duppy/libduppy_stubs.a
- Installed /home/opam/.opam/4.07/lib/duppy/duppy.a
- Installed /home/opam/.opam/4.07/lib/duppy/duppy.cmx
- Installed /home/opam/.opam/4.07/lib/duppy/duppy.cmxa
- Installed /home/opam/.opam/4.07/lib/duppy/duppy.cma
- Installed /home/opam/.opam/4.07/lib/duppy/duppy.cmi
- Installed /home/opam/.opam/4.07/lib/duppy/duppy.mli
- Installed /home/opam/.opam/4.07/lib/stublibs/dllduppy_stubs.so
- Installed /home/opam/.opam/4.07/lib/stublibs/dllduppy_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.07/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.07/lib/duppy/META
- 
- Installation successful.
- make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/duppy.0.8.0/src'
-> installed duppy.0.8.0
Processing 35/36: [liquidsoap: ./configure]
+ /home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/./configure "--prefix" "/home/opam/.opam/4.07" "--sbindir=/home/opam/.opam/4.07/lib/liquidsoap/sbin" "--libexecdir=/home/opam/.opam/4.07/lib/liquidsoap/libexec" "--sysconfdir=/home/opam/.opam/4.07/lib/liquidsoap/etc" "--sharedstatedir=/home/opam/.opam/4.07/lib/liquidsoap/com" "--localstatedir=/home/opam/.opam/4.07/lib/liquidsoap/var" "--libdir=/home/opam/.opam/4.07/lib/liquidsoap/lib" "--includedir=/home/opam/.opam/4.07/lib/liquidsoap/include" "--datarootdir=/home/opam/.opam/4.07/lib/liquidsoap/share" "--disable-graphics" "--with-user=dummy" "--with-group=dummy" (CWD=/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4)
- 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.07.1
- checking if ocaml compiler supports first-class modules... yes
- OCaml library path is /home/opam/.opam/4.07/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.07/lib/ocaml
- checking for caml/threads.h... 
- yes
- checking whether ocamlopt accepts -ffast-math... no
- checking for ocamlc version... 4.07.1
- checking for ocaml bytes module... ok
- checking for ocaml pcre module... ok
- checking for ocaml dtools module >= 0.4.0... 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.4.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.3.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.2.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 >= 1.0.0... ok
- checking for ocaml inotify module >= 1.5... Not found.
- checking for ocaml yojson module... Not found.
- checking for ocaml faad module >= 0.4.0... Not found.
- checking for ocaml soundtouch module >= 0.1.7... Not found.
- checking for ocaml portaudio module >= 0.2.0... Not found.
- checking for ocaml pulseaudio module >= 0.1.2... Not found.
- checking for ocaml ladspa module >= 0.1.4... Not found.
- checking for ocaml dssi module >= 0.1.0... Not found.
- checking for ocaml sdl module... Not found.
- checking for ocaml camlimages module >= 4.0.0... Not found.
- checking for ocaml 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.07.1
-  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 -cc "$(CC)"
-  CFLAGS         :  -I$(top_srcdir) -I/home/opam/.opam/4.07/include -fPIC -I/home/opam/.opam/4.07/lib/ocaml -g
-  LDFLAGS        :  -L/home/opam/.opam/4.07/lib
-  
-  ---------------------------------------------------------------- Installation
- 
-  prefix         : /home/opam/.opam/4.07
-  exec_prefix    : ${prefix}
-  binary         : ${exec_prefix}/bin
-  configuration  : /home/opam/.opam/4.07/lib/liquidsoap/etc/liquidsoap
-  logging        : /home/opam/.opam/4.07/lib/liquidsoap/var/log/liquidsoap
-  PIDs           : /home/opam/.opam/4.07/lib/liquidsoap/var/run/liquidsoap
-  logrotate conf : /home/opam/.opam/4.07/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)
-    - Avcodec (ffmpeg)  : no (requires ffmpeg)
-    - 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.07/.opam-switch/build/liquidsoap.1.3.4)
- make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/tools'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/tools'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/decoder'
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/decoder/image'
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/decoder/image'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/decoder'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/playlists'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/playlists'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/encoder'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/encoder'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/protocols'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/protocols'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/plugins'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/plugins'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/stream'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/stream'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/lang'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/lang'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/ogg_formats'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/ogg_formats'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters'
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters/audio'
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters/audio'
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters/video'
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters/video'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/operators'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/operators'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/sources'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/sources'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/conversions'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/conversions'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/outputs'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/outputs'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/io'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/io'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/visualization'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/visualization'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/analyze'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/analyze'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/synth'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/synth'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/harbor'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/harbor'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/lang_encoders'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/lang_encoders'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/encoder_formats'
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/encoder_formats'
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src'
- OCAMLYACC lang/lang_parser.mly
- OCAMLLEX lang/lang_lexer.mll
- 285 states, 16903 transitions, table size 69322 bytes
- 3248 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)\"" > REVISION.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)\"" > REVISION.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)\"" > REVISION.ml ; \
- else \
-   echo "let rev = \"\"" > REVISION.ml ; \
- fi
- OCAMLDEP
- OCAMLOPT -c tools/extralib.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 tools/dyntools.ml
- OCAMLOPT -c configure.mli
- OCAMLOPT -c configure.ml
- OCAMLOPT -c tools/process_handler.mli
- OCAMLOPT -c tools/process_handler.ml
- OCAMLOPT -c tools/http.mli
- OCAMLOPT -c tools/http.ml
- OCAMLOPT -c tools/pool.ml
- OCAMLOPT -c tools/sha1.ml
- OCAMLOPT -c tools/websocket.ml
- OCAMLOPT -c REVISION.mli
- OCAMLOPT -c REVISION.ml
- OCAMLOPT -c converters/audio_converter.mli
- OCAMLOPT -c converters/audio_converter.ml
- OCAMLOPT -c stream/frame.mli
- File "stream/frame.mli", line 42, characters 14-31:
- Error: Unbound module Audio
- make[2]: *** [../Makefile.rules:196: stream/frame.cmi] Error 2
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src'
- make[1]: *** [../Makefile.rules:67: all-auto-ocaml-prog] Error 2
- make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src'
- make: *** [Makefile.rules:27: all-subdirs] Error 2
[ERROR] The compilation of liquidsoap.1.3.4 failed at "make".

#=== ERROR while compiling liquidsoap.1.3.4 ===================================#
# context              2.1.5 | linux/x86_64 | ocaml-base-compiler.4.07.1 | file:///src
# path                 ~/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4
# command              /usr/bin/make
# exit-code            2
# env-file             ~/.opam/log/liquidsoap-113-8ffecc.env
# output-file          ~/.opam/log/liquidsoap-113-8ffecc.out
### output ###
# make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/tools'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/tools'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/decoder'
# make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/decoder/image'
# make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/decoder/image'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/decoder'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/playlists'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/playlists'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/encoder'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/encoder'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/protocols'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/protocols'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/plugins'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/plugins'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/stream'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/stream'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/lang'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/lang'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/ogg_formats'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/ogg_formats'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters'
# make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters/audio'
# make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters/audio'
# make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters/video'
# make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters/video'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/converters'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/operators'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/operators'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/sources'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/sources'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/conversions'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/conversions'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/outputs'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/outputs'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/io'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/io'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/visualization'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/visualization'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/analyze'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/analyze'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/synth'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/synth'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/harbor'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/harbor'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/lang_encoders'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/lang_encoders'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/encoder_formats'
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src/encoder_formats'
# make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src'
# OCAMLYACC lang/lang_parser.mly
# OCAMLLEX lang/lang_lexer.mll
# 285 states, 16903 transitions, table size 69322 bytes
# 3248 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)\"" > REVISION.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)\"" > REVISION.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)\"" > REVISION.ml ; \
# else \
#   echo "let rev = \"\"" > REVISION.ml ; \
# fi
# OCAMLDEP
# OCAMLOPT -c tools/extralib.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 tools/dyntools.ml
# OCAMLOPT -c configure.mli
# OCAMLOPT -c configure.ml
# OCAMLOPT -c tools/process_handler.mli
# OCAMLOPT -c tools/process_handler.ml
# OCAMLOPT -c tools/http.mli
# OCAMLOPT -c tools/http.ml
# OCAMLOPT -c tools/pool.ml
# OCAMLOPT -c tools/sha1.ml
# OCAMLOPT -c tools/websocket.ml
# OCAMLOPT -c REVISION.mli
# OCAMLOPT -c REVISION.ml
# OCAMLOPT -c converters/audio_converter.mli
# OCAMLOPT -c converters/audio_converter.ml
# OCAMLOPT -c stream/frame.mli
# File "stream/frame.mli", line 42, characters 14-31:
# Error: Unbound module Audio
# make[2]: *** [../Makefile.rules:196: stream/frame.cmi] Error 2
# make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src'
# make[1]: *** [../Makefile.rules:67: all-auto-ocaml-prog] Error 2
# make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/liquidsoap.1.3.4/src'
# make: *** [Makefile.rules:27: all-subdirs] Error 2



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build liquidsoap 1.3.4
+- 
+- The following changes have been performed
| - install base              v0.14.0
| - 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.7.4
| - install pcre              7.4.1
| - install sexplib0          v0.14.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.07/.opam-switch/backup/state-20240129185900.export"
'opam --cli=2.1 install liquidsoap.1.3.4 sexplib0.v0.14.0 pcre.7.4.1 ocamlfind.1.9.6 mm.0.7.4 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.14.0 --verbose --yes --confirm-level=unsafe-yes' failed.
2024-01-29 18:59.29 ---> saved as "29b724082a1d2c9ed7df10583706870b785df272912c48f30f42b424ac978de2"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u liquidsoap:0a9dc5f8e04a1d25b69b1e9a306e6b43"))
2024-01-29 18:59.30 ---> saved as "46cc108725f5eb0f28d1c24766666a1fa1dcb13c74ff5809ea99fadb66f182cc"

/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.762022') && (for DATA in prep/universes/0a9dc5f8e04a1d25b69b1e9a306e6b43/liquidsoap/1.3.4,liquidsoap.1.3.4-0a9dc5f8e04a1d25b69b1e9a306e6b43,liquidsoap.1.3.4; 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/0a9dc5f8e04a1d25b69b1e9a306e6b43/liquidsoap/1.3.4,liquidsoap.1.3.4-0a9dc5f8e04a1d25b69b1e9a306e6b43,liquidsoap.1.3.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/0a9dc5f8e04a1d25b69b1e9a306e6b43/liquidsoap/1.3.4,liquidsoap.1.3.4-0a9dc5f8e04a1d25b69b1e9a306e6b43,liquidsoap.1.3.4; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.762022
FAILED:liquidsoap.1.3.4-0a9dc5f8e04a1d25b69b1e9a306e6b43
prep/universes/0a9dc5f8e04a1d25b69b1e9a306e6b43/liquidsoap/1.3.4/opam
prep/universes/0a9dc5f8e04a1d25b69b1e9a306e6b43/liquidsoap/1.3.4/opam.err.log
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:liquidsoap.1.3.4-0a9dc5f8e04a1d25b69b1e9a306e6b43:35ef650a45215d6a88a444162493664ddb0b09578324cfe95e09407b6744dd58
2024-01-29 18:59.31 ---> saved as "d20434684acc9af047656bffd1c4ba45e62b70a338617b19f8c4f5f2d3ed4db6"
Job succeeded
2024-01-29 19:05.16: Failed: liquidsoap.1.3.4-0a9dc5f8e04a1d25b69b1e9a306e6b43
2024-01-29 19:05.17: liquidsoap.1.3.4-0a9dc5f8e04a1d25b69b1e9a306e6b43 -> 35ef650a45215d6a88a444162493664ddb0b09578324cfe95e09407b6744dd58
2024-01-29 19:05.17: Job succeeded