Build:
  1. 0
2024-09-12 08:35.54: New job: Voodoo prep getopts.0.4.0; 9e6b9b3be9eb375b2048bb39b1bff5c9
2024-09-12 08:35.54: Waiting for resource in pool OCluster
2024-09-12 20:53.10: Waiting for worker…
2024-09-12 20:59.09: Got resource from pool OCluster
2024-09-12 20:59.09: Using cache hint "docs-universe-prep-4.14.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
 (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 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (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 getopts.0.4.0 ocamlfind.1.9.6 mixture.1.0.0 lemonade.0.6.0 conf-cpio.1 conf-bmake.1.0 bsdowl.3.0.0-20150830 broken.0.4.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u getopts:9e6b9b3be9eb375b2048bb39b1bff5c9,lemonade:cc285e8f1eadbd8bff5c01423baa8919"))
 (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.208516') && (for DATA in prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0,lemonade.0.6.0-cc285e8f1eadbd8bff5c01423baa8919,lemonade.0.6.0 prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0,getopts.0.4.0-9e6b9b3be9eb375b2048bb39b1bff5c9,getopts.0.4.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0,lemonade.0.6.0-cc285e8f1eadbd8bff5c01423baa8919,lemonade.0.6.0 prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0,getopts.0.4.0-9e6b9b3be9eb375b2048bb39b1bff5c9,getopts.0.4.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0,lemonade.0.6.0-cc285e8f1eadbd8bff5c01423baa8919,lemonade.0.6.0 prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0,getopts.0.4.0-9e6b9b3be9eb375b2048bb39b1bff5c9,getopts.0.4.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 416bb59d4e5bd5a6dd8fb9323d97ea2c58b95d20 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 20:59.09: RETRYING: 2024-09-12/083554-voodoo-prep-904d87 Number of retries: 0 (retriable error condition)
Building on x86-bm-c9.sw.ocaml.org
All commits already cached
Updating files:  87% (27775/31807)
Updating files:  88% (27991/31807)
Updating files:  89% (28309/31807)
Updating files:  90% (28627/31807)
Updating files:  91% (28945/31807)
Updating files:  92% (29263/31807)
Updating files:  93% (29581/31807)
Updating files:  94% (29899/31807)
Updating files:  95% (30217/31807)
Updating files:  96% (30535/31807)
Updating files:  97% (30853/31807)
Updating files:  98% (31171/31807)
Updating files:  99% (31489/31807)
Updating files: 100% (31807/31807)
Updating files: 100% (31807/31807), done.
HEAD is now at 416bb59d4e Use parentheses in favour of precedence

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
2024-09-12 20:51.54 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:51.54 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" 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 [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 1s (447 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 (7641 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 ... 18733 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+deb12u8) ...
2024-09-12 20:51.54 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" 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.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.12.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] 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.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:51.54 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 20:51.54 ---> using "ff9243a4acf95fb20c4e62f411801f15f8ec3c4e6fcc150de31a9042ea281b68" from cache
2024-09-12 20:51.54 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
2024-09-12 20:51.54 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:51.54 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 20:51.54 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:52.02 ---> saved as "5f49f3b5d42a3955a26a57aaf2be8918d9df1f2c54b45cd6fa52bd7c2c72fb86"

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:52.02 ---> saved as "e9b337ef4882a9e5fd9a77226fba66154e39f055176b9e8d6604acd1940480ce"

/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 development 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-09-12 20:53.47 ---> saved as "fab9cc2a62c88de6647dd45deedb3d17049ae682537368227da546e86cf13000"

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

2024-09-12 20:54.20 ---> saved as "dc07aca1df7845d91f69b81531dbd8a12ffc09c132f3be67429cc82522ef5c57"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:54.20 ---> saved as "c7d81738f6e461d7ab851b77752a5c04252272e468f84532ed1e869398c931d7"

/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 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind 1.9.6

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:54.53 ---> saved as "64ad917683c7a13cabeef595b8f8320da767370c781b239491f97f5600827d9a"

/home/opam: (env DUNE_CACHE disabled)

/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 getopts.0.4.0 ocamlfind.1.9.6 mixture.1.0.0 lemonade.0.6.0 conf-cpio.1 conf-bmake.1.0 bsdowl.3.0.0-20150830 broken.0.4.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 [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 1s (491 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.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 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 getopts.0.4.0 ocamlfind.1.9.6 mixture.1.0.0 lemonade.0.6.0 conf-cpio.1 conf-bmake.1.0 bsdowl.3.0.0-20150830 broken.0.4.2" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
bmake
cpio
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-bmake 1.0
  - install conf-cpio  1
  - install bsdowl     3.0.0-20150830
  - install broken     0.4.2
  - install mixture    1.0.0
  - install lemonade   0.6.0
  - install getopts    0.4.0
===== 7 to install =====

The following system packages will first need to be installed:
    bmake cpio

<><> 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" "bmake" "cpio"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package cpio.
- (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 ... 18733 files and directories currently installed.)
- Preparing to unpack .../cpio_2.13+dfsg-7.1_amd64.deb ...
- Unpacking cpio (2.13+dfsg-7.1) ...
- Selecting previously unselected package bmake.
- Preparing to unpack .../bmake_20200710-15+b1_amd64.deb ...
- Unpacking bmake (20200710-15+b1) ...
- Setting up cpio (2.13+dfsg-7.1) ...
- update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
- Setting up bmake (20200710-15+b1) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/21:
Processing  2/21:
-> retrieved conf-bmake.1.0  (cached)
Processing  3/21:
Processing  4/21:
Processing  5/21: [getopts.0.4.0: http]
Processing  6/21: [getopts.0.4.0: http] [conf-bmake: sh bmake]
Processing  7/21: [getopts.0.4.0: http] [conf-bmake: sh bmake] [conf-cpio: cpio]
-> retrieved broken.0.4.2  (cached)
Processing  8/21: [getopts.0.4.0: http] [lemonade.0.6.0: http] [conf-bmake: sh bmake] [conf-cpio: cpio]
-> retrieved bsdowl.3.0.0-20150830  (cached)
Processing  9/21: [getopts.0.4.0: http] [lemonade.0.6.0: http] [conf-bmake: sh bmake] [conf-cpio: cpio]
Processing  9/21: [lemonade.0.6.0: http] [conf-bmake: sh bmake] [conf-cpio: cpio]
- Debug: program: bmake
- Debug: output: ./conf-bmake.config
- Debug: pwd: /home/opam/.opam/4.14/.opam-switch/build/conf-bmake.1.0
- Debug: Looking for bmake in /home/opam/.opam/4.14/bin
- Debug: Looking for bmake in /home/opam/.opam/plugins/bin
- Debug: Looking for bmake in /home/opam/.opam/4.14/bin
- Debug: Looking for bmake in /usr/local/sbin
- Debug: Looking for bmake in /usr/local/bin
- Debug: Looking for bmake in /usr/sbin
- Debug: Looking for bmake in /usr/bin
-> compiled  conf-bmake.1.0
Processing  9/21: [lemonade.0.6.0: http] [conf-cpio: cpio]
-> installed conf-bmake.1.0
Processing 10/21: [lemonade.0.6.0: http] [conf-cpio: cpio]
Processing 11/21: [lemonade.0.6.0: http] [bsdowl: ./configure] [conf-cpio: cpio]
- cpio (GNU cpio) 2.13
- Copyright (C) 2017 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by Phil Nelson, David MacKenzie, John Oleynick,
- and Sergey Poznyakoff.
-> compiled  conf-cpio.1
Processing 11/21: [lemonade.0.6.0: http] [bsdowl: ./configure]
-> installed conf-cpio.1
Processing 12/21: [lemonade.0.6.0: http] [bsdowl: ./configure]
-> retrieved mixture.1.0.0  (cached)
-> retrieved getopts.0.4.0  (https://github.com/michipili/getopts/releases/download/v0.4.0/getopts-0.4.0.tar.xz)
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking for a modern BSD Make program... bmake
- checking for gawk... no
- checking for mawk... mawk
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether ln -s works... yes
- checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
- checking for ocamlc... ocamlc
- OCaml version is 4.14.2
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for dynlink.cmxa... yes
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for id that handles -g, -u and -n... id
- checking whether tar -z works... yes
- checking whether tar -j works... yes
- checking whether tar -J works... yes
- checking for ocamlfind... yes
- checking for mingw32-gcc... no
- checking for i586-mingw32msvc-cc... no
- checking for mingw32-ar... no
- checking for i586-mingw32msvc-ar... no
- checking for noweb... no
- checking for gpg... yes
- checking for tex... no
- sed: character class syntax is [[:space:]], not [:space:]
- configure: creating ./config.status
- config.status: creating Makefile.config
- config.status: creating bps/bps.bpsconfig.mk
- 
- ** Configuration Summary **
- 
- Optional Features:
-   --enable-test-findlib=yes
-   --enable-test-py-setuptools=no
-   --enable-test-mingw32=no
-   --enable-test-noweb=no
-   --enable-test-gpg=yes
-   --enable-test-texmf=no
-   --enable-test-metapost=no
- 
- Optional Packages:
-   --with-credentials=su
- 
Processing 12/21: [lemonade.0.6.0: http] [bsdowl: /usr/bin/bmake build]
Processing 12/21: [bsdowl: /usr/bin/bmake build]
-> retrieved lemonade.0.6.0  (https://github.com/michipili/lemonade/releases/download/v0.6.0/lemonade-0.6.0.tar.xz)
+ /usr/bin/bmake "-r" "build" (CWD=/home/opam/.opam/4.14/.opam-switch/build/bsdowl.3.0.0-20150830)
- ===> bps (build)
- ===> ocaml (build)
- ===> texmf (build)
- ===> langc (build)
- ===> noweb (build)
- ===> config (build)
- ===> script (build)
- ===> misc (build)
- ===> www (build)
- ===> support (build)
- /usr/bin/sed -e 's|@PACKAGE@|bsdowl|g' -e 's|@VERSION@|3.0.0-20150830|g' -e 's|@prefix@|/home/opam/.opam/4.14|g' -e 's|@exec_prefix@|/home/opam/.opam/4.14|g' -e 's|@bindir@|/home/opam/.opam/4.14/bin|g' -e 's|@sbindir@|/home/opam/.opam/4.14/sbin|g' -e 's|@libexecdir@|/home/opam/.opam/4.14/libexec|g' -e 's|@datarootdir@|/home/opam/.opam/4.14/share|g' -e 's|@datadir@|/home/opam/.opam/4.14/share|g' -e 's|@sysconfdir@|/home/opam/.opam/4.14/etc|g' -e 's|@sharedstatedir@|/home/opam/.opam/4.14/com|g' -e 's|@localstatedir@|/home/opam/.opam/4.14/var|g' -e 's|@runstatedir@|@runstatedir@|g' -e 's|@includedir@|/home/opam/.opam/4.14/include|g' -e 's|@docdir@|/home/opam/.opam/4.14/share/doc/bsdowl|g' -e 's|@infodir@|/home/opam/.opam/4.14/share/info|g' -e 's|@libdir@|/home/opam/.opam/4.14/lib|g' -e 's|@localedir@|/home/opam/.opam/4.14/share/locale|g' -e 's|@mandir@|/home/opam/.opam/4.14/share/man|g' -e 's|@BINDIR@|/home/opam/.opam/4.14/bin|g' < mp2png.sh > mp2png
-> compiled  bsdowl.3.0.0-20150830
Processing 13/21: [bsdowl: /usr/bin/bmake install]
+ /usr/bin/bmake "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/bsdowl.3.0.0-20150830)
- ===> bps (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.init.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.bpsconfig.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.package.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.uses.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.module.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.external.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.product.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.architecture.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.configuration.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.credentials.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.objdir.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.own.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.man.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.usertarget.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.clean.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.subdir.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.files.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.autoconf.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.preparatives.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.replace.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.project.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.m4.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.noweb.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 bps.test-expected.mk /home/opam/.opam/4.14/share/bsdowl
- ===> ocaml (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.uses.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.module.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.external.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.build.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.depend.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.find.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.meta.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.init.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.lex.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.lib.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.pack.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.main.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.object.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.prog.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.dirs.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.source.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.compile.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.tools.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.yacc.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.odoc.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.manual.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 ocaml.toplevel.mk /home/opam/.opam/4.14/share/bsdowl
- ===> texmf (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.init.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.uses.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.module.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.external.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.depend.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.clean.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.build.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.mpost.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.draft.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.bibtex.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 texmf.index.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 tex.doc.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 plain.files.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 latex.doc.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 latex.files.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 mpost.doc.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 mpost.files.mk /home/opam/.opam/4.14/share/bsdowl
- ===> langc (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 langc.init.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 langc.build.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 langc.uses.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 langc.module.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 langc.external.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 langc.depend.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 langc.prog.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 langc.lib.mk /home/opam/.opam/4.14/share/bsdowl
- ===> noweb (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/texmf-local/tex/latex/bsdowl
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 nwlatex.tex /home/opam/.opam/4.14/share/texmf-local/tex/latex/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 nwlatex.css /home/opam/.opam/4.14/share/bsdowl
- ===> config (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 conf.dotfile.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 conf.freebsd.mk /home/opam/.opam/4.14/share/bsdowl
- ===> script (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 script.main.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 shell.prog.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 shell.lib.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 python.prog.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 python.lib.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 python.init.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 python.uses.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 python.setuptools.mk /home/opam/.opam/4.14/share/bsdowl
- ===> misc (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 elisp.lib.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 generic.files.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 generic.subdir.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 generic.project.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 generic.test.mk /home/opam/.opam/4.14/share/bsdowl
- ===> www (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 www.files.mk /home/opam/.opam/4.14/share/bsdowl
- /usr/bin/install -c -o opam -g opam -m 440 www.sgml.mk /home/opam/.opam/4.14/share/bsdowl
- ===> support (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/bin
- /usr/bin/install -c -o opam -g opam -m 550 mp2png /home/opam/.opam/4.14/bin
-> installed bsdowl.3.0.0-20150830
Processing 14/21: [broken: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/./configure "--prefix" "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2)
- checking for ocamlc... ocamlc
- OCaml version is 4.14.2
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for dynlink.cmxa... yes
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for ocamlfind... ocamlfind
- checking for findlib package unix... found
- configure: creating ./config.status
- config.status: creating Makefile.config
Processing 14/21: [broken: /usr/bin/bmake all]
+ /usr/bin/bmake "-I/home/opam/.opam/4.14/share/bsdowl" "all" (CWD=/home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2)
- /usr/bin/bmake depend
- ===> src (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src broken.ml broken.mli broken.ml broken.mli) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- ===> meta (depend)
- ===> manual (depend)
- ===> testsuite (depend)
- ===> testsuite/unit-testing (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/testsuite/unit-testing && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -native testBroken.ml main.ml) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- ===> testsuite/trip-trap (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/testsuite/trip-trap && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -native main.ml) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- /usr/bin/bmake build
- ===> src (build)
- bmake[2]: .depend, 64: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "unix" -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -o broken.cmi broken.mli
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./set.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./random.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./queue.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printexc.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./hashtbl.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./filename.cmx
- bmake[2]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./arg.cmx
- ocamlfind ocamlopt -c -package "unix" -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -o broken.cmx broken.ml
- ocamlopt -a -o broken.cmxa broken.cmx
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmi
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmi
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./set.cmi
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./random.cmi
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./queue.cmi
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmi
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printexc.cmi
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./hashtbl.cmi
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./filename.cmi
- bmake[2]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./arg.cmi
- ocamlfind ocamlc -c -package "unix" -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -o broken.cmo broken.ml
- ocamlc -a -o broken.cma broken.cmo
- ===> meta (build)
- /usr/bin/sed -e 's|@PACKAGE@|broken|g' -e 's|@VERSION@|0.4.2|g' -e 's|@prefix@|/home/opam/.opam/4.14|g' -e 's|@exec_prefix@|/home/opam/.opam/4.14|g' -e 's|@bindir@|/home/opam/.opam/4.14/bin|g' -e 's|@sbindir@|/home/opam/.opam/4.14/sbin|g' -e 's|@libexecdir@|/home/opam/.opam/4.14/libexec|g' -e 's|@datarootdir@|/home/opam/.opam/4.14/share|g' -e 's|@datadir@|/home/opam/.opam/4.14/share|g' -e 's|@sysconfdir@|/home/opam/.opam/4.14/etc|g' -e 's|@sharedstatedir@|/home/opam/.opam/4.14/com|g' -e 's|@localstatedir@|/home/opam/.opam/4.14/var|g' -e 's|@runstatedir@|@runstatedir@|g' -e 's|@includedir@|/home/opam/.opam/4.14/include|g' -e 's|@docdir@|/home/opam/.opam/4.14/share/doc/broken|g' -e 's|@infodir@|/home/opam/.opam/4.14/share/info|g' -e 's|@libdir@|/home/opam/.opam/4.14/lib|g' -e 's|@ocamllibdir@|/home/opam/.opam/4.14/lib|g' -e 's|@localedir@|/home/opam/.opam/4.14/share/locale|g' -e 's|@mandir@|/home/opam/.opam/4.14/share/man|g' broken.in > broken
- ===> manual (build)
- ===> testsuite (build)
- /usr/bin/bmake doc
- ===> src (doc)
- bmake[2]: .depend, 64: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "unix" -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -o broken.cmi broken.mli
- ocamlfind ocamldoc -package "unix" -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -t "Ocamldoc dump for broken" -short-functors -dump broken.odoc broken.ml broken.mli
- ===> meta (doc)
- ===> manual (doc)
- rm -R -f broken_html.temp broken_html
- mkdir broken_html.temp
- ocamlfind ocamldoc -package "unix" -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -t "Broken Testing Framework" -short-functors -load /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src/broken.odoc -html -charset utf-8 -intro intro.text -d broken_html.temp 
- cp /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/Library/Data/broken.css broken_html.temp/style.css
- mv broken_html.temp broken_html
- ===> testsuite (doc)
- ===> testsuite/unit-testing (doc)
- ===> testsuite/trip-trap (doc)
-> compiled  broken.0.4.2
Processing 15/21: [broken: /usr/bin/bmake install]
+ /usr/bin/bmake "-I/home/opam/.opam/4.14/share/bsdowl" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2)
- ===> src (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/broken
- bmake[1]: .depend, 64: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "unix" -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -o broken.cmi broken.mli
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./set.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./random.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./queue.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printexc.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./hashtbl.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./filename.cmx
- bmake[1]: .depend, 60: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./arg.cmx
- ocamlfind ocamlopt -c -package "unix" -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -o broken.cmx broken.ml
- ocamlopt -a -o broken.cmxa broken.cmx
- /usr/bin/install -c -o opam -g opam -m 440 broken.cmxa /home/opam/.opam/4.14/lib/broken
- /usr/bin/install -c -o opam -g opam -m 440 broken.a /home/opam/.opam/4.14/lib/broken
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmi
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmi
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./set.cmi
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./random.cmi
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./queue.cmi
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmi
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printexc.cmi
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./hashtbl.cmi
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./filename.cmi
- bmake[1]: .depend, 45: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./arg.cmi
- ocamlfind ocamlc -c -package "unix" -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14/.opam-switch/build/broken.0.4.2/src -o broken.cmo broken.ml
- /usr/bin/install -c -o opam -g opam -m 440 broken.cma /home/opam/.opam/4.14/lib/broken
- /usr/bin/install -c -o opam -g opam -m 440 broken.cmi /home/opam/.opam/4.14/lib/broken
- ===> meta (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/broken
- /usr/bin/install -c -o opam -g opam -m 440 broken /home/opam/.opam/4.14/lib/broken/META
- ===> manual (install)
- /usr/bin/install -c -d -o opam -g opam /home/opam/.opam/4.14/share/doc/broken/html
- (cd broken_html && sh -c '(find $1 -depth $3 | cpio -dump $2 >/dev/null 2>&1) && find $1 -depth $3 -type d -exec chmod 755 $2/{} \; && find $1 -depth $3 -type f -exec chmod 440 $2/{} \;' COPYTREE_DOC . /home/opam/.opam/4.14/share/doc/broken/html)
- ===> testsuite (install)
-> installed broken.0.4.2
Processing 16/21: [mixture: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/./configure "--prefix" "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0)
- checking for ocamlc... ocamlc
- OCaml version is 4.14.2
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for dynlink.cmxa... yes
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for ocamlfind... ocamlfind
- checking for findlib package broken... found
- configure: creating ./config.status
- config.status: creating Makefile.config
Processing 16/21: [mixture: /usr/bin/bmake all]
+ /usr/bin/bmake "-I/home/opam/.opam/4.14/share/bsdowl" "all" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0)
- /usr/bin/bmake depend
- ===> src (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src mixture_Format.ml mixture_Format.mli mixture_Parse.ml mixture_Parse.mli mixture_Compare.ml mixture_Compare.mli mixture_Applicative.ml mixture_Applicative.mli mixture_Monad.ml mixture_Monad.mli mixture_FoldRight.ml mixture_FoldRight.mli mixture_FoldAssoc.ml mixture_FoldAssoc.mli mixture_NumericalFunction.ml mixture_NumericalFunction.mli mixture_Format.ml mixture_Format.mli mixture_Parse.ml mixture_Parse.mli mixture_Compare.ml mixture_Compare.mli mixture_Applicative.ml mixture_Applicative.mli mixture_Monad.ml mixture_Monad.mli mixture_FoldRight.ml mixture_FoldRight.mli mixture_FoldAssoc.ml mixture_FoldAssoc.mli mixture_NumericalFunction.ml mixture_NumericalFunction.mli) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- ===> meta (depend)
- ===> manual (depend)
- ===> testsuite (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/testsuite && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -native testApplicative.ml testMonad.ml main.ml) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- /usr/bin/bmake build
- ===> src (build)
- bmake[2]: .depend, 56: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmi mixture_Format.mli
- bmake[2]: .depend, 52: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmx mixture_Format.ml
- bmake[2]: .depend, 104: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./lexing.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmi mixture_Parse.mli
- bmake[2]: .depend, 100: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./lexing.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmx mixture_Parse.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Compare.cmi mixture_Compare.mli
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Compare.cmx mixture_Compare.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Applicative.cmi mixture_Applicative.mli
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Applicative.cmx mixture_Applicative.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Monad.cmi mixture_Monad.mli
- bmake[2]: .depend, 76: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmx
- bmake[2]: .depend, 76: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Monad.cmx mixture_Monad.ml
- File "mixture_Monad.ml", line 132, characters 11-28:
- 132 |     Infix.(Pervasives.ignore <$> m)
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_FoldRight.cmi mixture_FoldRight.mli
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_FoldRight.cmx mixture_FoldRight.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_FoldAssoc.cmi mixture_FoldAssoc.mli
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_FoldAssoc.cmx mixture_FoldAssoc.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_NumericalFunction.cmi mixture_NumericalFunction.mli
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_NumericalFunction.cmx mixture_NumericalFunction.ml
- ocamlopt -a -o mixture.cmxa mixture_Format.cmx mixture_Parse.cmx mixture_Compare.cmx mixture_Applicative.cmx mixture_Monad.cmx mixture_FoldRight.cmx mixture_FoldAssoc.cmx mixture_NumericalFunction.cmx
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmo mixture_Format.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmo mixture_Parse.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Compare.cmo mixture_Compare.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Applicative.cmo mixture_Applicative.ml
- bmake[2]: .depend, 71: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmo
- bmake[2]: .depend, 71: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Monad.cmo mixture_Monad.ml
- File "mixture_Monad.ml", line 132, characters 11-28:
- 132 |     Infix.(Pervasives.ignore <$> m)
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_FoldRight.cmo mixture_FoldRight.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_FoldAssoc.cmo mixture_FoldAssoc.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_NumericalFunction.cmo mixture_NumericalFunction.ml
- ocamlc -a -o mixture.cma mixture_Format.cmo mixture_Parse.cmo mixture_Compare.cmo mixture_Applicative.cmo mixture_Monad.cmo mixture_FoldRight.cmo mixture_FoldAssoc.cmo mixture_NumericalFunction.cmo
- ===> meta (build)
- /usr/bin/sed -e 's|@PACKAGE@|mixture|g' -e 's|@VERSION@|1.0.0|g' -e 's|@prefix@|/home/opam/.opam/4.14|g' -e 's|@exec_prefix@|/home/opam/.opam/4.14|g' -e 's|@bindir@|/home/opam/.opam/4.14/bin|g' -e 's|@sbindir@|/home/opam/.opam/4.14/sbin|g' -e 's|@libexecdir@|/home/opam/.opam/4.14/libexec|g' -e 's|@datarootdir@|/home/opam/.opam/4.14/share|g' -e 's|@datadir@|/home/opam/.opam/4.14/share|g' -e 's|@sysconfdir@|/home/opam/.opam/4.14/etc|g' -e 's|@sharedstatedir@|/home/opam/.opam/4.14/com|g' -e 's|@localstatedir@|/home/opam/.opam/4.14/var|g' -e 's|@runstatedir@|@runstatedir@|g' -e 's|@includedir@|/home/opam/.opam/4.14/include|g' -e 's|@docdir@|/home/opam/.opam/4.14/share/doc/mixture|g' -e 's|@infodir@|/home/opam/.opam/4.14/share/info|g' -e 's|@libdir@|/home/opam/.opam/4.14/lib|g' -e 's|@ocamllibdir@|/home/opam/.opam/4.14/lib|g' -e 's|@localedir@|/home/opam/.opam/4.14/share/locale|g' -e 's|@mandir@|/home/opam/.opam/4.14/share/man|g' mixture.in > mixture
- ===> manual (build)
- ===> testsuite (build)
- bmake[2]: .depend, 11: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o testApplicative.cmx testApplicative.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- bmake[2]: .depend, 11: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmx
- bmake[2]: .depend, 11: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmx
- bmake[2]: .depend, 11: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o testMonad.cmx testMonad.ml
- File "testMonad.ml", line 119, characters 19-35:
- 119 |         (Maybe.map String.uppercase) (Some "a") (Some "A");
-                          ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "testMonad.ml", line 122, characters 29-45:
- 122 |         (Maybe.Infix.( <$> ) String.uppercase) (Some "a") (Some "A");
-                                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "testMonad.ml", line 125, characters 27-43:
- 125 |         (Maybe.apply (Some(String.uppercase))) (Some "a") (Some "A");
-                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "testMonad.ml", line 128, characters 35-51:
- 128 |         (Maybe.Infix.( <*> ) (Some(String.uppercase))) (Some "a") (Some "A");
-                                          ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o main.cmx main.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -linkpkg -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -linkall -o unit-testing.native /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src/mixture.cmxa testApplicative.cmx testMonad.cmx main.cmx
- cp unit-testing.native unit-testing
- /usr/bin/bmake doc
- ===> src (doc)
- bmake[2]: .depend, 56: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmi mixture_Format.mli
- bmake[2]: .depend, 104: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./lexing.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmi mixture_Parse.mli
- ocamlfind ocamldoc -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -t "I am too lazy to set the title" -short-functors -dump mixture.odoc mixture_Format.ml mixture_Parse.ml mixture_Compare.ml mixture_Applicative.ml mixture_Monad.ml mixture_FoldRight.ml mixture_FoldAssoc.ml mixture_NumericalFunction.ml mixture_Format.mli mixture_Parse.mli mixture_Compare.mli mixture_Applicative.mli mixture_Monad.mli mixture_FoldRight.mli mixture_FoldAssoc.mli mixture_NumericalFunction.mli
- File "mixture_Monad.ml", line 132, characters 11-28:
- 132 |     Infix.(Pervasives.ignore <$> m)
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ===> meta (doc)
- ===> manual (doc)
- rm -R -f mixture_html.temp mixture_html
- mkdir mixture_html.temp
- ocamlfind ocamldoc -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -t "The Mixture Mixins Library" -short-functors -load /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src/mixture.odoc -html -charset utf-8 -intro intro.text -d mixture_html.temp 
- cp /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/Library/Data/bsdowl.css mixture_html.temp/style.css
- mv mixture_html.temp mixture_html
- ===> testsuite (doc)
-> compiled  mixture.1.0.0
Processing 17/21: [mixture: /usr/bin/bmake install]
+ /usr/bin/bmake "-I/home/opam/.opam/4.14/share/bsdowl" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0)
- ===> src (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/mixture
- bmake[1]: .depend, 56: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmi mixture_Format.mli
- bmake[1]: .depend, 52: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmx mixture_Format.ml
- bmake[1]: .depend, 104: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./lexing.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmi mixture_Parse.mli
- bmake[1]: .depend, 100: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./lexing.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmx mixture_Parse.ml
- bmake[1]: .depend, 76: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmx
- bmake[1]: .depend, 76: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Monad.cmx mixture_Monad.ml
- File "mixture_Monad.ml", line 132, characters 11-28:
- 132 |     Infix.(Pervasives.ignore <$> m)
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlopt -a -o mixture.cmxa mixture_Format.cmx mixture_Parse.cmx mixture_Compare.cmx mixture_Applicative.cmx mixture_Monad.cmx mixture_FoldRight.cmx mixture_FoldAssoc.cmx mixture_NumericalFunction.cmx
- /usr/bin/install -c -o opam -g opam -m 440 mixture.cmxa /home/opam/.opam/4.14/lib/mixture
- /usr/bin/install -c -o opam -g opam -m 440 mixture.a /home/opam/.opam/4.14/lib/mixture
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmo mixture_Format.ml
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmo mixture_Parse.ml
- bmake[1]: .depend, 71: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmo
- bmake[1]: .depend, 71: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o mixture_Monad.cmo mixture_Monad.ml
- File "mixture_Monad.ml", line 132, characters 11-28:
- 132 |     Infix.(Pervasives.ignore <$> m)
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlc -a -o mixture.cma mixture_Format.cmo mixture_Parse.cmo mixture_Compare.cmo mixture_Applicative.cmo mixture_Monad.cmo mixture_FoldRight.cmo mixture_FoldAssoc.cmo mixture_NumericalFunction.cmo
- /usr/bin/install -c -o opam -g opam -m 440 mixture.cma /home/opam/.opam/4.14/lib/mixture
- /usr/bin/install -c -o opam -g opam -m 440 mixture_Format.cmi /home/opam/.opam/4.14/lib/mixture
- /usr/bin/install -c -o opam -g opam -m 440 mixture_Parse.cmi /home/opam/.opam/4.14/lib/mixture
- /usr/bin/install -c -o opam -g opam -m 440 mixture_Compare.cmi /home/opam/.opam/4.14/lib/mixture
- /usr/bin/install -c -o opam -g opam -m 440 mixture_Applicative.cmi /home/opam/.opam/4.14/lib/mixture
- /usr/bin/install -c -o opam -g opam -m 440 mixture_Monad.cmi /home/opam/.opam/4.14/lib/mixture
- /usr/bin/install -c -o opam -g opam -m 440 mixture_FoldRight.cmi /home/opam/.opam/4.14/lib/mixture
- /usr/bin/install -c -o opam -g opam -m 440 mixture_FoldAssoc.cmi /home/opam/.opam/4.14/lib/mixture
- /usr/bin/install -c -o opam -g opam -m 440 mixture_NumericalFunction.cmi /home/opam/.opam/4.14/lib/mixture
- ===> meta (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/mixture
- /usr/bin/install -c -o opam -g opam -m 440 mixture /home/opam/.opam/4.14/lib/mixture/META
- ===> manual (install)
- /usr/bin/install -c -d -o opam -g opam /home/opam/.opam/4.14/share/doc/mixture/html
- (cd mixture_html && sh -c '(find $1 -depth $3 | cpio -dump $2 >/dev/null 2>&1) && find $1 -depth $3 -type d -exec chmod 755 $2/{} \; && find $1 -depth $3 -type f -exec chmod 440 $2/{} \;' COPYTREE_DOC . /home/opam/.opam/4.14/share/doc/mixture/html)
- ===> testsuite (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/bin
- bmake[1]: .depend, 11: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o testApplicative.cmx testApplicative.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- bmake[1]: .depend, 11: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmx
- bmake[1]: .depend, 11: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmx
- bmake[1]: .depend, 11: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -o testMonad.cmx testMonad.ml
- File "testMonad.ml", line 119, characters 19-35:
- 119 |         (Maybe.map String.uppercase) (Some "a") (Some "A");
-                          ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "testMonad.ml", line 122, characters 29-45:
- 122 |         (Maybe.Infix.( <$> ) String.uppercase) (Some "a") (Some "A");
-                                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "testMonad.ml", line 125, characters 27-43:
- 125 |         (Maybe.apply (Some(String.uppercase))) (Some "a") (Some "A");
-                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "testMonad.ml", line 128, characters 35-51:
- 128 |         (Maybe.Infix.( <*> ) (Some(String.uppercase))) (Some "a") (Some "A");
-                                          ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -linkpkg -package "broken" -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src -linkall -o unit-testing.native /home/opam/.opam/4.14/.opam-switch/build/mixture.1.0.0/src/mixture.cmxa testApplicative.cmx testMonad.cmx main.cmx
- cp unit-testing.native unit-testing
- /usr/bin/install -c -o opam -g opam -m 550 unit-testing /home/opam/.opam/4.14/bin
-> installed mixture.1.0.0
Processing 18/21: [lemonade: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/./configure "--prefix" "/home/opam/.opam/4.14" "--disable-ppx-rewriter" (CWD=/home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0)
- checking for ocamlc... ocamlc
- OCaml version is 4.14.2
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for dynlink.cmxa... yes
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for ocamlfind... ocamlfind
- checking for findlib package mixture... found
- checking for findlib package broken... found
- configure: creating ./config.status
- config.status: creating Makefile.config
Processing 18/21: [lemonade: /usr/bin/bmake all]
+ /usr/bin/bmake "-I/home/opam/.opam/4.14/share/bsdowl" "all" (CWD=/home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0)
- /usr/bin/bmake depend
- ===> src (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src lemonade_Type.ml lemonade_Type.mli lemonade_Continuation.ml lemonade_Continuation.mli lemonade_Lazy.ml lemonade_Lazy.mli lemonade_List.ml lemonade_List.mli lemonade_Maybe.ml lemonade_Maybe.mli lemonade_Ok.ml lemonade_Ok.mli lemonade_Reader.ml lemonade_Reader.mli lemonade_Retry.ml lemonade_Retry.mli lemonade_State.ml lemonade_State.mli lemonade_Stream.ml lemonade_Stream.mli lemonade_Success.ml lemonade_Success.mli lemonade_Writer.ml lemonade_Writer.mli lemonade_Type.ml lemonade_Type.mli lemonade_Continuation.ml lemonade_Continuation.mli lemonade_Lazy.ml lemonade_Lazy.mli lemonade_List.ml lemonade_List.mli lemonade_Maybe.ml lemonade_Maybe.mli lemonade_Ok.ml lemonade_Ok.mli lemonade_Reader.ml lemonade_Reader.mli lemonade_Retry.ml lemonade_Retry.mli lemonade_State.ml lemonade_State.mli lemonade_Stream.ml lemonade_Stream.mli lemonade_Success.ml lemonade_Success.mli lemonade_Writer.ml lemonade_Writer.mli) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- ===> meta (depend)
- ===> manual (depend)
- ===> testsuite (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/testsuite && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -native testList.ml testMaybe.ml testStream.ml testSuccessReader.ml main.ml) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- /usr/bin/bmake build
- ===> src (build)
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Type.cmi lemonade_Type.mli
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Type.cmx lemonade_Type.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Continuation.cmi lemonade_Continuation.mli
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Continuation.cmx lemonade_Continuation.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- bmake[2]: .depend, 40: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./lazy.cmi
- bmake[2]: .depend, 106: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmi lemonade_Lazy.mli
- bmake[2]: .depend, 32: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./lazy.cmx
- bmake[2]: .depend, 100: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmx lemonade_Lazy.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_List.cmi lemonade_List.mli
- bmake[2]: .depend, 182: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_List.cmx lemonade_List.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Maybe.cmi lemonade_Maybe.mli
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Maybe.cmx lemonade_Maybe.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Ok.cmi lemonade_Ok.mli
- bmake[2]: .depend, 100: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Ok.cmx lemonade_Ok.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Reader.cmi lemonade_Reader.mli
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Reader.cmx lemonade_Reader.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Retry.cmi lemonade_Retry.mli
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Retry.cmx lemonade_Retry.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_State.cmi lemonade_State.mli
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_State.cmx lemonade_State.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Stream.cmi lemonade_Stream.mli
- bmake[2]: .depend, 182: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmx
- bmake[2]: .depend, 182: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./buffer.cmx
- bmake[2]: .depend, 182: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Stream.cmx lemonade_Stream.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Success.cmi lemonade_Success.mli
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Success.cmx lemonade_Success.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Writer.cmi lemonade_Writer.mli
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Writer.cmx lemonade_Writer.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlopt -a -o lemonade.cmxa lemonade_Type.cmx lemonade_Continuation.cmx lemonade_Lazy.cmx lemonade_List.cmx lemonade_Maybe.cmx lemonade_Ok.cmx lemonade_Reader.cmx lemonade_Retry.cmx lemonade_State.cmx lemonade_Stream.cmx lemonade_Success.cmx lemonade_Writer.cmx
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Type.cmo lemonade_Type.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Continuation.cmo lemonade_Continuation.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmo lemonade_Lazy.ml
- bmake[2]: .depend, 175: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_List.cmo lemonade_List.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Maybe.cmo lemonade_Maybe.ml
- bmake[2]: .depend, 96: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Ok.cmo lemonade_Ok.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Reader.cmo lemonade_Reader.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Retry.cmo lemonade_Retry.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_State.cmo lemonade_State.ml
- bmake[2]: .depend, 175: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmi
- bmake[2]: .depend, 175: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./buffer.cmi
- bmake[2]: .depend, 175: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Stream.cmo lemonade_Stream.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Success.cmo lemonade_Success.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Writer.cmo lemonade_Writer.ml
- ocamlc -a -o lemonade.cma lemonade_Type.cmo lemonade_Continuation.cmo lemonade_Lazy.cmo lemonade_List.cmo lemonade_Maybe.cmo lemonade_Ok.cmo lemonade_Reader.cmo lemonade_Retry.cmo lemonade_State.cmo lemonade_Stream.cmo lemonade_Success.cmo lemonade_Writer.cmo
- ===> meta (build)
- /usr/bin/sed -e 's|@PACKAGE@|lemonade|g' -e 's|@VERSION@|0.6.0|g' -e 's|@prefix@|/home/opam/.opam/4.14|g' -e 's|@exec_prefix@|/home/opam/.opam/4.14|g' -e 's|@bindir@|/home/opam/.opam/4.14/bin|g' -e 's|@sbindir@|/home/opam/.opam/4.14/sbin|g' -e 's|@libexecdir@|/home/opam/.opam/4.14/libexec|g' -e 's|@datarootdir@|/home/opam/.opam/4.14/share|g' -e 's|@datadir@|/home/opam/.opam/4.14/share|g' -e 's|@sysconfdir@|/home/opam/.opam/4.14/etc|g' -e 's|@sharedstatedir@|/home/opam/.opam/4.14/com|g' -e 's|@localstatedir@|/home/opam/.opam/4.14/var|g' -e 's|@runstatedir@|@runstatedir@|g' -e 's|@includedir@|/home/opam/.opam/4.14/include|g' -e 's|@docdir@|/home/opam/.opam/4.14/share/doc/lemonade|g' -e 's|@infodir@|/home/opam/.opam/4.14/share/info|g' -e 's|@libdir@|/home/opam/.opam/4.14/lib|g' -e 's|@ocamllibdir@|/home/opam/.opam/4.14/lib|g' -e 's|@localedir@|/home/opam/.opam/4.14/share/locale|g' -e 's|@mandir@|/home/opam/.opam/4.14/share/man|g' lemonade.in > lemonade
- ===> manual (build)
- ===> testsuite (build)
- bmake[2]: .depend, 19: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o testList.cmx testList.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o testMaybe.cmx testMaybe.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- bmake[2]: .depend, 14: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o testStream.cmx testStream.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o testSuccessReader.cmx testSuccessReader.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o main.cmx main.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -linkpkg -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -linkall -o unit-testing.native /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src/lemonade.cmxa testList.cmx testMaybe.cmx testStream.cmx testSuccessReader.cmx main.cmx
- cp unit-testing.native unit-testing
- /usr/bin/bmake doc
- ===> src (doc)
- bmake[2]: .depend, 40: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./lazy.cmi
- bmake[2]: .depend, 106: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmi lemonade_Lazy.mli
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_List.cmi lemonade_List.mli
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Maybe.cmi lemonade_Maybe.mli
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Ok.cmi lemonade_Ok.mli
- ocamlfind ocamldoc -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -t "I am too lazy to set the title" -short-functors -dump lemonade.odoc lemonade_Type.ml lemonade_Continuation.ml lemonade_Lazy.ml lemonade_List.ml lemonade_Maybe.ml lemonade_Ok.ml lemonade_Reader.ml lemonade_Retry.ml lemonade_State.ml lemonade_Stream.ml lemonade_Success.ml lemonade_Writer.ml lemonade_Type.mli lemonade_Continuation.mli lemonade_Lazy.mli lemonade_List.mli lemonade_Maybe.mli lemonade_Ok.mli lemonade_Reader.mli lemonade_Retry.mli lemonade_State.mli lemonade_Stream.mli lemonade_Success.mli lemonade_Writer.mli
- ===> meta (doc)
- ===> manual (doc)
- rm -R -f lemonade_html.temp lemonade_html
- mkdir lemonade_html.temp
- ocamlfind ocamldoc -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -t "The Lemonade Library" -short-functors -load /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src/lemonade.odoc -html -charset utf-8 -intro intro.text -d lemonade_html.temp 
- cp /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/Library/Data/bsdowl.css lemonade_html.temp/style.css
- mv lemonade_html.temp lemonade_html
- ===> testsuite (doc)
-> compiled  lemonade.0.6.0
Processing 19/21: [lemonade: /usr/bin/bmake install]
+ /usr/bin/bmake "-I/home/opam/.opam/4.14/share/bsdowl" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0)
- ===> src (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/lemonade
- bmake[1]: .depend, 40: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./lazy.cmi
- bmake[1]: .depend, 106: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmi lemonade_Lazy.mli
- bmake[1]: .depend, 32: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./lazy.cmx
- bmake[1]: .depend, 100: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmx lemonade_Lazy.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_List.cmi lemonade_List.mli
- bmake[1]: .depend, 182: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_List.cmx lemonade_List.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Maybe.cmi lemonade_Maybe.mli
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Maybe.cmx lemonade_Maybe.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Ok.cmi lemonade_Ok.mli
- bmake[1]: .depend, 100: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Ok.cmx lemonade_Ok.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Retry.cmx lemonade_Retry.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Mixture_Monad, and its interface was not compiled with -opaque
- bmake[1]: .depend, 182: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmx
- bmake[1]: .depend, 182: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./buffer.cmx
- bmake[1]: .depend, 182: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Stream.cmx lemonade_Stream.ml
- ocamlopt -a -o lemonade.cmxa lemonade_Type.cmx lemonade_Continuation.cmx lemonade_Lazy.cmx lemonade_List.cmx lemonade_Maybe.cmx lemonade_Ok.cmx lemonade_Reader.cmx lemonade_Retry.cmx lemonade_State.cmx lemonade_Stream.cmx lemonade_Success.cmx lemonade_Writer.cmx
- /usr/bin/install -c -o opam -g opam -m 440 lemonade.cmxa /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade.a /home/opam/.opam/4.14/lib/lemonade
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmo lemonade_Lazy.ml
- bmake[1]: .depend, 175: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_List.cmo lemonade_List.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Maybe.cmo lemonade_Maybe.ml
- bmake[1]: .depend, 96: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Ok.cmo lemonade_Ok.ml
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Retry.cmo lemonade_Retry.ml
- bmake[1]: .depend, 175: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmi
- bmake[1]: .depend, 175: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./buffer.cmi
- bmake[1]: .depend, 175: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Stream.cmo lemonade_Stream.ml
- ocamlc -a -o lemonade.cma lemonade_Type.cmo lemonade_Continuation.cmo lemonade_Lazy.cmo lemonade_List.cmo lemonade_Maybe.cmo lemonade_Ok.cmo lemonade_Reader.cmo lemonade_Retry.cmo lemonade_State.cmo lemonade_Stream.cmo lemonade_Success.cmo lemonade_Writer.cmo
- /usr/bin/install -c -o opam -g opam -m 440 lemonade.cma /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Type.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Continuation.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Lazy.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_List.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Maybe.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Ok.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Reader.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Retry.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_State.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Stream.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Success.cmi /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Writer.cmi /home/opam/.opam/4.14/lib/lemonade
- ===> meta (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/lemonade
- /usr/bin/install -c -o opam -g opam -m 440 lemonade /home/opam/.opam/4.14/lib/lemonade/META
- ===> manual (install)
- /usr/bin/install -c -d -o opam -g opam /home/opam/.opam/4.14/share/doc/lemonade/html
- (cd lemonade_html && sh -c '(find $1 -depth $3 | cpio -dump $2 >/dev/null 2>&1) && find $1 -depth $3 -type d -exec chmod 755 $2/{} \; && find $1 -depth $3 -type f -exec chmod 440 $2/{} \;' COPYTREE_DOC . /home/opam/.opam/4.14/share/doc/lemonade/html)
- ===> testsuite (install)
-> installed lemonade.0.6.0
Processing 20/21: [getopts: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/./configure "--prefix" "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0)
- checking for ocamlc... ocamlc
- OCaml version is 4.14.2
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for dynlink.cmxa... yes
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for ocamlfind... ocamlfind
- checking for findlib package broken... found
- checking for findlib package lemonade... found
- configure: creating ./config.status
- config.status: creating Makefile.config
- config.status: creating meta/getopts
Processing 20/21: [getopts: /usr/bin/bmake all]
+ /usr/bin/bmake "-I/home/opam/.opam/4.14/share/bsdowl" "all" (CWD=/home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0)
- /usr/bin/bmake depend
- ===> src (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src getopts.ml getopts.mli getopts.ml getopts.mli) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- ===> meta (depend)
- ===> manual (depend)
- ===> testsuite (depend)
- ===> testsuite/unit-testing (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/testsuite/unit-testing && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -native main.ml) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- ===> testsuite/trip-trap (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/testsuite/trip-trap && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -native main.ml) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- /usr/bin/bmake build
- ===> src (build)
- ocamlfind ocamlc -c -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -o getopts.cmi getopts.mli
- bmake[2]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmx
- bmake[2]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmx
- bmake[2]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmx
- bmake[2]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmx
- bmake[2]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- bmake[2]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- bmake[2]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./filename.cmx
- bmake[2]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./char.cmx
- bmake[2]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmx
- ocamlfind ocamlopt -c -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -o getopts.cmx getopts.ml
- File "getopts.ml", line 384, characters 29-47:
- 384 |       (List.sort (fun a b -> Pervasives.compare a.option b.option)
-                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Lemonade_Success, and its interface was not compiled with -opaque
- ocamlopt -a -o getopts.cmxa getopts.cmx
- bmake[2]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmi
- bmake[2]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmi
- bmake[2]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmi
- bmake[2]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmo
- bmake[2]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- bmake[2]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- bmake[2]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./filename.cmi
- bmake[2]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./char.cmi
- bmake[2]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -o getopts.cmo getopts.ml
- File "getopts.ml", line 384, characters 29-47:
- 384 |       (List.sort (fun a b -> Pervasives.compare a.option b.option)
-                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlc -a -o getopts.cma getopts.cmo
- ===> meta (build)
- ===> manual (build)
- ===> testsuite (build)
- ===> testsuite/unit-testing (build)
- ocamlfind ocamlopt -c -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -o main.cmx main.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Broken, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -linkpkg -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -linkall -o unit_testing.native /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src/getopts.cmxa main.cmx
- cp unit_testing.native unit_testing
- ===> testsuite/trip-trap (build)
- bmake[3]: .depend, 4: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmx
- bmake[3]: .depend, 4: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -o main.cmx main.ml
- ocamlfind ocamlopt -linkpkg -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -o test_getopts.native /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src/getopts.cmxa main.cmx
- cp test_getopts.native test_getopts
- /usr/bin/bmake doc
- ===> src (doc)
- ocamlfind ocamldoc -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -t "I am too lazy to set the title" -short-functors -dump getopts.odoc getopts.ml getopts.mli
- File "getopts.ml", line 384, characters 29-47:
- 384 |       (List.sort (fun a b -> Pervasives.compare a.option b.option)
-                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ===> meta (doc)
- ===> manual (doc)
- rm -R -f getopts_html.temp getopts_html
- mkdir getopts_html.temp
- ocamlfind ocamldoc -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -t "Getopts library" -short-functors -load /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src/getopts.odoc -html -charset utf-8 -intro intro.text -d getopts_html.temp 
- cp /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/Library/Data/getopts.css getopts_html.temp/style.css
- mv getopts_html.temp getopts_html
- ===> testsuite (doc)
- ===> testsuite/unit-testing (doc)
- ===> testsuite/trip-trap (doc)
-> compiled  getopts.0.4.0
Processing 21/21: [getopts: /usr/bin/bmake install]
+ /usr/bin/bmake "-I/home/opam/.opam/4.14/share/bsdowl" "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0)
- ===> src (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/getopts
- bmake[1]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmx
- bmake[1]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmx
- bmake[1]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmx
- bmake[1]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmx
- bmake[1]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmx
- bmake[1]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmx
- bmake[1]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./filename.cmx
- bmake[1]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./char.cmx
- bmake[1]: .depend, 44: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmx
- ocamlfind ocamlopt -c -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -o getopts.cmx getopts.ml
- File "getopts.ml", line 384, characters 29-47:
- 384 |       (List.sort (fun a b -> Pervasives.compare a.option b.option)
-                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Lemonade_Success, and its interface was not compiled with -opaque
- ocamlopt -a -o getopts.cmxa getopts.cmx
- /usr/bin/install -c -o opam -g opam -m 440 getopts.cmxa /home/opam/.opam/4.14/lib/getopts
- /usr/bin/install -c -o opam -g opam -m 440 getopts.a /home/opam/.opam/4.14/lib/getopts
- bmake[1]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmi
- bmake[1]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmi
- bmake[1]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmi
- bmake[1]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmo
- bmake[1]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- bmake[1]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- bmake[1]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./filename.cmi
- bmake[1]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./char.cmi
- bmake[1]: .depend, 33: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken lemonade" -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -I /home/opam/.opam/4.14/.opam-switch/build/getopts.0.4.0/src -o getopts.cmo getopts.ml
- File "getopts.ml", line 384, characters 29-47:
- 384 |       (List.sort (fun a b -> Pervasives.compare a.option b.option)
-                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlc -a -o getopts.cma getopts.cmo
- /usr/bin/install -c -o opam -g opam -m 440 getopts.cma /home/opam/.opam/4.14/lib/getopts
- /usr/bin/install -c -o opam -g opam -m 440 getopts.cmi /home/opam/.opam/4.14/lib/getopts
- ===> meta (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/getopts
- /usr/bin/install -c -o opam -g opam -m 440 getopts /home/opam/.opam/4.14/lib/getopts/META
- ===> manual (install)
- /usr/bin/install -c -d -o opam -g opam /home/opam/.opam/4.14/share/doc/getopts/html
- (cd getopts_html && sh -c '(find $1 -depth $3 | cpio -dump $2 >/dev/null 2>&1) && find $1 -depth $3 -type d -exec chmod 755 $2/{} \; && find $1 -depth $3 -type f -exec chmod 440 $2/{} \;' COPYTREE_DOC . /home/opam/.opam/4.14/share/doc/getopts/html)
- ===> testsuite (install)
-> installed getopts.0.4.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:57.19 ---> saved as "27c000124d995022b52cf043e96ef523712b0ee3373ddbfbb3a87af8fbfcdce1"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u getopts:9e6b9b3be9eb375b2048bb39b1bff5c9,lemonade:cc285e8f1eadbd8bff5c01423baa8919"))
2024-09-12 20:57.21 ---> saved as "8300a667081453bf855f5817146b79a668d60daf48d57fda2efa98f491751dc4"

/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.208516') && (for DATA in prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0,lemonade.0.6.0-cc285e8f1eadbd8bff5c01423baa8919,lemonade.0.6.0 prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0,getopts.0.4.0-9e6b9b3be9eb375b2048bb39b1bff5c9,getopts.0.4.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0,lemonade.0.6.0-cc285e8f1eadbd8bff5c01423baa8919,lemonade.0.6.0 prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0,getopts.0.4.0-9e6b9b3be9eb375b2048bb39b1bff5c9,getopts.0.4.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0,lemonade.0.6.0-cc285e8f1eadbd8bff5c01423baa8919,lemonade.0.6.0 prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0,getopts.0.4.0-9e6b9b3be9eb375b2048bb39b1bff5c9,getopts.0.4.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.208516
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade.ocamlobjinfo
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/META
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_Continuation.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_Lazy.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_List.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_Maybe.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_Ok.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_Reader.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_Retry.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_State.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_Stream.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_Success.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_Type.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/lib/lemonade/lemonade_Writer.cmi
prep/universes/cc285e8f1eadbd8bff5c01423baa8919/lemonade/0.6.0/opam
prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0/lib/
prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0/lib/getopts/
prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0/lib/getopts/getopts.ocamlobjinfo
prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0/lib/getopts/META
prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0/lib/getopts/getopts.cmi
prep/universes/9e6b9b3be9eb375b2048bb39b1bff5c9/getopts/0.4.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:lemonade.0.6.0-cc285e8f1eadbd8bff5c01423baa8919:887d381d960da789d5b35bfcdad30bc49d526e3aba4a7ac36bb8611eeecba543
HASHES:getopts.0.4.0-9e6b9b3be9eb375b2048bb39b1bff5c9:525c425b3d04e5e3dfa748521041f5df09e7dcc57e3b3c2f09faa40199509313
2024-09-12 20:57.22 ---> saved as "14ffbc501d962dd6e69e3721622dba125fd62ba8595e1d356143a979c2cb03d8"
Job succeeded
2024-09-12 21:04.47: getopts.0.4.0-9e6b9b3be9eb375b2048bb39b1bff5c9 -> 525c425b3d04e5e3dfa748521041f5df09e7dcc57e3b3c2f09faa40199509313
2024-09-12 21:04.47: lemonade.0.6.0-cc285e8f1eadbd8bff5c01423baa8919 -> 887d381d960da789d5b35bfcdad30bc49d526e3aba4a7ac36bb8611eeecba543
2024-09-12 21:04.47: Job succeeded