Build:
  1. 0
2024-09-12 08:35.54: New job: Voodoo prep lemonade-sqlite.0.1.0; 2e7b3584a031313ba6a31ddc4f35bfe0
2024-09-12 08:35.54: Waiting for resource in pool OCluster
2024-09-12 20:18.11: Waiting for worker…
2024-09-12 20:19.14: Got resource from pool OCluster
2024-09-12 20:19.14: 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 dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy lemonade-sqlite.0.1.0 sqlite3.5.2.0 ocamlfind.1.9.6 mixture.1.0.0 lemonade.0.6.0 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-sqlite3.1 conf-pkg-config.3 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 lemonade-sqlite:2e7b3584a031313ba6a31ddc4f35bfe0,sqlite3:7eee08238de3d57cb4dd29351c3a0d5e"))
 (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.331836') && (for DATA in prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0,sqlite3.5.2.0-7eee08238de3d57cb4dd29351c3a0d5e,sqlite3.5.2.0 prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0,lemonade-sqlite.0.1.0-2e7b3584a031313ba6a31ddc4f35bfe0,lemonade-sqlite.0.1.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0,sqlite3.5.2.0-7eee08238de3d57cb4dd29351c3a0d5e,sqlite3.5.2.0 prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0,lemonade-sqlite.0.1.0-2e7b3584a031313ba6a31ddc4f35bfe0,lemonade-sqlite.0.1.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0,sqlite3.5.2.0-7eee08238de3d57cb4dd29351c3a0d5e,sqlite3.5.2.0 prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0,lemonade-sqlite.0.1.0-2e7b3584a031313ba6a31ddc4f35bfe0,lemonade-sqlite.0.1.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 29ea8042654c15fe09d4e6392e50e885a6a1f84c --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:19.14: RETRYING: 2024-09-12/083554-voodoo-prep-93b6bb Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  68% (21806/31923)
Updating files:  69% (22027/31923)
Updating files:  70% (22347/31923)
Updating files:  71% (22666/31923)
Updating files:  72% (22985/31923)
Updating files:  73% (23304/31923)
Updating files:  74% (23624/31923)
Updating files:  75% (23943/31923)
Updating files:  76% (24262/31923)
Updating files:  77% (24581/31923)
Updating files:  78% (24900/31923)
Updating files:  79% (25220/31923)
Updating files:  80% (25539/31923)
Updating files:  81% (25858/31923)
Updating files:  82% (26177/31923)
Updating files:  83% (26497/31923)
Updating files:  84% (26816/31923)
Updating files:  85% (27135/31923)
Updating files:  86% (27454/31923)
Updating files:  87% (27774/31923)
Updating files:  88% (28093/31923)
Updating files:  89% (28412/31923)
Updating files:  90% (28731/31923)
Updating files:  91% (29050/31923)
Updating files:  92% (29370/31923)
Updating files:  93% (29689/31923)
Updating files:  94% (30008/31923)
Updating files:  95% (30327/31923)
Updating files:  96% (30647/31923)
Updating files:  97% (30966/31923)
Updating files:  98% (31285/31923)
Updating files:  99% (31604/31923)
Updating files: 100% (31923/31923)
Updating files: 100% (31923/31923), done.
HEAD is now at 29ea804265 Merge pull request #26146 from mtelvers/mingw-sqlite3

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally
docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam
5bece21b072e: Pulling fs layer
5bece21b072e: Verifying Checksum
5bece21b072e: Download complete
5bece21b072e: Pull complete
Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
2024-09-12 20:16.09 ---> 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:16.09 ---> 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 0s (766 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 (7424 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:16.09 ---> 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 dune.3.16.0
-> installed bos.0.2.1
-> 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:16.09 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache

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

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally
docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam
5bece21b072e: Pulling fs layer
5bece21b072e: Verifying Checksum
5bece21b072e: Download complete
5bece21b072e: Pull complete
Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
2024-09-12 20:16.09 ---> 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:16.10 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:16.46 ---> saved as "c92877e447e5e48f6724b6b4afa6aec3c8352740ebefead4f64743aa524114e5"

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

/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:18.01 ---> saved as "d42d9099ae72c4ed4d291db4a6dc1f8afb00c9ac84ddffedbf41f1dceb3d42e5"

/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:18.21 ---> saved as "ac10dcced7578f445dcf25afd966ee60c8f30b3051c24592be8563db382780fb"

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.16.0
  - install ocamlfind 1.9.6
===== 2 to install =====

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

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy lemonade-sqlite.0.1.0 sqlite3.5.2.0 ocamlfind.1.9.6 mixture.1.0.0 lemonade.0.6.0 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-sqlite3.1 conf-pkg-config.3 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 0s (875 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 lemonade-sqlite.0.1.0 sqlite3.5.2.0 ocamlfind.1.9.6 mixture.1.0.0 lemonade.0.6.0 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-sqlite3.1 conf-pkg-config.3 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
libsqlite3-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install csexp             1.5.2
  - install conf-pkg-config   3
  - install conf-bmake        1.0
  - install conf-cpio         1
  - install dune-configurator 3.16.0
  - install conf-sqlite3      1
  - install bsdowl            3.0.0-20150830
  - install sqlite3           5.2.0
  - install broken            0.4.2
  - install mixture           1.0.0
  - install lemonade          0.6.0
  - install lemonade-sqlite   0.1.0
===== 12 to install =====

The following system packages will first need to be installed:
    bmake cpio libsqlite3-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "bmake" "cpio" "libsqlite3-dev" "pkg-config"
- 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 .../0-cpio_2.13+dfsg-7.1_amd64.deb ...
- Unpacking cpio (2.13+dfsg-7.1) ...
- Selecting previously unselected package bmake.
- Preparing to unpack .../1-bmake_20200710-15+b1_amd64.deb ...
- Unpacking bmake (20200710-15+b1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../3-libsqlite3-dev_3.40.1-2_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.40.1-2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../5-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../6-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up cpio (2.13+dfsg-7.1) ...
- update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libsqlite3-dev:amd64 (3.40.1-2) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up bmake (20200710-15+b1) ...
- 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) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/36:
Processing  2/36:
-> retrieved conf-bmake.1.0  (cached)
Processing  3/36:
Processing  4/36:
Processing  5/36:
Processing  6/36:
Processing  7/36:
Processing  8/36: [conf-bmake: sh bmake]
Processing  9/36: [conf-bmake: sh bmake] [conf-cpio: cpio]
Processing 10/36: [conf-bmake: sh bmake] [conf-cpio: cpio] [conf-pkg-config: pkg-config]
-> retrieved broken.0.4.2  (cached)
Processing 11/36: [conf-bmake: sh bmake] [conf-cpio: cpio] [conf-pkg-config: pkg-config]
-> retrieved bsdowl.3.0.0-20150830  (cached)
Processing 12/36: [conf-bmake: sh bmake] [conf-cpio: cpio] [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing 13/36: [conf-bmake: sh bmake] [conf-cpio: cpio] [conf-pkg-config: pkg-config]
Processing 14/36: [conf-bmake: sh bmake] [conf-cpio: cpio] [conf-pkg-config: pkg-config] [csexp: dune build]
- 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 14/36: [conf-cpio: cpio] [conf-pkg-config: pkg-config] [csexp: dune build]
-> installed conf-bmake.1.0
Processing 15/36: [conf-cpio: cpio] [conf-pkg-config: pkg-config] [csexp: dune build]
Processing 16/36: [bsdowl: ./configure] [conf-cpio: cpio] [conf-pkg-config: pkg-config] [csexp: dune build]
- 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 16/36: [bsdowl: ./configure] [conf-pkg-config: pkg-config] [csexp: dune build]
-> installed conf-cpio.1
Processing 17/36: [bsdowl: ./configure] [conf-pkg-config: pkg-config] [csexp: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 17/36: [bsdowl: ./configure] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 18/36: [bsdowl: ./configure] [csexp: dune build]
Processing 19/36: [bsdowl: ./configure] [conf-sqlite3: pkg-config sqlite3] [csexp: dune build]
-> retrieved lemonade.0.6.0  (cached)
Processing 20/36: [bsdowl: ./configure] [conf-sqlite3: pkg-config sqlite3] [csexp: dune build]
-> retrieved lemonade-sqlite.0.1.0  (cached)
Processing 21/36: [bsdowl: ./configure] [conf-sqlite3: pkg-config sqlite3] [csexp: dune build]
-> compiled  conf-sqlite3.1
Processing 21/36: [bsdowl: ./configure] [csexp: dune build]
-> installed conf-sqlite3.1
Processing 22/36: [bsdowl: ./configure] [csexp: dune build]
-> retrieved mixture.1.0.0  (cached)
-> retrieved sqlite3.5.2.0  (cached)
-> compiled  csexp.1.5.2
Processing 22/36: [bsdowl: ./configure]
-> installed csexp.1.5.2
Processing 23/36: [bsdowl: ./configure]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 24/36: [bsdowl: ./configure] [dune-configurator: rm]
- 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 24/36: [bsdowl: /usr/bin/bmake build] [dune-configurator: rm]
Processing 24/36: [bsdowl: /usr/bin/bmake build] [dune-configurator: dune build]
- ===> 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 24/36: [dune-configurator: dune build]
Processing 25/36: [dune-configurator: dune build] [bsdowl: /usr/bin/bmake install]
-> compiled  dune-configurator.3.16.0
Processing 25/36: [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 26/36: [broken: ./configure]
-> installed dune-configurator.3.16.0
Processing 27/36: [broken: ./configure]
Processing 28/36: [broken: ./configure] [sqlite3: dune build]
- 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 28/36: [broken: /usr/bin/bmake all] [sqlite3: dune build]
-> compiled  sqlite3.5.2.0
Processing 28/36: [broken: /usr/bin/bmake all]
-> installed sqlite3.5.2.0
Processing 29/36: [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 30/36: [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
- ocamlc -a -o broken.cma broken.cmo
- /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 31/36: [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 31/36: [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 32/36: [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 33/36: [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 33/36: [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 34/36: [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 35/36: [lemonade-sqlite: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/./configure "--prefix" "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.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 mixture... found
- checking for findlib package lemonade... found
- checking for findlib package sqlite3... found
- configure: creating ./config.status
- config.status: creating Makefile.config
Processing 35/36: [lemonade-sqlite: /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-sqlite.0.1.0)
- /usr/bin/bmake depend
- ===> src (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src lemonade_Sqlite.ml lemonade_Sqlite.mli) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- ===> testsuite (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/testsuite && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src test_Lemonade_sqlite.ml main.ml) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- ===> example (depend)
- (cd /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/example && ocamldep -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I +. -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src sqlPool.ml timestamp.ml batch.ml batch.mli batchCollection.ml batchCollection.mli main.ml) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g" -e "s@/home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g"' -- OCAMLDEP_FILTER  > .depend
- ===> meta (depend)
- ===> manual (depend)
- /usr/bin/bmake build
- ===> src (build)
- bmake[2]: .depend, 26: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o lemonade_Sqlite.cmi lemonade_Sqlite.mli
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printexc.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmo
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./hashtbl.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./char.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o lemonade_Sqlite.cmo lemonade_Sqlite.ml
- File "lemonade_Sqlite.ml", line 438, characters 8-25:
- 438 |         Pervasives.ignore(Sqlite3.sleep retry_delay);
-               ^^^^^^^^^^^^^^^^^
- 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 lemonade_sqlite.cma lemonade_Sqlite.cmo
- ===> testsuite (build)
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./queue.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./int64.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- bmake[2]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o test_Lemonade_sqlite.cmo test_Lemonade_sqlite.ml
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o main.cmo main.ml
- ocamlfind ocamlc -linkpkg -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -linkall -o unit_testing.byte /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src/lemonade_sqlite.cma test_Lemonade_sqlite.cmo main.cmo
- cp unit_testing.byte unit_testing
- ===> example (build)
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o sqlPool.cmo sqlPool.ml
- bmake[2]: .depend, 59: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./scanf.cmi
- bmake[2]: .depend, 59: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o timestamp.cmo timestamp.ml
- bmake[2]: .depend, 16: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o batch.cmi batch.mli
- bmake[2]: .depend, 7: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./random.cmi
- bmake[2]: .depend, 26: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- bmake[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o batch.cmo batch.ml
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o batchCollection.cmi batchCollection.mli
- bmake[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmi
- bmake[2]: .depend, 26: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmo
- bmake[2]: .depend, 26: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./int64.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o batchCollection.cmo batchCollection.ml
- File "batchCollection.ml", line 22, characters 2-21:
- 22 |   Pervasives.failwith(Printf.sprintf "BatchCollection.%s: Not implemented." identifier)
-        ^^^^^^^^^^^^^^^^^^^
- 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 "batchCollection.ml", line 26, characters 28-47:
- 26 |   Printf.ksprintf (fun s -> Pervasives.failwith (prefix ^ s)) fmt
-                                  ^^^^^^^^^^^^^^^^^^^
- 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 mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o main.cmo main.ml
- File "main.ml", line 71, characters 29-52:
- 71 |     end with Invalid_argument("index out of bounds") -> usage
-                                   ^^^^^^^^^^^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- ocamlfind ocamlc -linkpkg -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o batch_jobs.byte /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src/lemonade_sqlite.cma sqlPool.cmo timestamp.cmo batch.cmo batchCollection.cmo main.cmo
- cp batch_jobs.byte batch_jobs
- ===> meta (build)
- /usr/bin/sed -e 's|@PACKAGE@|lemonade-sqlite|g' -e 's|@VERSION@|0.1.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-sqlite|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-sqlite.in > lemonade-sqlite
- ===> manual (build)
- /usr/bin/bmake doc
- ===> src (doc)
- bmake[2]: .depend, 26: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o lemonade_Sqlite.cmi lemonade_Sqlite.mli
- ocamlfind ocamldoc -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -t "Monadic Sqlite bindings" -short-functors -dump lemonade_sqlite.odoc lemonade_Sqlite.ml lemonade_Sqlite.mli
- File "lemonade_Sqlite.ml", line 438, characters 8-25:
- 438 |         Pervasives.ignore(Sqlite3.sleep retry_delay);
-               ^^^^^^^^^^^^^^^^^
- 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
- Warning: Module type Lemonade_Stream.S not found
- Warning: Module type Lemonade_Stream.S not found
- Warning: Module or module type Lemonade_Type.S not found
- ===> testsuite (doc)
- ===> example (doc)
- ===> meta (doc)
- ===> manual (doc)
- rm -R -f lemonade-sqlite_html.temp lemonade-sqlite_html
- mkdir lemonade-sqlite_html.temp
- ocamlfind ocamldoc -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -t "Monadic Sqlite bindings" -short-functors -load /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src/lemonade_sqlite.odoc -html -charset utf-8 -d lemonade-sqlite_html.temp 
- Warning: Module type Lemonade_Stream.S not found
- Warning: Module type Lemonade_Stream.S not found
- Warning: Module or module type Lemonade_Type.S not found
- cp /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/Library/Data/ocamldoc.css lemonade-sqlite_html.temp/style.css
- mv lemonade-sqlite_html.temp lemonade-sqlite_html
-> compiled  lemonade-sqlite.0.1.0
Processing 36/36: [lemonade-sqlite: /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-sqlite.0.1.0)
- ===> src (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/lemonade-sqlite
- bmake[1]: .depend, 26: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o lemonade_Sqlite.cmi lemonade_Sqlite.mli
- bmake[1]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./sys.cmi
- bmake[1]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./string.cmi
- bmake[1]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printf.cmi
- bmake[1]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./printexc.cmi
- bmake[1]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./pervasives.cmo
- bmake[1]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./list.cmi
- bmake[1]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./hashtbl.cmi
- bmake[1]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./char.cmi
- bmake[1]: .depend, 12: ignoring stale .depend for /home/opam/.opam/4.14/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14/.opam-switch/build/lemonade-sqlite.0.1.0/src -o lemonade_Sqlite.cmo lemonade_Sqlite.ml
- File "lemonade_Sqlite.ml", line 438, characters 8-25:
- 438 |         Pervasives.ignore(Sqlite3.sleep retry_delay);
-               ^^^^^^^^^^^^^^^^^
- 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 lemonade_sqlite.cma lemonade_Sqlite.cmo
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_sqlite.cma /home/opam/.opam/4.14/lib/lemonade-sqlite
- /usr/bin/install -c -o opam -g opam -m 440 lemonade_Sqlite.cmi /home/opam/.opam/4.14/lib/lemonade-sqlite
- ===> testsuite (install)
- ===> example (install)
- ===> meta (install)
- /usr/bin/install -c -d /home/opam/.opam/4.14/lib/lemonade-sqlite
- /usr/bin/install -c -o opam -g opam -m 440 lemonade-sqlite /home/opam/.opam/4.14/lib/lemonade-sqlite/META
- ===> manual (install)
- /usr/bin/install -c -d -o opam -g opam /home/opam/.opam/4.14/share/doc/lemonade-sqlite/html
- (cd lemonade-sqlite_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-sqlite/html)
-> installed lemonade-sqlite.0.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:20.30 ---> saved as "fe66d0b3f1cbd6af591ee1800708b5c4af1f7f72fae93e90d7e46f21d86bb500"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u lemonade-sqlite:2e7b3584a031313ba6a31ddc4f35bfe0,sqlite3:7eee08238de3d57cb4dd29351c3a0d5e"))
2024-09-12 20:20.33 ---> saved as "b87104497c552eb78bef38b1edd3943868456ecc1cc0a185b503b0f78ef814a8"

/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.331836') && (for DATA in prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0,sqlite3.5.2.0-7eee08238de3d57cb4dd29351c3a0d5e,sqlite3.5.2.0 prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0,lemonade-sqlite.0.1.0-2e7b3584a031313ba6a31ddc4f35bfe0,lemonade-sqlite.0.1.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0,sqlite3.5.2.0-7eee08238de3d57cb4dd29351c3a0d5e,sqlite3.5.2.0 prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0,lemonade-sqlite.0.1.0-2e7b3584a031313ba6a31ddc4f35bfe0,lemonade-sqlite.0.1.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0,sqlite3.5.2.0-7eee08238de3d57cb4dd29351c3a0d5e,sqlite3.5.2.0 prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0,lemonade-sqlite.0.1.0-2e7b3584a031313ba6a31ddc4f35bfe0,lemonade-sqlite.0.1.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.331836
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/doc/
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/doc/sqlite3/
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/doc/sqlite3/CHANGES.md
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/doc/sqlite3/LICENSE.md
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/doc/sqlite3/README.md
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/lib/
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/lib/sqlite3/
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/lib/sqlite3/sqlite3.ocamlobjinfo
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/lib/sqlite3/META
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/lib/sqlite3/dune-package
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/lib/sqlite3/sqlite3.cmi
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/lib/sqlite3/sqlite3.cmt
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/lib/sqlite3/sqlite3.cmti
prep/universes/7eee08238de3d57cb4dd29351c3a0d5e/sqlite3/5.2.0/opam
prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0/lib/
prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0/lib/lemonade-sqlite/
prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0/lib/lemonade-sqlite/lemonade_sqlite.ocamlobjinfo
prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0/lib/lemonade-sqlite/META
prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0/lib/lemonade-sqlite/lemonade_Sqlite.cmi
prep/universes/2e7b3584a031313ba6a31ddc4f35bfe0/lemonade-sqlite/0.1.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:sqlite3.5.2.0-7eee08238de3d57cb4dd29351c3a0d5e:e57971fa6af77f63f68a021ef7e122d17c9d5ec70335084ac8d9d79b273506ab
HASHES:lemonade-sqlite.0.1.0-2e7b3584a031313ba6a31ddc4f35bfe0:ca6e1cd1b524d593e0fb250d9d3cba7e57342bae145def8af777f9ce83e94225
2024-09-12 20:20.33 ---> saved as "99bc010c16bfe0857e842f77a9e4934b084fd0a3773333789bc90c63918f51ec"
Job succeeded
2024-09-12 20:28.13: lemonade-sqlite.0.1.0-2e7b3584a031313ba6a31ddc4f35bfe0 -> ca6e1cd1b524d593e0fb250d9d3cba7e57342bae145def8af777f9ce83e94225
2024-09-12 20:28.13: sqlite3.5.2.0-7eee08238de3d57cb4dd29351c3a0d5e -> e57971fa6af77f63f68a021ef7e122d17c9d5ec70335084ac8d9d79b273506ab
2024-09-12 20:28.13: Job succeeded