Building on rosemary
(from freebsd)
2026-03-03 00:28.12 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache
/: (user (uid 1000) (gid 1000))
/: (env OPAMPRECISETRACKING 1)
/: (env OPAMUTF8 never)
/: (env OPAMEXTERNALSOLVER builtin-0install)
/: (env OPAMCRITERIA +removed)
/: (env CI true)
/: (env OPAM_HEALTH_CHECK_CI true)
/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2026-03-03 00:28.13 ---> using "7afea9128a2830beedf345f0b46af5484579ebada7710165f445c6c5b18563a9" from cache
/: (run (network host)
(shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q a7b8d1036328cf727af175b657f3d2b732b4d868"))
2026-03-03 00:28.13 ---> using "8dbd0577801f10faeb94e9f3fc20c34e87f1075e247cc31b2c13e41b49b81c65" from cache
/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
No configuration file found, using 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.
<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
User configuration:
~/.profile is already up-to-date.
2026-03-03 00:28.14 ---> using "98ab44aaa65c688ba8e5f6dd2a9bb0b7a03f852cd4e81406dcb858a987dcc954" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam switch create --repositories=default '4.14.2' 'ocaml-base-compiler.4.14.2'"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.2"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2 (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.2 (cached)
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.14.2)
2026-03-03 00:28.15 ---> using "83d8465b2127f5a7fbfdc24c0cb853724851873a0e17a5d28eb68972eccbf451" from cache
/: (run (network host)
(shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2026-03-03 00:28.15 ---> using "7a8b322ad891ea80509bc35bb13a9ff7cbbe34d78b64f496695794d9d66022e7" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam remove -y lemonade-sqlite.0.1.0\
\nopam install -vy lemonade-sqlite.0.1.0\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: lemonade-sqlite.0.1.0 | grep -q 'freebsd'; then\
\n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
\n exit 69\
\n fi\
\nfi \
\n\
\n\
\nexit $res"))
[NOTE] lemonade-sqlite.0.1.0 is not installed.
Nothing to do.
The following actions will be performed:
=== install 29 packages
- install astring 0.8.5 [required by fpath]
- install broken 0.4.2 [required by lemonade-sqlite]
- install bsdowl 3.0.0-20150830 [required by lemonade-sqlite]
- install conf-bmake 1.0 [required by lemonade-sqlite]
- install conf-cpio 1 [required by broken]
- install conf-pkg-config 4 [required by conf-sqlite3]
- install conf-sqlite3 1 [required by sqlite3]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install dune 3.21.1 [required by sqlite3]
- install dune-compiledb 0.6.0 [required by sqlite3]
- install dune-configurator 3.21.1 [required by sqlite3]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by cstruct]
- install fpath 0.7.3 [required by dune-compiledb]
- install hex 1.5.0 [required by ezjsonm]
- install jsonm 1.0.2 [required by ezjsonm]
- install lemonade 0.6.0 [required by lemonade-sqlite]
- install lemonade-sqlite 0.1.0
- install mixture 1.0.0 [required by lemonade]
- install num 1.6 [required by sexplib]
- install ocamlbuild 0.16.1 [required by fpath]
- install ocamlfind 1.9.8 [required by lemonade-sqlite]
- install parsexp v0.16.0 [required by sexplib]
- install sexplib v0.16.0 [required by dune-compiledb]
- install sexplib0 v0.16.0 [required by dune-compiledb]
- install sqlite3 5.4.0 [required by lemonade-sqlite]
- install topkg 1.1.1 [required by fpath]
- install uutf 1.0.4 [required by ezjsonm]
The following system packages will first need to be installed:
sqlite3
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
2. Display the recommended pkg command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/local/bin/sudo "pkg" "install" "-y" "sqlite3"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg:
- .
- ..
- ....... done
- Processing entries:
- .
- .
- ..
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 36524 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: ..... done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 245 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
-
- Installed packages to be UPGRADED:
- pkg: 2.4.2 -> 2.5.1 [FreeBSD]
-
- Number of packages to be upgraded: 1
-
- The operation will free 24 MiB.
- 6 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.5.1~75e3b55743.pkg: ......
- .... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.4.2 to 2.5.1...
- [rosemary] [1/1] Extracting pkg-2.5.1: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 2 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- libedit: 3.1.20251016_1,1 [FreeBSD]
- sqlite3: 3.50.4_2,1 [FreeBSD]
-
- Number of packages to be installed: 2
-
- The process will require 5 MiB more space.
- 1 MiB to be downloaded.
- [rosemary] [1/2] Fetching libedit-3.1.20251016_1,1: .......... done
- [rosemary] [2/2] Fetching sqlite3-3.50.4_2,1: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/2] Installing libedit-3.1.20251016_1,1...
- [rosemary] [1/2] Extracting libedit-3.1.20251016_1,1: .......... done
- [rosemary] [2/2] Installing sqlite3-3.50.4_2,1...
- [rosemary] [2/2] Extracting sqlite3-3.50.4_2,1: .......... done
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/86: [astring.0.8.5: extract]
Processing 2/86: [astring.0.8.5: extract] [broken.0.4.2: extract]
Processing 3/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [bsdowl.3.0.0-20150830: extract]
-> retrieved bsdowl.3.0.0-20150830 (cached)
Processing 3/86: [astring.0.8.5: extract] [broken.0.4.2: extract]
-> retrieved conf-bmake.1.0 (cached)
Processing 4/86: [astring.0.8.5: extract] [broken.0.4.2: extract]
Processing 5/86: [astring.0.8.5: extract] [broken.0.4.2: extract]
Processing 6/86: [astring.0.8.5: extract] [broken.0.4.2: extract]
Processing 7/86: [astring.0.8.5: extract] [broken.0.4.2: extract]
Processing 8/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract]
Processing 9/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract] [conf-bmake: sh make]
Processing 10/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract] [conf-bmake: sh make] [conf-cpio: cpio]
Processing 11/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract] [conf-bmake: sh make] [conf-cpio: cpio] [conf-pkg-config: pkg-config]
+ /usr/bin/cpio "--version" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-cpio.1)
- bsdcpio 3.8.1 - libarchive 3.8.1 zlib/1.3.1 liblzma/5.8.1 libzstd/1.5.2 openssl/3.0.16 libb2/bundled
-> compiled conf-cpio.1
Processing 11/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract] [conf-bmake: sh make] [conf-pkg-config: pkg-config]
-> installed conf-cpio.1
Processing 12/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract] [conf-bmake: sh make] [conf-pkg-config: pkg-config]
+ /usr/local/bin/pkg-config "--help" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-pkg-config.4)
- 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
- --verbose print additional information
- --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
- --solution print dependency graph solution in a simple format
- --keep-system-cflags keep -I/usr/include entries in cflags output
- --keep-system-libs keep -L/usr/lib 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
- --license print the specified module's license to stdout if known
- --exists-cflags add -DHAVE_FOO fragments to cflags for each found module
-
- filtering output:
-
- --msvc-syntax print translatable fragments in MSVC syntax
- --fragment-filter=types filter output fragments to the specified types
- --env=prefix print output as shell-compatible environmental variables
- --fragment-tree visualize printed CFLAGS/LIBS fragments as a tree
-
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled conf-pkg-config.4
Processing 12/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract] [conf-bmake: sh make]
-> installed conf-pkg-config.4
Processing 13/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract] [conf-bmake: sh make]
Processing 14/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract] [conf-bmake: sh make] [conf-sqlite3: pkg-config sqlite3]
+ /bin/sh "./detect_program.sh" "./conf-bmake.config" "make" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-bmake.1.0)
- Debug: program: make
- Debug: output: ./conf-bmake.config
- Debug: pwd: /home/opam/.opam/4.14.2/.opam-switch/build/conf-bmake.1.0
- Debug: Looking for make in /home/opam/.opam/4.14.2/bin
- Debug: Looking for make in /sbin
- Debug: Looking for make in /bin
- Debug: Looking for make in /usr/sbin
- Debug: Looking for make in /usr/bin
-> compiled conf-bmake.1.0
Processing 14/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract] [conf-sqlite3: pkg-config sqlite3]
-> installed conf-bmake.1.0
Processing 15/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract] [conf-sqlite3: pkg-config sqlite3]
+ /usr/local/bin/pkg-config "sqlite3" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-sqlite3.1)
-> compiled conf-sqlite3.1
Processing 15/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract]
-> installed conf-sqlite3.1
Processing 16/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [csexp.1.5.2: extract]
-> retrieved csexp.1.5.2 (cached)
Processing 16/86: [astring.0.8.5: extract] [broken.0.4.2: extract]
Processing 17/86: [astring.0.8.5: extract] [broken.0.4.2: extract] [cstruct.6.2.0: extract]
-> retrieved broken.0.4.2 (cached)
Processing 17/86: [astring.0.8.5: extract] [cstruct.6.2.0: extract]
Processing 18/86: [astring.0.8.5: extract] [cstruct.6.2.0: extract] [dune.3.21.1, dune-configurator.3.21.1: extract]
-> retrieved cstruct.6.2.0 (cached)
Processing 18/86: [astring.0.8.5: extract] [dune.3.21.1, dune-configurator.3.21.1: extract]
Processing 19/86: [astring.0.8.5: extract] [dune.3.21.1, dune-configurator.3.21.1: extract] [dune-compiledb.0.6.0: extract]
-> retrieved astring.0.8.5 (cached)
Processing 19/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [dune-compiledb.0.6.0: extract]
Processing 20/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [dune-compiledb.0.6.0: extract] [ezjsonm.1.3.0: extract]
-> retrieved dune-compiledb.0.6.0 (cached)
Processing 20/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [ezjsonm.1.3.0: extract]
Processing 21/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [ezjsonm.1.3.0: extract] [fmt.0.11.0: extract]
-> retrieved ezjsonm.1.3.0 (cached)
Processing 21/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [fmt.0.11.0: extract]
Processing 22/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [fmt.0.11.0: extract] [fpath.0.7.3: extract]
-> retrieved fmt.0.11.0 (cached)
Processing 22/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [fpath.0.7.3: extract]
Processing 23/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [fpath.0.7.3: extract] [hex.1.5.0: extract]
-> retrieved fpath.0.7.3 (cached)
Processing 23/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [hex.1.5.0: extract]
Processing 24/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [hex.1.5.0: extract] [jsonm.1.0.2: extract]
-> retrieved hex.1.5.0 (cached)
Processing 24/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [jsonm.1.0.2: extract]
Processing 25/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [jsonm.1.0.2: extract] [lemonade.0.6.0: http]
-> retrieved jsonm.1.0.2 (cached)
Processing 25/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [lemonade.0.6.0: http]
Processing 26/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [lemonade.0.6.0: http] [lemonade-sqlite.0.1.0: http]
Processing 26/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [lemonade.0.6.0: extract] [lemonade-sqlite.0.1.0: http]
-> retrieved lemonade.0.6.0 (https://github.com/michipili/lemonade/releases/download/v0.6.0/lemonade-0.6.0.tar.xz)
Processing 26/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [lemonade-sqlite.0.1.0: http]
Processing 27/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [lemonade-sqlite.0.1.0: http] [mixture.1.0.0: extract]
Processing 27/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [lemonade-sqlite.0.1.0: extract] [mixture.1.0.0: extract]
-> retrieved mixture.1.0.0 (cached)
Processing 27/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [lemonade-sqlite.0.1.0: extract]
Processing 28/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [lemonade-sqlite.0.1.0: extract] [num.1.6: extract]
-> retrieved lemonade-sqlite.0.1.0 (https://github.com/michipili/lemonade-sqlite/releases/download/v0.1.0/lemonade-sqlite-0.1.0.tar.xz)
Processing 28/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [num.1.6: extract]
Processing 29/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [num.1.6: extract] [ocamlbuild.0.16.1: extract]
-> retrieved num.1.6 (cached)
Processing 29/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [ocamlbuild.0.16.1: extract]
Processing 30/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract]
Processing 31/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [num: gmake opam-legacy]
-> retrieved ocamlfind.1.9.8 (cached)
Processing 31/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [ocamlbuild.0.16.1: extract] [num: gmake opam-legacy]
Processing 32/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [ocamlbuild.0.16.1: extract] [parsexp.v0.16.0: extract] [num: gmake opam-legacy]
Processing 33/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [ocamlbuild.0.16.1: extract] [parsexp.v0.16.0: extract] [num: gmake opam-legacy] [ocamlfind: ./configure]
-> retrieved parsexp.v0.16.0 (cached)
Processing 33/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [ocamlbuild.0.16.1: extract] [num: gmake opam-legacy] [ocamlfind: ./configure]
Processing 34/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [ocamlbuild.0.16.1: extract] [sexplib.v0.16.0: extract] [num: gmake opam-legacy] [ocamlfind: ./configure]
-> retrieved ocamlbuild.0.16.1 (cached)
Processing 34/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [sexplib.v0.16.0: extract] [num: gmake opam-legacy] [ocamlfind: ./configure]
Processing 35/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [sexplib.v0.16.0: extract] [sexplib0.v0.16.0: extract] [num: gmake opam-legacy] [ocamlfind: ./configure]
Processing 36/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [sexplib.v0.16.0: extract] [sexplib0.v0.16.0: extract] [num: gmake opam-legacy] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
-> retrieved sexplib0.v0.16.0 (cached)
Processing 36/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [sexplib.v0.16.0: extract] [num: gmake opam-legacy] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
Processing 37/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [sexplib.v0.16.0: extract] [sqlite3.5.4.0: extract] [num: gmake opam-legacy] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
-> retrieved sexplib.v0.16.0 (cached)
Processing 37/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [sqlite3.5.4.0: extract] [num: gmake opam-legacy] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
Processing 38/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [sqlite3.5.4.0: extract] [topkg.1.1.1: extract] [num: gmake opam-legacy] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
-> retrieved sqlite3.5.4.0 (cached)
Processing 38/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [topkg.1.1.1: extract] [num: gmake opam-legacy] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
Processing 39/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [topkg.1.1.1: extract] [uutf.1.0.4: extract] [num: gmake opam-legacy] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
+ /usr/local/bin/gmake "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/4.14.2" "OCAMLBUILD_BINDIR=/home/opam/.opam/4.14.2/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/4.14.2/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/4.14.2/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.14.2/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.14.2/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.14.2/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.14.2"; \
- echo "BINDIR=/home/opam/.opam/4.14.2/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.14.2/lib"; \
- echo "MANDIR=/home/opam/.opam/4.14.2/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/4.14.2/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/4.14.2/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/4.14.2/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/4.14.2/lib|}'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.16.1"'; \
- ) > src/ocamlbuild_config.ml
Processing 39/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [topkg.1.1.1: extract] [uutf.1.0.4: extract] [num: gmake opam-legacy] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved uutf.1.0.4 (cached)
Processing 39/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [topkg.1.1.1: extract] [num: gmake opam-legacy] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved topkg.1.1.1 (cached)
Processing 39/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [num: gmake opam-legacy] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
+ /home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/./configure "-bindir" "/home/opam/.opam/4.14.2/bin" "-sitelib" "/home/opam/.opam/4.14.2/lib" "-mandir" "/home/opam/.opam/4.14.2/man" "-config" "/home/opam/.opam/4.14.2/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- Welcome to findlib version 1.9.8
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- dynlink: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
-
- About the OCAML core installation:
- Standard library: /home/opam/.opam/4.14.2/lib/ocaml
- Binaries: /home/opam/.opam/4.14.2/bin
- Manual pages: /home/opam/.opam/4.14.2/man
- Multi-threading type: posix
- The directory of site-specific packages will be
- site-lib: /home/opam/.opam/4.14.2/lib
- The configuration file is written to:
- findlib config file: /home/opam/.opam/4.14.2/lib/findlib.conf
- Software will be installed:
- Libraries: in <site-lib>/findlib
- Binaries: /home/opam/.opam/4.14.2/bin
- Manual pages: /home/opam/.opam/4.14.2/man
- topfind script: /home/opam/.opam/4.14.2/lib/ocaml
- Topfind ppxopt support: yes
- Toolbox: no
- Link custom runtime: no
- Need bytes compatibility: no
-
- Configuration has been written to Makefile.config
-
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 39/86: [dune.3.21.1, dune-configurator.3.21.1: extract] [num: gmake opam-legacy] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake all]
-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
Processing 39/86: [num: gmake opam-legacy] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake all]
Processing 40/86: [dune: ocaml 39] [num: gmake opam-legacy] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake all]
+ /usr/local/bin/gmake "all" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake all ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
- ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.14.2/lib/findlib.conf' | \
- ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.14.2/lib/ocaml' | \
- ../../tools/patch '@RELATIVE_PATHS@' 'false' | \
- sed -e 's;@AUTOLINK@;true;g' \
- -e 's;@SYSTEM@;freebsd;g' \
- >findlib_config.ml
- if [ "true" = "true" ]; then \
- cp topfind.ml.in topfind.ml; \
- else \
- sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \
- > topfind.ml ; \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_compat.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \
- -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 | match Hashtbl.find Toploop.directive_table "ppx" with
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 258, characters 4-27:
- 258 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 268, characters 4-27:
- 268 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 280, characters 4-27:
- 280 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 293, characters 4-27:
- 293 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 307, characters 4-27:
- 307 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 319, characters 4-27:
- 319 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- if [ "1" = "1" ]; then \
- cp topfind.in topfind.compat.in; \
- else \
- sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \
- > topfind.compat.in ; \
- fi
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind.compat.in | \
- ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.14.2/lib' | \
- ../../tools/patch '@RELATIVE_PATHS@' 'false' \
- >topfind
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake all-config
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- if [ "false" = "true" ]; then \
- /usr/local/bin/gmake findlib-relative; \
- else \
- /usr/local/bin/gmake findlib-absolute; \
- fi
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
- tools/patch '@SITELIB@' '/home/opam/.opam/4.14.2/lib' | \
- tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/4.14.2/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
Processing 40/86: [dune: ocaml 39] [num: gmake opam-legacy] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1)
- if test -d /home/opam/.opam/4.14.2/lib/ocaml/ocamlbuild; then\
- >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
- "/home/opam/.opam/4.14.2/lib/ocaml/ocamlbuild";\
- >&2 echo "Installation aborted; if you want to bypass this"\
- "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
- exit 2;\
- fi
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 235 states, 1033 transitions, table size 5542 bytes
- 4238 additional bytes used for bindings
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp-byte
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp-byte/ocamlbuild_pack.cmo
- mv tmp-byte/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp-byte/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp-nat
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp-nat/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/local/bin/gmake ocamlbuild.install
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/local/bin/gmake install-bin-opam
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'bin: [' >> ocamlbuild.install
- echo ' "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo ' "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo ' "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-lib-opam
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'lib: [' >> ocamlbuild.install
- /usr/local/bin/gmake install-lib-basics-opam
- gmake[3]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo ' "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo ' "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
- echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- gmake[3]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-lib-byte-opam
- gmake[3]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
- echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- gmake[3]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-lib-native-opam
- gmake[3]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \
- echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- gmake[3]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-man-opam
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'man: [' >> ocamlbuild.install
- echo ' "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-doc-opam
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'doc: [' >> ocamlbuild.install
- echo ' "LICENSE"' >> ocamlbuild.install
- echo ' "Changes"' >> ocamlbuild.install
- echo ' "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlbuild.0.16.1'
-> compiled ocamlbuild.0.16.1
Processing 40/86: [dune: ocaml 39] [num: gmake opam-legacy] [ocamlfind: gmake opt]
-> installed ocamlbuild.0.16.1
Processing 41/86: [dune: ocaml 39] [num: gmake opam-legacy] [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "PROFILE=release" "opam-legacy" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/num.1.6)
- /usr/local/bin/gmake -C src all
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/num.1.6/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.7~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48 -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/num.1.6/src'
- cp src/num-legacy.install num.install
-> compiled num.1.6
Processing 41/86: [dune: ocaml 39] [ocamlfind: gmake opt]
-> installed num.1.6
Processing 42/86: [dune: ocaml 39] [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "opt" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake opt ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_compat.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
- ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 | match Hashtbl.find Toploop.directive_table "ppx" with
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 258, characters 4-27:
- 258 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 268, characters 4-27:
- 268 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 280, characters 4-27:
- 280 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 293, characters 4-27:
- 293 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 307, characters 4-27:
- 307 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 319, characters 4-27:
- 319 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
- ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
- ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled ocamlfind.1.9.8
Processing 42/86: [dune: ocaml 39]
Processing 43/86: [dune: ocaml 39] [ocamlfind: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- if [ "1" -eq 1 ]; then \
- for x in camlp4 dbm graphics labltk num ocamlbuild; do \
- if [ -f "/home/opam/.opam/4.14.2/lib/$x/META" ]; then \
- if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.14.2/lib/$x/META"; then \
- rm -f site-lib-src/$x/META; \
- fi; \
- fi; \
- done; \
- test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
- fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/4.14.2/bin"
- install -d "/home/opam/.opam/4.14.2/man"
- /usr/local/bin/gmake install-config
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/4.14.2/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.14.2/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.14.2/lib/findlib.conf"
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake install ); done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/4.14.2/lib/findlib"
- install -d "/home/opam/.opam/4.14.2/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/4.14.2/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.14.2/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- cp $files "/home/opam/.opam/4.14.2/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/4.14.2/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.14.2/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
- cd "/home/opam/.opam/4.14.2/lib/ocaml/compiler-libs/"; \
- cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.14.2/lib/findlib/"; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake install-meta
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- for x in bigarray bytes compiler-libs dynlink ocamldoc stdlib str threads unix ; do install -d "/home/opam/.opam/4.14.2/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.14.2/lib/$x/META.tmp" && mv "/home/opam/.opam/4.14.2/lib/$x/META.tmp" "/home/opam/.opam/4.14.2/lib/$x/META"; done
- install -d "/home/opam/.opam/4.14.2/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.14.2/lib/findlib/Makefile.packages"
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/local/bin/gmake install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/home/opam/.opam/4.14.2/bin"
- /usr/local/bin/gmake install-doc
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/4.14.2/man/man1" "/home/opam/.opam/4.14.2/man/man3" "/home/opam/.opam/4.14.2/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.14.2/man/man1"
- cp: doc/ref-man/ocamlfind.1: No such file or directory
- gmake[1]: [Makefile:91: install-doc] Error 1 (ignored)
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.14.2/man/man5"
- cp: doc/ref-man/META.5: No such file or directory
- cp: doc/ref-man/site-lib.5: No such file or directory
- cp: doc/ref-man/findlib.conf.5: No such file or directory
- gmake[1]: [Makefile:92: install-doc] Error 1 (ignored)
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8
Processing 43/86: [dune: ocaml 39]
Processing 44/86: [bsdowl: ./configure] [dune: ocaml 39]
Processing 45/86: [bsdowl: ./configure] [dune: ocaml 39] [topkg: ocaml build]
+ /home/opam/.opam/4.14.2/.opam-switch/build/bsdowl.3.0.0-20150830/./configure "--prefix" "/home/opam/.opam/4.14.2" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/bsdowl.3.0.0-20150830)
- checking build system type... amd64-unknown-freebsd14.3
- checking host system type... amd64-unknown-freebsd14.3
- checking for a modern BSD Make program... make
- checking for gawk... no
- checking for mawk... no
- checking for nawk... nawk
- 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... Library/Autoconf/install-sh -c -d
- checking for ocamlc... ocamlc
- OCaml version is 4.14.2
- OCaml library path is /home/opam/.opam/4.14.2/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... ocamlbuild
- 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... no
- checking for tex... no
- 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=no
- --enable-test-texmf=no
- --enable-test-metapost=no
-
- Optional Packages:
- --with-credentials=su
-
Processing 45/86: [bsdowl: /usr/bin/make build] [dune: ocaml 39] [topkg: ocaml build]
+ /usr/bin/make "-r" "build" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/bsdowl.3.0.0-20150830)
- ===> bps (build)
- ===> ocaml (build)
- ===> texmf (build)
- ===> langc (build)
- ===> noweb (build)
- ===> config (build)
- ===> script (build)
- ===> misc (build)
- ===> www (build)
- ===> support (build)
- /usr/bin/sed -e 's|@PACKAGE@|bsdowl|g' -e 's|@VERSION@|3.0.0-20150830|g' -e 's|@prefix@|/home/opam/.opam/4.14.2|g' -e 's|@exec_prefix@|/home/opam/.opam/4.14.2|g' -e 's|@bindir@|/home/opam/.opam/4.14.2/bin|g' -e 's|@sbindir@|/home/opam/.opam/4.14.2/sbin|g' -e 's|@libexecdir@|/home/opam/.opam/4.14.2/libexec|g' -e 's|@datarootdir@|/home/opam/.opam/4.14.2/share|g' -e 's|@datadir@|/home/opam/.opam/4.14.2/share|g' -e 's|@sysconfdir@|/home/opam/.opam/4.14.2/etc|g' -e 's|@sharedstatedir@|/home/opam/.opam/4.14.2/com|g' -e 's|@localstatedir@|/home/opam/.opam/4.14.2/var|g' -e 's|@runstatedir@|@runstatedir@|g' -e 's|@includedir@|/home/opam/.opam/4.14.2/include|g' -e 's|@docdir@|/home/opam/.opam/4.14.2/share/doc/bsdowl|g' -e 's|@infodir@|/home/opam/.opam/4.14.2/share/info|g' -e 's|@libdir@|/home/opam/.opam/4.14.2/lib|g' -e 's|@localedir@|/home/opam/.opam/4.14.2/share/locale|g' -e 's|@mandir@|/home/opam/.opam/4.14.2/share/man|g' -e 's|@BINDIR@|/home/opam/.opam/4.14.2/bin|g' < mp2png.sh > mp2png
-> compiled bsdowl.3.0.0-20150830
Processing 45/86: [dune: ocaml 39] [topkg: ocaml build]
Processing 46/86: [dune: ocaml 39] [topkg: ocaml build] [bsdowl: /usr/bin/make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/bsdowl.3.0.0-20150830)
- ===> bps (install)
- install -d /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.init.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.bpsconfig.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.package.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.uses.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.module.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.external.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.product.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.architecture.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.configuration.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.credentials.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.objdir.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.own.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.man.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.usertarget.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.clean.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.subdir.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.files.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.autoconf.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.preparatives.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.replace.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.project.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.m4.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.noweb.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 bps.test-expected.mk /home/opam/.opam/4.14.2/share/bsdowl
- ===> ocaml (install)
- install -d /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.uses.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.module.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.external.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.build.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.depend.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.find.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.meta.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.init.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.lex.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.lib.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.pack.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.main.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.object.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.prog.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.dirs.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.source.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.compile.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.tools.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.yacc.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.odoc.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.manual.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 ocaml.toplevel.mk /home/opam/.opam/4.14.2/share/bsdowl
- ===> texmf (install)
- install -d /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.init.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.uses.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.module.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.external.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.depend.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.clean.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.build.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.mpost.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.draft.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.bibtex.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 texmf.index.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 tex.doc.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 plain.files.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 latex.doc.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 latex.files.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 mpost.doc.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 mpost.files.mk /home/opam/.opam/4.14.2/share/bsdowl
- ===> langc (install)
- install -d /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 langc.init.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 langc.build.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 langc.uses.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 langc.module.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 langc.external.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 langc.depend.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 langc.prog.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 langc.lib.mk /home/opam/.opam/4.14.2/share/bsdowl
- ===> noweb (install)
- install -d /home/opam/.opam/4.14.2/share/texmf-local/tex/latex/bsdowl
- install -d /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 nwlatex.tex /home/opam/.opam/4.14.2/share/texmf-local/tex/latex/bsdowl
- install -o opam -g opam -m 440 nwlatex.css /home/opam/.opam/4.14.2/share/bsdowl
- ===> config (install)
- install -d /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 conf.dotfile.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 conf.freebsd.mk /home/opam/.opam/4.14.2/share/bsdowl
- ===> script (install)
- install -d /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 script.main.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 shell.prog.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 shell.lib.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 python.prog.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 python.lib.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 python.init.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 python.uses.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 python.setuptools.mk /home/opam/.opam/4.14.2/share/bsdowl
- ===> misc (install)
- install -d /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 elisp.lib.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 generic.files.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 generic.subdir.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 generic.project.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 generic.test.mk /home/opam/.opam/4.14.2/share/bsdowl
- ===> www (install)
- install -d /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 www.files.mk /home/opam/.opam/4.14.2/share/bsdowl
- install -o opam -g opam -m 440 www.sgml.mk /home/opam/.opam/4.14.2/share/bsdowl
- ===> support (install)
- install -d /home/opam/.opam/4.14.2/bin
- install -o opam -g opam -m 550 mp2png /home/opam/.opam/4.14.2/bin
-> installed bsdowl.3.0.0-20150830
Processing 46/86: [dune: ocaml 39] [topkg: ocaml build]
Processing 47/86: [broken: ./configure] [dune: ocaml 39] [topkg: ocaml build]
+ /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/./configure "--prefix" "/home/opam/.opam/4.14.2" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2)
- checking for ocamlc... ocamlc
- OCaml version is 4.14.2
- OCaml library path is /home/opam/.opam/4.14.2/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... ocamlbuild
- checking for ocamlfind... ocamlfind
- checking for findlib package unix... found
- configure: creating ./config.status
- config.status: creating Makefile.config
Processing 47/86: [broken: /usr/bin/make all] [dune: ocaml 39] [topkg: ocaml build]
+ /usr/bin/make "-I/home/opam/.opam/4.14.2/share/bsdowl" "all" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2)
- /usr/bin/make depend
- ===> src (depend)
- (cd /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src && ocamldep -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I +. -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/broken.0.4.2/src/*@@g" -e "s@/home/opam/.opam/4.14.2/.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.2/.opam-switch/build/broken.0.4.2/testsuite/unit-testing && ocamldep -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I +. -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/broken.0.4.2/src/*@@g" -e "s@/home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src/*@@g"' -- OCAMLDEP_FILTER > .depend
- ===> testsuite/trip-trap (depend)
- (cd /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/testsuite/trip-trap && ocamldep -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I +. -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -native main.ml) | sh -c '/usr/bin/sed -e "s@/home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src/*@@g" -e "s@/home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src/*@@g"' -- OCAMLDEP_FILTER > .depend
- /usr/bin/make build
- ===> src (build)
- make[2]: .depend, 63: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "unix" -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -o broken.cmi broken.mli
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./sys.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./set.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./random.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./queue.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printexc.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./hashtbl.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./filename.cmx
- make[2]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./arg.cmx
- ocamlfind ocamlopt -c -package "unix" -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -o broken.cmx broken.ml
- ocamlopt -a -o broken.cmxa broken.cmx
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./sys.cmi
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmi
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./set.cmi
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./random.cmi
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./queue.cmi
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmi
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printexc.cmi
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmi
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./hashtbl.cmi
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./filename.cmi
- make[2]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./arg.cmi
- ocamlfind ocamlc -c -package "unix" -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.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.2|g' -e 's|@exec_prefix@|/home/opam/.opam/4.14.2|g' -e 's|@bindir@|/home/opam/.opam/4.14.2/bin|g' -e 's|@sbindir@|/home/opam/.opam/4.14.2/sbin|g' -e 's|@libexecdir@|/home/opam/.opam/4.14.2/libexec|g' -e 's|@datarootdir@|/home/opam/.opam/4.14.2/share|g' -e 's|@datadir@|/home/opam/.opam/4.14.2/share|g' -e 's|@sysconfdir@|/home/opam/.opam/4.14.2/etc|g' -e 's|@sharedstatedir@|/home/opam/.opam/4.14.2/com|g' -e 's|@localstatedir@|/home/opam/.opam/4.14.2/var|g' -e 's|@runstatedir@|@runstatedir@|g' -e 's|@includedir@|/home/opam/.opam/4.14.2/include|g' -e 's|@docdir@|/home/opam/.opam/4.14.2/share/doc/broken|g' -e 's|@infodir@|/home/opam/.opam/4.14.2/share/info|g' -e 's|@libdir@|/home/opam/.opam/4.14.2/lib|g' -e 's|@ocamllibdir@|/home/opam/.opam/4.14.2/lib|g' -e 's|@localedir@|/home/opam/.opam/4.14.2/share/locale|g' -e 's|@mandir@|/home/opam/.opam/4.14.2/share/man|g' broken.in > broken
- ===> manual (build)
- ===> testsuite (build)
- /usr/bin/make doc
- ===> src (doc)
- make[2]: .depend, 63: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "unix" -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -o broken.cmi broken.mli
- ocamlfind ocamldoc -package "unix" -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -t "Broken Testing Framework" -short-functors -load /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src/broken.odoc -html -charset utf-8 -intro intro.text -d broken_html.temp
- cp -f /home/opam/.opam/4.14.2/.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 47/86: [dune: ocaml 39] [topkg: ocaml build]
Processing 48/86: [dune: ocaml 39] [topkg: ocaml build] [broken: /usr/bin/make install]
+ /usr/bin/make "-I/home/opam/.opam/4.14.2/share/bsdowl" "install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2)
- ===> src (install)
- install -d /home/opam/.opam/4.14.2/lib/broken
- make[1]: .depend, 63: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "unix" -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -o broken.cmi broken.mli
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./sys.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./set.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./random.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./queue.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printexc.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./hashtbl.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./filename.cmx
- make[1]: .depend, 46: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./arg.cmx
- ocamlfind ocamlopt -c -package "unix" -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -o broken.cmx broken.ml
- ocamlopt -a -o broken.cmxa broken.cmx
- install -o opam -g opam -m 440 broken.cmxa /home/opam/.opam/4.14.2/lib/broken
- install -o opam -g opam -m 440 broken.a /home/opam/.opam/4.14.2/lib/broken
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./sys.cmi
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmi
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./set.cmi
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./random.cmi
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./queue.cmi
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmi
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printexc.cmi
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmi
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./hashtbl.cmi
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./filename.cmi
- make[1]: .depend, 31: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./arg.cmi
- ocamlfind ocamlc -c -package "unix" -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -I /home/opam/.opam/4.14.2/.opam-switch/build/broken.0.4.2/src -o broken.cmo broken.ml
- ocamlc -a -o broken.cma broken.cmo
- install -o opam -g opam -m 440 broken.cma /home/opam/.opam/4.14.2/lib/broken
- install -o opam -g opam -m 440 broken.cmi /home/opam/.opam/4.14.2/lib/broken
- ===> meta (install)
- install -d /home/opam/.opam/4.14.2/lib/broken
- install -o opam -g opam -m 440 broken /home/opam/.opam/4.14.2/lib/broken/META
- ===> manual (install)
- install -d -o opam -g opam /home/opam/.opam/4.14.2/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.2/share/doc/broken/html)
- ===> testsuite (install)
-> installed broken.0.4.2
Processing 48/86: [dune: ocaml 39] [topkg: ocaml build]
Processing 49/86: [dune: ocaml 39] [mixture: ./configure] [topkg: ocaml build]
+ /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/./configure "--prefix" "/home/opam/.opam/4.14.2" (CWD=/home/opam/.opam/4.14.2/.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.2/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... ocamlbuild
- checking for ocamlfind... ocamlfind
- checking for findlib package broken... found
- configure: creating ./config.status
- config.status: creating Makefile.config
Processing 49/86: [dune: ocaml 39] [mixture: /usr/bin/make all] [topkg: ocaml build]
+ /home/opam/.opam/4.14.2/bin/ocaml "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/topkg.1.1.1)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- + ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg.cmi src/topkg.mli
- + ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- + ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- + ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- + ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_fpath.cmi src/topkg_fpath.mli
- + ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_cmd.cmi src/topkg_cmd.mli
- + ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_result.cmi src/topkg_result.mli
- + ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_codec.cmi src/topkg_codec.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_conf.cmi src/topkg_conf.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_build.cmi src/topkg_build.mli
- + ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- + ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- + ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- + ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_string.cmi src/topkg_string.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_string.cmx src/topkg_string.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_fpath.cmx src/topkg_fpath.ml
- + ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_cmd.cmx src/topkg_cmd.ml
- + ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- + ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_os.cmi src/topkg_os.mli
- + ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- + ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_log.cmi src/topkg_log.mli
- + ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_result.cmx src/topkg_result.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_log.cmx src/topkg_log.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_os.cmx src/topkg_os.ml
- + ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_codec.cmx src/topkg_codec.ml
- + ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- + ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_vcs.cmi src/topkg_vcs.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_vcs.cmx src/topkg_vcs.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_conf.cmx src/topkg_conf.ml
- + ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- + ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_distrib.cmi src/topkg_distrib.mli
- + ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- + ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_opam.cmi src/topkg_opam.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_opam.cmx src/topkg_opam.ml
- + ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- + ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_fexts.cmi src/topkg_fexts.mli
- + ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- + ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- + ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_test.cmi src/topkg_test.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_install.cmi src/topkg_install.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_fexts.cmx src/topkg_fexts.ml
- + ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_test.cmx src/topkg_test.ml
- + ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- + ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- + ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- + ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_publish.cmi src/topkg_publish.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_pkg.cmi src/topkg_pkg.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_ipc.cmi src/topkg_ipc.mli
- + ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_build.cmx src/topkg_build.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_distrib.cmx src/topkg_distrib.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_install.cmx src/topkg_install.ml
- + ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_publish.cmx src/topkg_publish.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_pkg.cmx src/topkg_pkg.ml
- + ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- + ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_main.cmi src/topkg_main.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_ipc.cmx src/topkg_ipc.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_main.cmx src/topkg_main.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg.cmx src/topkg.ml
- + ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg.cmo src/topkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_build.cmo src/topkg_build.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_cmd.cmo src/topkg_cmd.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_codec.cmo src/topkg_codec.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_conf.cmo src/topkg_conf.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_distrib.cmo src/topkg_distrib.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_fexts.cmo src/topkg_fexts.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_fpath.cmo src/topkg_fpath.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_install.cmo src/topkg_install.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_ipc.cmo src/topkg_ipc.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_log.cmo src/topkg_log.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_main.cmo src/topkg_main.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_opam.cmo src/topkg_opam.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_os.cmo src/topkg_os.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_pkg.cmo src/topkg_pkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_publish.cmo src/topkg_publish.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_result.cmo src/topkg_result.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_string.cmo src/topkg_string.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_test.cmo src/topkg_test.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -I src-bin -I src-care -o src/topkg_vcs.cmo src/topkg_vcs.ml
- + ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- + ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 3(83), max: 20, min: 2, average(total): 8.000(1.253) }
-> compiled topkg.1.1.1
Processing 49/86: [dune: ocaml 39] [mixture: /usr/bin/make all]
-> installed topkg.1.1.1
Processing 50/86: [dune: ocaml 39] [mixture: /usr/bin/make all]
Processing 51/86: [astring: ocaml build] [dune: ocaml 39] [mixture: /usr/bin/make all]
Processing 52/86: [astring: ocaml build] [dune: ocaml 39] [fmt: ocaml build] [mixture: /usr/bin/make all]
Processing 53/86: [astring: ocaml build] [dune: ocaml 39] [fmt: ocaml build] [mixture: /usr/bin/make all] [uutf: ocaml build]
+ /home/opam/.opam/4.14.2/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-cmdliner" "false" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/uutf.1.0.4)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/uutf.ml > src/uutf.ml.depends
- + ocamlfind ocamldep -modules src/uutf.mli > src/uutf.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/uutf.cmi src/uutf.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -o src/uutf.cmx src/uutf.ml
- + ocamlfind ocamlopt -a -I src src/uutf.cmx -o src/uutf.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/uutf.cmo src/uutf.ml
- + ocamlfind ocamlopt -shared -linkall -I src src/uutf.cmxa -o src/uutf.cmxs
- + ocamlfind ocamlc -a -I src src/uutf.cmo -o src/uutf.cma
- # Parallel statistics: { count(total): 1(8), max: 2, min: 2, average(total): 2.000(1.125) }
-> compiled uutf.1.0.4
Processing 53/86: [astring: ocaml build] [dune: ocaml 39] [fmt: ocaml build] [mixture: /usr/bin/make all]
-> installed uutf.1.0.4
Processing 54/86: [astring: ocaml build] [dune: ocaml 39] [fmt: ocaml build] [mixture: /usr/bin/make all]
Processing 55/86: [astring: ocaml build] [dune: ocaml 39] [fmt: ocaml build] [jsonm: ocaml build] [mixture: /usr/bin/make all]
+ /home/opam/.opam/4.14.2/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-base-unix" "true" "--with-cmdliner" "false" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/fmt.0.11.0)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/fmt.ml > src/fmt.ml.depends
- + ocamlfind ocamldep -modules src/fmt.mli > src/fmt.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/fmt.cmi src/fmt.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -o src/fmt.cmx src/fmt.ml
- + ocamlfind ocamlopt -a -I src src/fmt.cmx -o src/fmt.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/fmt.cmo src/fmt.ml
- + ocamlfind ocamldep -package unix -modules src/tty/fmt_tty.ml > src/tty/fmt_tty.ml.depends
- + ocamlfind ocamldep -package unix -modules src/tty/fmt_tty.mli > src/tty/fmt_tty.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -I src/tty -I src -o src/tty/fmt_tty.cmi src/tty/fmt_tty.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -I src/tty -I src -o src/tty/fmt_tty.cmx src/tty/fmt_tty.ml
- + ocamlfind ocamlopt -a -package unix -I src/tty src/tty/fmt_tty.cmx -o src/tty/fmt_tty.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -I src/tty -I src -o src/tty/fmt_tty.cmo src/tty/fmt_tty.ml
- + ocamlfind ocamldep -package compiler-libs.toplevel -modules src/top/fmt_top.ml > src/top/fmt_top.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src/top -I src -o src/top/fmt_top.cmo src/top/fmt_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src/top -I src -o src/top/fmt_top.cmo src/top/fmt_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src/top -I src -o src/top/fmt_top.cmx src/top/fmt_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src/top -I src -o src/top/fmt_top.cmx src/top/fmt_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src/top src/top/fmt_top.cmx -o src/top/fmt_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src/top src/top/fmt_top.cmx -o src/top/fmt_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -shared -linkall -I src src/fmt.cmxa -o src/fmt.cmxs
- + ocamlfind ocamlc -a -I src src/fmt.cmo -o src/fmt.cma
- + ocamlfind ocamlopt -shared -linkall -package unix -I src/tty src/tty/fmt_tty.cmxa -o src/tty/fmt_tty.cmxs
- + ocamlfind ocamlc -a -package unix -I src/tty src/tty/fmt_tty.cmo -o src/tty/fmt_tty.cma
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src/top src/top/fmt_top.cmxa -o src/top/fmt_top.cmxs
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src/top src/top/fmt_top.cmo -o src/top/fmt_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src/top src/top/fmt_top.cmo -o src/top/fmt_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src/top src/top/fmt_top.cmxa -o src/top/fmt_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- # Parallel statistics: { count(total): 1(18), max: 6, min: 6, average(total): 6.000(1.278) }
-> compiled fmt.0.11.0
Processing 55/86: [astring: ocaml build] [dune: ocaml 39] [jsonm: ocaml build] [mixture: /usr/bin/make all]
-> installed fmt.0.11.0
Processing 56/86: [astring: ocaml build] [dune: ocaml 39] [jsonm: ocaml build] [mixture: /usr/bin/make all]
+ /usr/bin/make "-I/home/opam/.opam/4.14.2/share/bsdowl" "all" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0)
- /usr/bin/make depend
- ===> src (depend)
- (cd /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src && ocamldep -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I +. -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src/*@@g" -e "s@/home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src/*@@g"' -- OCAMLDEP_FILTER > .depend
- ===> meta (depend)
- ===> manual (depend)
- ===> testsuite (depend)
- (cd /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/testsuite && ocamldep -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I +. -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src/*@@g" -e "s@/home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src/*@@g"' -- OCAMLDEP_FILTER > .depend
- /usr/bin/make build
- ===> src (build)
- make[2]: .depend, 55: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmi mixture_Format.mli
- make[2]: .depend, 50: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmx mixture_Format.ml
- make[2]: .depend, 103: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./lexing.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmi mixture_Parse.mli
- make[2]: .depend, 98: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./lexing.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Monad.cmi mixture_Monad.mli
- make[2]: .depend, 72: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./pervasives.cmx
- make[2]: .depend, 72: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Applicative.cmo mixture_Applicative.ml
- make[2]: .depend, 67: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./pervasives.cmo
- make[2]: .depend, 67: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2|g' -e 's|@exec_prefix@|/home/opam/.opam/4.14.2|g' -e 's|@bindir@|/home/opam/.opam/4.14.2/bin|g' -e 's|@sbindir@|/home/opam/.opam/4.14.2/sbin|g' -e 's|@libexecdir@|/home/opam/.opam/4.14.2/libexec|g' -e 's|@datarootdir@|/home/opam/.opam/4.14.2/share|g' -e 's|@datadir@|/home/opam/.opam/4.14.2/share|g' -e 's|@sysconfdir@|/home/opam/.opam/4.14.2/etc|g' -e 's|@sharedstatedir@|/home/opam/.opam/4.14.2/com|g' -e 's|@localstatedir@|/home/opam/.opam/4.14.2/var|g' -e 's|@runstatedir@|@runstatedir@|g' -e 's|@includedir@|/home/opam/.opam/4.14.2/include|g' -e 's|@docdir@|/home/opam/.opam/4.14.2/share/doc/mixture|g' -e 's|@infodir@|/home/opam/.opam/4.14.2/share/info|g' -e 's|@libdir@|/home/opam/.opam/4.14.2/lib|g' -e 's|@ocamllibdir@|/home/opam/.opam/4.14.2/lib|g' -e 's|@localedir@|/home/opam/.opam/4.14.2/share/locale|g' -e 's|@mandir@|/home/opam/.opam/4.14.2/share/man|g' mixture.in > mixture
- ===> manual (build)
- ===> testsuite (build)
- make[2]: .depend, 5: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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
- make[2]: .depend, 5: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmx
- make[2]: .depend, 5: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmx
- make[2]: .depend, 5: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -linkall -o unit-testing.native /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src/mixture.cmxa testApplicative.cmx testMonad.cmx main.cmx
- cp -f unit-testing.native unit-testing
- /usr/bin/make doc
- ===> src (doc)
- make[2]: .depend, 55: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmi mixture_Format.mli
- make[2]: .depend, 103: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./lexing.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -t "The Mixture Mixins Library" -short-functors -load /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src/mixture.odoc -html -charset utf-8 -intro intro.text -d mixture_html.temp
- cp -f /home/opam/.opam/4.14.2/.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 56/86: [astring: ocaml build] [dune: ocaml 39] [jsonm: ocaml build]
Processing 57/86: [astring: ocaml build] [dune: ocaml 39] [jsonm: ocaml build] [mixture: /usr/bin/make install]
+ /home/opam/.opam/4.14.2/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/astring.0.8.5)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/astring_unsafe.ml > src/astring_unsafe.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_unsafe.cmo src/astring_unsafe.ml
- + ocamlfind ocamldep -modules src/astring_base.ml > src/astring_base.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_base.cmo src/astring_base.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_unsafe.cmx src/astring_unsafe.ml
- + ocamlfind ocamldep -modules src/astring_escape.ml > src/astring_escape.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_escape.cmo src/astring_escape.ml
- + ocamlfind ocamldep -modules src/astring_char.ml > src/astring_char.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_char.cmo src/astring_char.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_escape.cmx src/astring_escape.ml
- + ocamlfind ocamldep -modules src/astring_sub.ml > src/astring_sub.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_sub.cmo src/astring_sub.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_base.cmx src/astring_base.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_char.cmx src/astring_char.ml
- + ocamlfind ocamldep -modules src/astring_string.ml > src/astring_string.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring_string.cmo src/astring_string.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_sub.cmx src/astring_sub.ml
- + ocamlfind ocamldep -modules src/astring.ml > src/astring.ml.depends
- + ocamlfind ocamldep -modules src/astring.mli > src/astring.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring.cmi src/astring.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring_string.cmx src/astring_string.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/astring.cmx src/astring.ml
- + ocamlfind ocamlopt -a -I src src/astring_unsafe.cmx src/astring_base.cmx src/astring_escape.cmx src/astring_char.cmx src/astring_sub.cmx src/astring_string.cmx src/astring.cmx -o src/astring.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/astring.cmo src/astring.ml
- + ocamlfind ocamldep -package compiler-libs.toplevel -modules src/astring_top.ml > src/astring_top.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmo src/astring_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmo src/astring_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmx src/astring_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/astring_top.cmx src/astring_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/astring_top.cmx -o src/astring_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/astring_top.cmx -o src/astring_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -shared -linkall -I src src/astring.cmxa -o src/astring.cmxs
- + ocamlfind ocamlc -a -I src src/astring_unsafe.cmo src/astring_base.cmo src/astring_escape.cmo src/astring_char.cmo src/astring_sub.cmo src/astring_string.cmo src/astring.cmo -o src/astring.cma
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/astring_top.cmxa -o src/astring_top.cmxs
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/astring_top.cmo -o src/astring_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/astring_top.cmo -o src/astring_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/astring_top.cmxa -o src/astring_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- # Parallel statistics: { count(total): 1(30), max: 4, min: 4, average(total): 4.000(1.100) }
-> compiled astring.0.8.5
Processing 57/86: [dune: ocaml 39] [jsonm: ocaml build] [mixture: /usr/bin/make install]
+ /home/opam/.opam/4.14.2/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/jsonm.1.0.2)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package uutf -modules src/jsonm.ml > src/jsonm.ml.depends
- + ocamlfind ocamldep -package uutf -modules src/jsonm.mli > src/jsonm.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package uutf -I src -I test -o src/jsonm.cmi src/jsonm.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package uutf -I src -I test -o src/jsonm.cmx src/jsonm.ml
- + ocamlfind ocamlopt -a -package uutf -I src src/jsonm.cmx -o src/jsonm.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package uutf -I src -I test -o src/jsonm.cmo src/jsonm.ml
- + ocamlfind ocamldep -package unix -package uutf -modules test/jsontrip.ml > test/jsontrip.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package uutf -I test -I src -o test/jsontrip.cmo test/jsontrip.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package uutf -I test -I src -o test/jsontrip.cmx test/jsontrip.ml
- + ocamlfind ocamlopt -shared -linkall -package uutf -I src src/jsonm.cmxa -o src/jsonm.cmxs
- + ocamlfind ocamlc -a -package uutf -I src src/jsonm.cmo -o src/jsonm.cma
- + ocamlfind ocamlopt -linkpkg -g -package unix -package uutf -I src -I test src/jsonm.cmx test/jsontrip.cmx -o test/jsontrip.native
- # Parallel statistics: { count(total): 1(11), max: 3, min: 3, average(total): 3.000(1.182) }
-> compiled jsonm.1.0.2
Processing 57/86: [dune: ocaml 39] [mixture: /usr/bin/make install]
+ /usr/bin/make "-I/home/opam/.opam/4.14.2/share/bsdowl" "install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0)
- ===> src (install)
- install -d /home/opam/.opam/4.14.2/lib/mixture
- make[1]: .depend, 55: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmi mixture_Format.mli
- make[1]: .depend, 50: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Format.cmx mixture_Format.ml
- make[1]: .depend, 103: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./lexing.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmi mixture_Parse.mli
- make[1]: .depend, 98: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./lexing.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmx mixture_Parse.ml
- make[1]: .depend, 72: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./pervasives.cmx
- make[1]: .depend, 72: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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
- install -o opam -g opam -m 440 mixture.cmxa /home/opam/.opam/4.14.2/lib/mixture
- install -o opam -g opam -m 440 mixture.a /home/opam/.opam/4.14.2/lib/mixture
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -o mixture_Parse.cmo mixture_Parse.ml
- make[1]: .depend, 67: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./pervasives.cmo
- make[1]: .depend, 67: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmi
- ocamlfind ocamlc -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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
- install -o opam -g opam -m 440 mixture.cma /home/opam/.opam/4.14.2/lib/mixture
- install -o opam -g opam -m 440 mixture_Format.cmi /home/opam/.opam/4.14.2/lib/mixture
- install -o opam -g opam -m 440 mixture_Parse.cmi /home/opam/.opam/4.14.2/lib/mixture
- install -o opam -g opam -m 440 mixture_Compare.cmi /home/opam/.opam/4.14.2/lib/mixture
- install -o opam -g opam -m 440 mixture_Applicative.cmi /home/opam/.opam/4.14.2/lib/mixture
- install -o opam -g opam -m 440 mixture_Monad.cmi /home/opam/.opam/4.14.2/lib/mixture
- install -o opam -g opam -m 440 mixture_FoldRight.cmi /home/opam/.opam/4.14.2/lib/mixture
- install -o opam -g opam -m 440 mixture_FoldAssoc.cmi /home/opam/.opam/4.14.2/lib/mixture
- install -o opam -g opam -m 440 mixture_NumericalFunction.cmi /home/opam/.opam/4.14.2/lib/mixture
- ===> meta (install)
- install -d /home/opam/.opam/4.14.2/lib/mixture
- install -o opam -g opam -m 440 mixture /home/opam/.opam/4.14.2/lib/mixture/META
- ===> manual (install)
- install -d -o opam -g opam /home/opam/.opam/4.14.2/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.2/share/doc/mixture/html)
- ===> testsuite (install)
- install -d /home/opam/.opam/4.14.2/bin
- make[1]: .depend, 5: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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
- make[1]: .depend, 5: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmx
- make[1]: .depend, 5: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmx
- make[1]: .depend, 5: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken" -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/mixture.1.0.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src -linkall -o unit-testing.native /home/opam/.opam/4.14.2/.opam-switch/build/mixture.1.0.0/src/mixture.cmxa testApplicative.cmx testMonad.cmx main.cmx
- cp -f unit-testing.native unit-testing
- install -o opam -g opam -m 550 unit-testing /home/opam/.opam/4.14.2/bin
-> installed mixture.1.0.0
Processing 57/86: [dune: ocaml 39]
Processing 58/86: [dune: ocaml 39] [lemonade: ./configure]
-> installed astring.0.8.5
Processing 59/86: [dune: ocaml 39] [lemonade: ./configure]
Processing 60/86: [dune: ocaml 39] [fpath: ocaml build] [lemonade: ./configure]
-> installed jsonm.1.0.2
Processing 61/86: [dune: ocaml 39] [fpath: ocaml build] [lemonade: ./configure]
+ /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/./configure "--prefix" "/home/opam/.opam/4.14.2" "--disable-ppx-rewriter" (CWD=/home/opam/.opam/4.14.2/.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.2/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... ocamlbuild
- 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 61/86: [dune: ocaml 39] [fpath: ocaml build] [lemonade: /usr/bin/make all]
+ /home/opam/.opam/4.14.2/bin/ocaml "pkg/pkg.ml" "build" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/fpath.0.7.3)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package astring -modules src/fpath.ml > src/fpath.ml.depends
- + ocamlfind ocamldep -package astring -modules src/fpath.mli > src/fpath.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmi src/fpath.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmx src/fpath.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmx src/fpath.ml
- File "src/fpath.ml", line 40, characters 22-38:
- 40 | let is_unc_path p = String.is_prefix "\\\\" p
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 124, characters 21-37:
- 124 | let has_volume p = String.is_prefix "//" p
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 427, characters 10-26:
- 427 | if not (String.is_prefix prefix p) then false else
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 548, characters 42-58:
- 548 | | Some r -> not (String.equal dotdot r || String.is_prefix dotdot_dir r)
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 563, characters 32-48:
- 563 | | true -> String.equal dot p || String.is_prefix dot_dir p
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 578, characters 35-51:
- 578 | | true -> String.equal dotdot p || String.is_prefix dotdot_dir p
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 633, characters 18-31:
- 633 | if not (String.(Sub.is_suffix (sub e) ext)) then false else
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- + ocamlfind ocamlopt -a -package astring -I src src/fpath.cmx -o src/fpath.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmo src/fpath.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmo src/fpath.ml
- File "src/fpath.ml", line 40, characters 22-38:
- 40 | let is_unc_path p = String.is_prefix "\\\\" p
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 124, characters 21-37:
- 124 | let has_volume p = String.is_prefix "//" p
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 427, characters 10-26:
- 427 | if not (String.is_prefix prefix p) then false else
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 548, characters 42-58:
- 548 | | Some r -> not (String.equal dotdot r || String.is_prefix dotdot_dir r)
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 563, characters 32-48:
- 563 | | true -> String.equal dot p || String.is_prefix dot_dir p
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 578, characters 35-51:
- 578 | | true -> String.equal dotdot p || String.is_prefix dotdot_dir p
- ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fpath.ml", line 633, characters 18-31:
- 633 | if not (String.(Sub.is_suffix (sub e) ext)) then false else
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- + ocamlfind ocamldep -package compiler-libs.toplevel -package astring -modules src/fpath_top.ml > src/fpath_top.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmo src/fpath_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmo src/fpath_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmx src/fpath_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmx src/fpath_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -shared -linkall -package astring -I src src/fpath.cmxa -o src/fpath.cmxs
- + ocamlfind ocamlc -a -package astring -I src src/fpath.cmo -o src/fpath.cma
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.14.2/lib/ocaml, /home/opam/.opam/4.14.2/lib/ocaml/compiler-libs
- # Parallel statistics: { count(total): 1(12), max: 4, min: 4, average(total): 4.000(1.250) }
-> compiled fpath.0.7.3
Processing 61/86: [dune: ocaml 39] [lemonade: /usr/bin/make all]
-> installed fpath.0.7.3
Processing 62/86: [dune: ocaml 39] [lemonade: /usr/bin/make all]
+ /usr/bin/make "-I/home/opam/.opam/4.14.2/share/bsdowl" "all" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0)
- /usr/bin/make depend
- ===> src (depend)
- (cd /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src && ocamldep -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I +. -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src/*@@g" -e "s@/home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src/*@@g"' -- OCAMLDEP_FILTER > .depend
- ===> meta (depend)
- ===> manual (depend)
- ===> testsuite (depend)
- (cd /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/testsuite && ocamldep -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I +. -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src/*@@g" -e "s@/home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src/*@@g"' -- OCAMLDEP_FILTER > .depend
- /usr/bin/make build
- ===> src (build)
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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
- make[2]: .depend, 37: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./lazy.cmi
- make[2]: .depend, 104: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmi lemonade_Lazy.mli
- make[2]: .depend, 29: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./lazy.cmx
- make[2]: .depend, 97: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_List.cmi lemonade_List.mli
- make[2]: .depend, 176: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Ok.cmi lemonade_Ok.mli
- make[2]: .depend, 97: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Stream.cmi lemonade_Stream.mli
- make[2]: .depend, 176: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmx
- make[2]: .depend, 176: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./buffer.cmx
- make[2]: .depend, 176: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./array.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmo lemonade_Lazy.ml
- make[2]: .depend, 169: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Maybe.cmo lemonade_Maybe.ml
- make[2]: .depend, 93: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_State.cmo lemonade_State.ml
- make[2]: .depend, 169: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmi
- make[2]: .depend, 169: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./buffer.cmi
- make[2]: .depend, 169: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2|g' -e 's|@exec_prefix@|/home/opam/.opam/4.14.2|g' -e 's|@bindir@|/home/opam/.opam/4.14.2/bin|g' -e 's|@sbindir@|/home/opam/.opam/4.14.2/sbin|g' -e 's|@libexecdir@|/home/opam/.opam/4.14.2/libexec|g' -e 's|@datarootdir@|/home/opam/.opam/4.14.2/share|g' -e 's|@datadir@|/home/opam/.opam/4.14.2/share|g' -e 's|@sysconfdir@|/home/opam/.opam/4.14.2/etc|g' -e 's|@sharedstatedir@|/home/opam/.opam/4.14.2/com|g' -e 's|@localstatedir@|/home/opam/.opam/4.14.2/var|g' -e 's|@runstatedir@|@runstatedir@|g' -e 's|@includedir@|/home/opam/.opam/4.14.2/include|g' -e 's|@docdir@|/home/opam/.opam/4.14.2/share/doc/lemonade|g' -e 's|@infodir@|/home/opam/.opam/4.14.2/share/info|g' -e 's|@libdir@|/home/opam/.opam/4.14.2/lib|g' -e 's|@ocamllibdir@|/home/opam/.opam/4.14.2/lib|g' -e 's|@localedir@|/home/opam/.opam/4.14.2/share/locale|g' -e 's|@mandir@|/home/opam/.opam/4.14.2/share/man|g' lemonade.in > lemonade
- ===> manual (build)
- ===> testsuite (build)
- make[2]: .depend, 15: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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
- make[2]: .depend, 10: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -linkall -o unit-testing.native /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src/lemonade.cmxa testList.cmx testMaybe.cmx testStream.cmx testSuccessReader.cmx main.cmx
- cp -f unit-testing.native unit-testing
- /usr/bin/make doc
- ===> src (doc)
- make[2]: .depend, 37: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./lazy.cmi
- make[2]: .depend, 104: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -t "The Lemonade Library" -short-functors -load /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src/lemonade.odoc -html -charset utf-8 -intro intro.text -d lemonade_html.temp
- cp -f /home/opam/.opam/4.14.2/.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 62/86: [dune: ocaml 39]
Processing 63/86: [dune: ocaml 39] [lemonade: /usr/bin/make install]
+ /usr/bin/make "-I/home/opam/.opam/4.14.2/share/bsdowl" "install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0)
- ===> src (install)
- install -d /home/opam/.opam/4.14.2/lib/lemonade
- make[1]: .depend, 37: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./lazy.cmi
- make[1]: .depend, 104: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmi lemonade_Lazy.mli
- make[1]: .depend, 29: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./lazy.cmx
- make[1]: .depend, 97: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_List.cmi lemonade_List.mli
- make[1]: .depend, 176: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Ok.cmi lemonade_Ok.mli
- make[1]: .depend, 97: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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
- make[1]: .depend, 176: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmx
- make[1]: .depend, 176: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./buffer.cmx
- make[1]: .depend, 176: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./array.cmx
- ocamlfind ocamlopt -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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
- install -o opam -g opam -m 440 lemonade.cmxa /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade.a /home/opam/.opam/4.14.2/lib/lemonade
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Lazy.cmo lemonade_Lazy.ml
- make[1]: .depend, 169: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Maybe.cmo lemonade_Maybe.ml
- make[1]: .depend, 93: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -o lemonade_Retry.cmo lemonade_Retry.ml
- make[1]: .depend, 169: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmi
- make[1]: .depend, 169: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./buffer.cmi
- make[1]: .depend, 169: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade.0.6.0/src -I /home/opam/.opam/4.14.2/.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
- install -o opam -g opam -m 440 lemonade.cma /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_Type.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_Continuation.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_Lazy.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_List.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_Maybe.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_Ok.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_Reader.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_Retry.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_State.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_Stream.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_Success.cmi /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade_Writer.cmi /home/opam/.opam/4.14.2/lib/lemonade
- ===> meta (install)
- install -d /home/opam/.opam/4.14.2/lib/lemonade
- install -o opam -g opam -m 440 lemonade /home/opam/.opam/4.14.2/lib/lemonade/META
- ===> manual (install)
- install -d -o opam -g opam /home/opam/.opam/4.14.2/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.2/share/doc/lemonade/html)
- ===> testsuite (install)
-> installed lemonade.0.6.0
Processing 63/86: [dune: ocaml 39]
+ /home/opam/.opam/4.14.2/bin/ocaml "boot/bootstrap.ml" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune.3.21.1)
- ocamlc -output-complete-exe -intf-suffix .dummy -g -o .duneboot.exe -I boot unix.cma boot/types.ml boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 39
Processing 63/86: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/4.14.2/.opam-switch/build/dune.3.21.1/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune.3.21.1)
-> compiled dune.3.21.1
-> installed dune.3.21.1
Processing 65/86: [csexp: dune build]
Processing 66/86: [csexp: dune build] [cstruct: dune build]
Processing 67/86: [csexp: dune build] [cstruct: dune build] [sexplib0: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "csexp" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/csexp.1.5.2)
-> compiled csexp.1.5.2
Processing 67/86: [cstruct: dune build] [sexplib0: dune build]
-> installed csexp.1.5.2
Processing 68/86: [cstruct: dune build] [sexplib0: dune build]
Processing 69/86: [cstruct: dune build] [dune-configurator: rm] [sexplib0: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "sexplib0" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/sexplib0.v0.16.0)
-> compiled sexplib0.v0.16.0
Processing 69/86: [cstruct: dune build] [dune-configurator: rm]
-> installed sexplib0.v0.16.0
Processing 70/86: [cstruct: dune build] [dune-configurator: rm]
Processing 71/86: [cstruct: dune build] [dune-configurator: rm] [parsexp: dune build]
+ /bin/rm "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune-configurator.3.21.1)
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "cstruct" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/cstruct.6.2.0)
-> compiled cstruct.6.2.0
Processing 71/86: [dune-configurator: rm] [parsexp: dune build]
-> installed cstruct.6.2.0
Processing 72/86: [dune-configurator: rm] [parsexp: dune build]
Processing 73/86: [dune-configurator: rm] [hex: dune build] [parsexp: dune build]
+ /bin/rm "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune-configurator.3.21.1)
Processing 73/86: [dune-configurator: dune build] [hex: dune build] [parsexp: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "hex" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/hex.1.5.0)
-> compiled hex.1.5.0
Processing 73/86: [dune-configurator: dune build] [parsexp: dune build]
-> installed hex.1.5.0
Processing 74/86: [dune-configurator: dune build] [parsexp: dune build]
Processing 75/86: [dune-configurator: dune build] [ezjsonm: dune build] [parsexp: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "ezjsonm" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ezjsonm.1.3.0)
-> compiled ezjsonm.1.3.0
Processing 75/86: [dune-configurator: dune build] [parsexp: dune build]
-> installed ezjsonm.1.3.0
Processing 76/86: [dune-configurator: dune build] [parsexp: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "parsexp" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/parsexp.v0.16.0)
-> compiled parsexp.v0.16.0
Processing 76/86: [dune-configurator: dune build]
-> installed parsexp.v0.16.0
Processing 77/86: [dune-configurator: dune build]
Processing 78/86: [dune-configurator: dune build] [sexplib: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "dune-configurator" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune-configurator.3.21.1)
-> compiled dune-configurator.3.21.1
Processing 78/86: [sexplib: dune build]
-> installed dune-configurator.3.21.1
Processing 79/86: [sexplib: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "sexplib" "-j" "39" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/sexplib.v0.16.0)
-> compiled sexplib.v0.16.0
-> installed sexplib.v0.16.0
Processing 81/86: [dune-compiledb: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "dune-compiledb" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune-compiledb.0.6.0)
-> compiled dune-compiledb.0.6.0
-> installed dune-compiledb.0.6.0
Processing 83/86: [sqlite3: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "sqlite3" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/sqlite3.5.4.0)
- (cd _build/default/lib && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -I/usr/local/include -g -I /home/opam/.opam/4.14.2/lib/ocaml -o sqlite3_stubs.o -c sqlite3_stubs.c)
- In file included from sqlite3_stubs.c:41:
- /usr/local/include/sqlite3.h:430:9: warning: "callback" is deprecated: use "caml_callback" instead [-W#pragma-messages]
- 430 | int (*callback)(void*,int,char**,char**), /* Callback function */
- | ^
- /home/opam/.opam/4.14.2/lib/ocaml/caml/compatibility.h:71:18: note: expanded from macro 'callback'
- 71 | #define callback CAML_DEPRECATED("callback", "caml_callback") caml_callback
- | ^
- /home/opam/.opam/4.14.2/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED'
- 58 | CAML_PREPROWARNING(name1 is deprecated: use name2 instead)
- | ^
- /home/opam/.opam/4.14.2/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING'
- 56 | #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x))
- | ^
- <scratch space>:97:6: note: expanded from here
- 97 | GCC warning "\"callback\" is deprecated: use \"caml_callback\" instead"
- | ^
- 1 warning generated.
-> compiled sqlite3.5.4.0
-> installed sqlite3.5.4.0
Processing 85/86: [lemonade-sqlite: ./configure]
+ /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/./configure "--prefix" "/home/opam/.opam/4.14.2" (CWD=/home/opam/.opam/4.14.2/.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.2/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... ocamlbuild
- 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 85/86: [lemonade-sqlite: /usr/bin/make all]
+ /usr/bin/make "-I/home/opam/.opam/4.14.2/share/bsdowl" "all" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0)
- /usr/bin/make depend
- ===> src (depend)
- (cd /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src && ocamldep -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I +. -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g" -e "s@/home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g"' -- OCAMLDEP_FILTER > .depend
- ===> testsuite (depend)
- (cd /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/testsuite && ocamldep -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I +. -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g" -e "s@/home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g"' -- OCAMLDEP_FILTER > .depend
- ===> example (depend)
- (cd /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/example && ocamldep -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I +. -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g" -e "s@/home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src/*@@g"' -- OCAMLDEP_FILTER > .depend
- ===> meta (depend)
- ===> manual (depend)
- /usr/bin/make build
- ===> src (build)
- make[2]: .depend, 25: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -o lemonade_Sqlite.cmi lemonade_Sqlite.mli
- make[2]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./sys.cmi
- make[2]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmi
- make[2]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmi
- make[2]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printexc.cmi
- make[2]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./pervasives.cmo
- make[2]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmi
- make[2]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./hashtbl.cmi
- make[2]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./char.cmi
- make[2]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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)
- make[2]: .depend, 3: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./sys.cmi
- make[2]: .depend, 3: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./queue.cmi
- make[2]: .depend, 3: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmi
- make[2]: .depend, 3: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmi
- make[2]: .depend, 3: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./int64.cmi
- make[2]: .depend, 3: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- make[2]: .depend, 3: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -linkall -o unit_testing.byte /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src/lemonade_sqlite.cma test_Lemonade_sqlite.cmo main.cmo
- cp -f unit_testing.byte unit_testing
- ===> example (build)
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -o sqlPool.cmo sqlPool.ml
- make[2]: .depend, 56: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./scanf.cmi
- make[2]: .depend, 56: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -o timestamp.cmo timestamp.ml
- make[2]: .depend, 15: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -o batch.cmi batch.mli
- make[2]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./random.cmi
- make[2]: .depend, 17: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmi
- make[2]: .depend, 40: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -o batchCollection.cmi batchCollection.mli
- make[2]: .depend, 40: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./sys.cmi
- make[2]: .depend, 17: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./pervasives.cmo
- make[2]: .depend, 17: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./int64.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -o batch_jobs.byte /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src/lemonade_sqlite.cma sqlPool.cmo timestamp.cmo batch.cmo batchCollection.cmo main.cmo
- cp -f 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.2|g' -e 's|@exec_prefix@|/home/opam/.opam/4.14.2|g' -e 's|@bindir@|/home/opam/.opam/4.14.2/bin|g' -e 's|@sbindir@|/home/opam/.opam/4.14.2/sbin|g' -e 's|@libexecdir@|/home/opam/.opam/4.14.2/libexec|g' -e 's|@datarootdir@|/home/opam/.opam/4.14.2/share|g' -e 's|@datadir@|/home/opam/.opam/4.14.2/share|g' -e 's|@sysconfdir@|/home/opam/.opam/4.14.2/etc|g' -e 's|@sharedstatedir@|/home/opam/.opam/4.14.2/com|g' -e 's|@localstatedir@|/home/opam/.opam/4.14.2/var|g' -e 's|@runstatedir@|@runstatedir@|g' -e 's|@includedir@|/home/opam/.opam/4.14.2/include|g' -e 's|@docdir@|/home/opam/.opam/4.14.2/share/doc/lemonade-sqlite|g' -e 's|@infodir@|/home/opam/.opam/4.14.2/share/info|g' -e 's|@libdir@|/home/opam/.opam/4.14.2/lib|g' -e 's|@ocamllibdir@|/home/opam/.opam/4.14.2/lib|g' -e 's|@localedir@|/home/opam/.opam/4.14.2/share/locale|g' -e 's|@mandir@|/home/opam/.opam/4.14.2/share/man|g' lemonade-sqlite.in > lemonade-sqlite
- ===> manual (build)
- /usr/bin/make doc
- ===> src (doc)
- make[2]: .depend, 25: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -t "Monadic Sqlite bindings" -short-functors -load /home/opam/.opam/4.14.2/.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 -f /home/opam/.opam/4.14.2/.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 86/86: [lemonade-sqlite: /usr/bin/make install]
+ /usr/bin/make "-I/home/opam/.opam/4.14.2/share/bsdowl" "install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0)
- ===> src (install)
- install -d /home/opam/.opam/4.14.2/lib/lemonade-sqlite
- make[1]: .depend, 25: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./format.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -o lemonade_Sqlite.cmi lemonade_Sqlite.mli
- make[1]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./sys.cmi
- make[1]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./string.cmi
- make[1]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printf.cmi
- make[1]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./printexc.cmi
- make[1]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./pervasives.cmo
- make[1]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./list.cmi
- make[1]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./hashtbl.cmi
- make[1]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./char.cmi
- make[1]: .depend, 1: ignoring stale .depend for /home/opam/.opam/4.14.2/lib/ocaml/./array.cmi
- ocamlfind ocamlc -c -package "broken mixture lemonade sqlite3" -I /home/opam/.opam/4.14.2/.opam-switch/build/lemonade-sqlite.0.1.0/src -I /home/opam/.opam/4.14.2/.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
- install -o opam -g opam -m 440 lemonade_sqlite.cma /home/opam/.opam/4.14.2/lib/lemonade-sqlite
- install -o opam -g opam -m 440 lemonade_Sqlite.cmi /home/opam/.opam/4.14.2/lib/lemonade-sqlite
- ===> testsuite (install)
- ===> example (install)
- ===> meta (install)
- install -d /home/opam/.opam/4.14.2/lib/lemonade-sqlite
- install -o opam -g opam -m 440 lemonade-sqlite /home/opam/.opam/4.14.2/lib/lemonade-sqlite/META
- ===> manual (install)
- install -d -o opam -g opam /home/opam/.opam/4.14.2/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.2/share/doc/lemonade-sqlite/html)
-> installed lemonade-sqlite.0.1.0
Done.
2026-03-03 00:29.38 ---> saved as "e658e6d83056698e63abf49f0ba315963c3473ceeff13980301d4d91f596a7e3"
Job succeeded