Skip to content

Instantly share code, notes, and snippets.

@rizo
Created May 14, 2015 14:48
Show Gist options
  • Select an option

  • Save rizo/1e6ea92ae45201326828 to your computer and use it in GitHub Desktop.

Select an option

Save rizo/1e6ea92ae45201326828 to your computer and use it in GitHub Desktop.
$ opam install --verbose ketrew
The following actions will be performed:
- install ketrew.master
=== + 1 ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
[ketrew] Fetching https://github.com/hammerlab/ketrew
HEAD is now at b782227 Remove obsolete configuration value
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
Building ketrew.master:
make gen
make _oasis
oasis setup
ocaml setup.ml -configure --prefix /Users/rizo/.opam/4.02.1
ocaml setup.ml -build
ocaml setup.ml -install
make: Nothing to be done for `gen'.
ocaml tools/please.ml make _oasis
Configuration:
ocamlfind: ........................................... /Users/rizo/.opam/4.02.1/bin/ocamlfind
ocamlc: .............................................. /Users/rizo/.opam/4.02.1/bin/ocamlc.opt
ocamlopt: ............................................ /Users/rizo/.opam/4.02.1/bin/ocamlopt.opt
ocamlbuild: .......................................... /Users/rizo/.opam/4.02.1/bin/ocamlbuild
Package name: ........................................ ketrew
Package version: ..................................... ketrew.0.0.0-269-gb782227
os_type: ............................................. Unix
system: .............................................. macosx
architecture: ........................................ amd64
ccomp_type: .......................................... cc
ocaml_version: ....................................... 4.02.1
standard_library_default: ............................ /Users/rizo/.opam/4.02.1/lib/ocaml
standard_library: .................................... /Users/rizo/.opam/4.02.1/lib/ocaml
standard_runtime: .................................... /Users/rizo/.opam/4.02.1/bin/ocamlrun
bytecomp_c_compiler: ................................. gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
native_c_compiler: ................................... gcc -D_FILE_OFFSET_BITS=64 -D_REENTRANT
model: ............................................... default
ext_obj: ............................................. .o
ext_asm: ............................................. .s
ext_lib: ............................................. .a
ext_dll: ............................................. .so
default_executable_name: ............................. a.out
systhread_supported: ................................. true
Install architecture-independent files dir: .......... /Users/rizo/.opam/4.02.1
Install architecture-dependent files in dir: ......... $prefix
User executables: .................................... $exec_prefix/bin
System admin executables: ............................ $exec_prefix/sbin
Program executables: ................................. $exec_prefix/libexec
Read-only single-machine data: ....................... $prefix/etc
Modifiable architecture-independent data: ............ $prefix/com
Modifiable single-machine data: ...................... $prefix/var
Object code libraries: ............................... $exec_prefix/lib
Read-only arch-independent data root: ................ $prefix/share
Read-only architecture-independent data: ............. $datarootdir
Info documentation: .................................. $datarootdir/info
Locale-dependent data: ............................... $datarootdir/locale
Man documentation: ................................... $datarootdir/man
Documentation root: .................................. $datarootdir/doc/$pkg_name
HTML documentation: .................................. $docdir
DVI documentation: ................................... $docdir
PDF documentation: ................................... $docdir
PS documentation: .................................... $docdir
findlib_version: ..................................... 1.5.5
is_native: ........................................... true
suffix_program: ......................................
Remove a file.: ...................................... rm -f
Remove a directory.: ................................. rm -rf
Turn ocaml debug flag on: ............................ true
Turn ocaml profile flag on: .......................... false
Compiler support generation of .cmxs.: ............... true
OCamlbuild additional flags: .........................
build and install everything: ........................ false
Build the Tests: ..................................... false
Use Bisect to generate coverage data.: ............... false
Create documentations: ............................... true
Compile tests executable and library and run them: ... false
pkg_sosa: ............................................ /Users/rizo/.opam/4.02.1/lib/sosa
pkg_nonstd: .......................................... /Users/rizo/.opam/4.02.1/lib/nonstd
pkg_docout: .......................................... /Users/rizo/.opam/4.02.1/lib/docout
pkg_pvem: ............................................ /Users/rizo/.opam/4.02.1/lib/pvem
pkg_yojson: .......................................... /Users/rizo/.opam/4.02.1/lib/yojson
pkg_uri: ............................................. /Users/rizo/.opam/4.02.1/lib/uri
pkg_cohttp: .......................................... /Users/rizo/.opam/4.02.1/lib/cohttp
pkg_ppx_deriving_yojson: ............................. /Users/rizo/.opam/4.02.1/lib/ppx_deriving_yojson
pkg_ppx_deriving_show: ............................... /Users/rizo/.opam/4.02.1/lib/ppx_deriving
pkg_ppx_blob: ........................................ /Users/rizo/.opam/4.02.1/lib/ppx_blob
pkg_threads: ......................................... /Users/rizo/.opam/4.02.1/lib/ocaml
pkg_trakeva_sqlite: .................................. /Users/rizo/.opam/4.02.1/lib/trakeva_sqlite
pkg_pvem_lwt_unix: ................................... /Users/rizo/.opam/4.02.1/lib/pvem_lwt_unix
pkg_cmdliner: ........................................ /Users/rizo/.opam/4.02.1/lib/cmdliner
pkg_cohttp_lwt: ...................................... /Users/rizo/.opam/4.02.1/lib/cohttp
pkg_lwt: ............................................. /Users/rizo/.opam/4.02.1/lib/lwt
pkg_ssl: ............................................. /Users/rizo/.opam/4.02.1/lib/ssl
pkg_conduit: ......................................... /Users/rizo/.opam/4.02.1/lib/conduit
pkg_dynlink: ......................................... /Users/rizo/.opam/4.02.1/lib/ocaml
pkg_findlib: ......................................... /Users/rizo/.opam/4.02.1/lib/findlib
/Users/rizo/.opam/4.02.1/bin/ocamlopt.opt unix.cmxa -I /Users/rizo/.opam/4.02.1/lib/ocaml/ocamlbuild /Users/rizo/.opam/4.02.1/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /Users/rizo/.opam/4.02.1/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_pervasives.ml > src/pure/ketrew_pervasives.ml.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_path.mli > src/pure/ketrew_path.mli.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_path.cmi src/pure/ketrew_path.mli
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_path.cmi src/pure/ketrew_path.mli
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_path.ml > src/pure/ketrew_path.ml.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_pervasives.cmo src/pure/ketrew_pervasives.ml
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_pervasives.cmo src/pure/ketrew_pervasives.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_program.mli > src/pure/ketrew_program.mli.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_program.cmi src/pure/ketrew_program.mli
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_program.cmi src/pure/ketrew_program.mli
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_program.ml > src/pure/ketrew_program.ml.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_host.mli > src/pure/ketrew_host.mli.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_host.cmi src/pure/ketrew_host.mli
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_host.cmi src/pure/ketrew_host.mli
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_host.ml > src/pure/ketrew_host.ml.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_measurement.mli > src/pure/ketrew_measurement.mli.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_measurement.cmi src/pure/ketrew_measurement.mli
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_measurement.cmi src/pure/ketrew_measurement.mli
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_measurement.ml > src/pure/ketrew_measurement.ml.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_monitored_script.mli > src/pure/ketrew_monitored_script.mli.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_monitored_script.cmi src/pure/ketrew_monitored_script.mli
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_monitored_script.cmi src/pure/ketrew_monitored_script.mli
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_monitored_script.ml > src/pure/ketrew_monitored_script.ml.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_target.mli > src/pure/ketrew_target.mli.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_target.cmi src/pure/ketrew_target.mli
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_target.cmi src/pure/ketrew_target.mli
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_target.ml > src/pure/ketrew_target.ml.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_protocol.mli > src/pure/ketrew_protocol.mli.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_protocol.cmi src/pure/ketrew_protocol.mli
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_protocol.cmi src/pure/ketrew_protocol.mli
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_protocol.ml > src/pure/ketrew_protocol.ml.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamldep -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -modules src/pure/ketrew_metadata.ml > src/pure/ketrew_metadata.ml.depends
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_path.cmo src/pure/ketrew_path.ml
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_path.cmo src/pure/ketrew_path.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_program.cmo src/pure/ketrew_program.ml
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_program.cmo src/pure/ketrew_program.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_host.cmo src/pure/ketrew_host.ml
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_host.cmo src/pure/ketrew_host.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_measurement.cmo src/pure/ketrew_measurement.ml
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_measurement.cmo src/pure/ketrew_measurement.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_monitored_script.cmo src/pure/ketrew_monitored_script.ml
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_monitored_script.cmo src/pure/ketrew_monitored_script.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
/Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_target.cmo src/pure/ketrew_target.ml
+ /Users/rizo/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package cohttp -package docout -package nonstd -package ppx_blob -package ppx_deriving.show -package ppx_deriving_yojson -package pvem -package sosa -package uri -package yojson -I src/pure -o src/pure/ketrew_target.cmo src/pure/ketrew_target.ml
findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/rizo/.opam/4.02.1/lib/ocaml/compiler-libs, /Users/rizo/.opam/4.02.1/lib/ocaml
File "src/pure/ketrew_target.ml", line 255, characters 39-51:
Error: This expression has type
[> `Error of string
| `Ok of
[> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Already_done of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'b history ]
as 'b)
history
| `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'c history ]
as 'c)
history
| `Dependencies_failed of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'e history ]
as 'e)
history
| `Still_building of 'd history ]
as 'd)
history * string list
| `Did_not_ensure_condition of
([> `Ran_successfully of
([> `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string
| `User ]
| `Tried_to_eval_condition of
'j history ]
as 'j)
history
| `Still_building of 'i history ]
as 'i)
history
| `Tried_to_start of
'h history * run_bookkeeping ]
as 'h)
history * run_bookkeeping
| `Still_running of 'g history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 'g history * run_bookkeeping ]
as 'g)
history * run_bookkeeping
| `Successfully_did_nothing of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of
'm history ]
as 'm)
history
| `Still_building of 'l history ]
as 'l)
history
| `Tried_to_start of 'k history * run_bookkeeping ]
as 'k)
history
| `Tried_to_reeval_condition of string * 'f history ]
as 'f)
history
| `Failed_running of
([> `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of
'q history ]
as 'q)
history
| `Still_building of 'p history ]
as 'p)
history
| `Tried_to_start of 'o history * run_bookkeeping ]
as 'o)
history * run_bookkeeping
| `Still_running of 'n history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 'n history * run_bookkeeping ]
as 'n)
history * [> `Long_running_failure of string ] *
run_bookkeeping
| `Failed_to_eval_condition of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'r history ]
as 'r)
history
| `Failed_to_kill of
([> `Killing of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'u history ]
as 'u)
history
| `Passive of log
| `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string
| `User ]
| `Tried_to_eval_condition of
'x history ]
as 'x)
history
| `Still_building of 'w history ]
as 'w)
history
| `Tried_to_start of
'v history * run_bookkeeping ]
as 'v)
history * run_bookkeeping
| `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of
'z history ]
as 'z)
history
| `Still_building of 'y history ]
as 'y)
history
| `Still_building of 't history
| `Still_running of 't history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 't history * run_bookkeeping
| `Tried_to_eval_condition of 't history
| `Tried_to_start of 't history * run_bookkeeping ]
as 't)
history
| `Tried_to_kill of 's history ]
as 's)
history
| `Failed_to_start of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'c1 history ]
as 'c1)
history
| `Still_building of 'b1 history ]
as 'b1)
history
| `Tried_to_start of 'a1 history * run_bookkeeping ]
as 'a1)
history * run_bookkeeping
| `Finished of
[> `Already_done of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'd1 history ]
as 'd1)
history
| `Dependencies_failed of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'f1 history ]
as 'f1)
history
| `Still_building of 'e1 history ]
as 'e1)
history * string list
| `Did_not_ensure_condition of
([> `Ran_successfully of
([> `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ]
history *
[> `Dependency of
string
| `User ]
| `Tried_to_eval_condition of
'k1 history ]
as 'k1)
history
| `Still_building of 'j1 history ]
as 'j1)
history
| `Tried_to_start of
'i1 history * run_bookkeeping ]
as 'i1)
history * run_bookkeeping
| `Still_running of
'h1 history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 'h1 history * run_bookkeeping ]
as 'h1)
history * run_bookkeeping
| `Successfully_did_nothing of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string
| `User ]
| `Tried_to_eval_condition of
'n1 history ]
as 'n1)
history
| `Still_building of 'm1 history ]
as 'm1)
history
| `Tried_to_start of
'l1 history * run_bookkeeping ]
as 'l1)
history
| `Tried_to_reeval_condition of
string * 'g1 history ]
as 'g1)
history
| `Failed_running of
([> `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string
| `User ]
| `Tried_to_eval_condition of
'r1 history ]
as 'r1)
history
| `Still_building of 'q1 history ]
as 'q1)
history
| `Tried_to_start of
'p1 history * run_bookkeeping ]
as 'p1)
history * run_bookkeeping
| `Still_running of 'o1 history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 'o1 history * run_bookkeeping ]
as 'o1)
history * [> `Long_running_failure of string ] *
run_bookkeeping
| `Failed_to_eval_condition of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 's1 history ]
as 's1)
history
| `Failed_to_kill of
([> `Killing of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of
'v1 history ]
as 'v1)
history
| `Passive of log
| `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ]
history *
[> `Dependency of
string
| `User ]
| `Tried_to_eval_condition of
'y1 history ]
as 'y1)
history
| `Still_building of 'x1 history ]
as 'x1)
history
| `Tried_to_start of
'w1 history * run_bookkeeping ]
as 'w1)
history * run_bookkeeping
| `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string
| `User ]
| `Tried_to_eval_condition of
'a2 history ]
as 'a2)
history
| `Still_building of 'z1 history ]
as 'z1)
history
| `Still_building of 'u1 history
| `Still_running of
'u1 history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 'u1 history * run_bookkeeping
| `Tried_to_eval_condition of 'u1 history
| `Tried_to_start of
'u1 history * run_bookkeeping ]
as 'u1)
history
| `Tried_to_kill of 't1 history ]
as 't1)
history
| `Failed_to_start of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of
'd2 history ]
as 'd2)
history
| `Still_building of 'c2 history ]
as 'c2)
history
| `Tried_to_start of 'b2 history * run_bookkeeping ]
as 'b2)
history * run_bookkeeping
| `Killed of
([> `Killing of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of
'g2 history ]
as 'g2)
history
| `Passive of log
| `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ]
history *
[> `Dependency of
string
| `User ]
| `Tried_to_eval_condition of
'j2 history ]
as 'j2)
history
| `Still_building of 'i2 history ]
as 'i2)
history
| `Tried_to_start of
'h2 history * run_bookkeeping ]
as 'h2)
history * run_bookkeeping
| `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string
| `User ]
| `Tried_to_eval_condition of
'l2 history ]
as 'l2)
history
| `Still_building of 'k2 history ]
as 'k2)
history
| `Still_building of 'f2 history
| `Still_running of
'f2 history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 'f2 history * run_bookkeeping
| `Tried_to_eval_condition of 'f2 history
| `Tried_to_start of
'f2 history * run_bookkeeping ]
as 'f2)
history
| `Tried_to_kill of 'e2 history ]
as 'e2)
history
| `Verified_success of
([> `Ran_successfully of
([> `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ]
history *
[> `Dependency of
string
| `User ]
| `Tried_to_eval_condition of
'q2 history ]
as 'q2)
history
| `Still_building of 'p2 history ]
as 'p2)
history
| `Tried_to_start of
'o2 history * run_bookkeeping ]
as 'o2)
history * run_bookkeeping
| `Still_running of
'n2 history * run_bookkeeping
| `Still_running_despite_recoverable_erroE: Failure("Command ''/Users/rizo/.opam/4.02.1/bin/ocamlbuild' src/pure/ketrew_pure.cma src/pure/ketrew_pure.cmxa src/pure/ketrew_pure.a src/pure/ketrew_pure.cmxs src/lib/ketrew.cma src/lib/ketrew.cmxa src/lib/ketrew.a src/lib/ketrew.cmxs src/app/main.native -tag debug' terminated with error code 10")
r of
string * 'n2 history * run_bookkeeping ]
as 'n2)
history * run_bookkeeping
| `Successfully_did_nothing of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string
| `User ]
| `Tried_to_eval_condition of
't2 history ]
as 't2)
history
| `Still_building of 's2 history ]
as 's2)
history
| `Tried_to_start of
'r2 history * run_bookkeeping ]
as 'r2)
history
| `Tried_to_reeval_condition of
string * 'm2 history ]
as 'm2)
history ]
history
| `Killed of
([> `Killing of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'w2 history ]
as 'w2)
history
| `Passive of log
| `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string
| `User ]
| `Tried_to_eval_condition of
'z2 history ]
as 'z2)
history
| `Still_building of 'y2 history ]
as 'y2)
history
| `Tried_to_start of
'x2 history * run_bookkeeping ]
as 'x2)
history * run_bookkeeping
| `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of
'b3 history ]
as 'b3)
history
| `Still_building of 'a3 history ]
as 'a3)
history
| `Still_building of 'v2 history
| `Still_running of 'v2 history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 'v2 history * run_bookkeeping
| `Tried_to_eval_condition of 'v2 history
| `Tried_to_start of 'v2 history * run_bookkeeping ]
as 'v2)
history
| `Tried_to_kill of 'u2 history ]
as 'u2)
history
| `Killing of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'd3 history ]
as 'd3)
history
| `Passive of log
| `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of
'g3 history ]
as 'g3)
history
| `Still_building of 'f3 history ]
as 'f3)
history
| `Tried_to_start of 'e3 history * run_bookkeeping ]
as 'e3)
history * run_bookkeeping
| `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'i3 history ]
as 'i3)
history
| `Still_building of 'h3 history ]
as 'h3)
history
| `Still_building of 'c3 history
| `Still_running of 'c3 history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 'c3 history * run_bookkeeping
| `Tried_to_eval_condition of 'c3 history
| `Tried_to_start of 'c3 history * run_bookkeeping ]
as 'c3)
history
| `Passive of log
| `Ran_successfully of
([> `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of
'm3 history ]
as 'm3)
history
| `Still_building of 'l3 history ]
as 'l3)
history
| `Tried_to_start of 'k3 history * run_bookkeeping ]
as 'k3)
history * run_bookkeeping
| `Still_running of 'j3 history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 'j3 history * run_bookkeeping ]
as 'j3)
history * run_bookkeeping
| `Started_running of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'p3 history ]
as 'p3)
history
| `Still_building of 'o3 history ]
as 'o3)
history
| `Tried_to_start of 'n3 history * run_bookkeeping ]
as 'n3)
history * run_bookkeeping
| `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'r3 history ]
as 'r3)
history
| `Still_building of 'q3 history ]
as 'q3)
history
| `Still_building of 'a history
| `Still_running of 'a history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * 'a history * run_bookkeeping
| `Successfully_did_nothing of
([> `Starting of
([> `Building of
([> `Active of
[> `Passive of log ] history *
[> `Dependency of string | `User ]
| `Tried_to_eval_condition of 'u3 history ]
as 'u3)
history
| `Still_building of 't3 history ]
as 't3)
history
| `Tried_to_start of 's3 history * run_bookkeeping ]
as 's3)
history
| `Tried_to_eval_condition of 'a history
| `Tried_to_kill of 'a history
| `Tried_to_reeval_condition of string * 'a history
| `Tried_to_start of 'a history * run_bookkeeping
| `Verified_success of successful_run history ]
as 'a ]
but an expression was expected of type
(t, 'v3) Ketrew_pervasives.Result.t = [ `Error of 'v3 | `Ok of t ]
Type 'a is not compatible with type
t =
[ `Active of passive history * [ `Dependency of id | `User ]
| `Already_done of evaluating_condition history
| `Building of evaluating_condition history
| `Dependencies_failed of building history * id list
| `Did_not_ensure_condition of successful_run history
| `Failed_running of
running history * process_failure_reason * run_bookkeeping
| `Failed_to_eval_condition of evaluating_condition history
| `Failed_to_kill of killing history
| `Failed_to_start of starting history * run_bookkeeping
| `Finished of finishing_state history
| `Killed of killing history
| `Killing of killable_state history
| `Passive of log
| `Ran_successfully of running history * run_bookkeeping
| `Started_running of starting history * run_bookkeeping
| `Starting of building history
| `Still_building of building history
| `Still_running of running history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * running history * run_bookkeeping
| `Successfully_did_nothing of starting history
| `Tried_to_eval_condition of evaluating_condition history
| `Tried_to_kill of killing history
| `Tried_to_reeval_condition of string * successful_run history
| `Tried_to_start of starting history * run_bookkeeping
| `Verified_success of successful_run history ]
Type
t =
[ `Active of passive history * [ `Dependency of id | `User ]
| `Already_done of evaluating_condition history
| `Building of evaluating_condition history
| `Dependencies_failed of building history * id list
| `Did_not_ensure_condition of successful_run history
| `Failed_running of
running history * process_failure_reason * run_bookkeeping
| `Failed_to_eval_condition of evaluating_condition history
| `Failed_to_kill of killing history
| `Failed_to_start of starting history * run_bookkeeping
| `Finished of finishing_state history
| `Killed of killing history
| `Killing of killable_state history
| `Passive of log
| `Ran_successfully of running history * run_bookkeeping
| `Started_running of starting history * run_bookkeeping
| `Starting of building history
| `Still_building of building history
| `Still_running of running history * run_bookkeeping
| `Still_running_despite_recoverable_error of
string * running history * run_bookkeeping
| `Successfully_did_nothing of starting history
| `Tried_to_eval_condition of evaluating_condition history
| `Tried_to_kill of killing history
| `Tried_to_reeval_condition of string * successful_run history
| `Tried_to_start of starting history * run_bookkeeping
| `Verified_success of successful_run history ]
is not compatible with type
starting =
[ `Starting of building history
| `Tried_to_start of starting history * run_bookkeeping ]
The second variant type does not allow tag(s)
`Active, `Already_done, `Building, `Dependencies_failed,
`Did_not_ensure_condition, `Failed_running, `Failed_to_eval_condition,
`Failed_to_kill, `Failed_to_start, `Finished, `Killed, `Killing,
`Passive, `Ran_successfully, `Started_running, `Still_building,
`Still_running, `Still_running_despite_recoverable_error,
`Successfully_did_nothing, `Tried_to_eval_condition, `Tried_to_kill,
`Tried_to_reeval_condition, `Verified_success
Command exited with code 2.
[ERROR] The compilation of ketrew.master failed.
Removing ketrew.master.
ocamlfind remove ketrew
ocamlfind remove ketrew_pure
ocamlfind remove ketrew_data
rm -f /Users/rizo/.opam/4.02.1/bin/ketrew
ocamlfind: [WARNING] No such directory: /Users/rizo/.opam/4.02.1/lib/ketrew
ocamlfind: [WARNING] No such directory: /Users/rizo/.opam/4.02.1/lib/ketrew_pure
ocamlfind: [WARNING] No such directory: /Users/rizo/.opam/4.02.1/lib/ketrew_data
#=== ERROR while installing ketrew.master =====================================#
# opam-version 1.2.0
# os darwin
# command ocaml setup.ml -build
# path /Users/rizo/.opam/4.02.1/build/ketrew.master
# compiler 4.02.1
# exit-code 1
# env-file /Users/rizo/.opam/4.02.1/build/ketrew.master/ketrew-9814-05296d.env
# stdout-file /Users/rizo/.opam/4.02.1/build/ketrew.master/ketrew-9814-05296d.out
# stderr-file /Users/rizo/.opam/4.02.1/build/ketrew.master/ketrew-9814-05296d.err
### stdout ###
# ...[truncated]
# | `Tried_to_start of starting history * run_bookkeeping ]
# The second variant type does not allow tag(s)
# `Active, `Already_done, `Building, `Dependencies_failed,
# `Did_not_ensure_condition, `Failed_running, `Failed_to_eval_condition,
# `Failed_to_kill, `Failed_to_start, `Finished, `Killed, `Killing,
# `Passive, `Ran_successfully, `Started_running, `Still_building,
# `Still_running, `Still_running_despite_recoverable_error,
# `Successfully_did_nothing, `Tried_to_eval_condition, `Tried_to_kill,
# `Tried_to_reeval_condition, `Verified_success
# Command exited with code 2.
### stderr ###
# E: Failure("Command ''/Users/rizo/.opam/4.02.1/bin/ocamlbuild' src/pure/ketrew_pure.cma src/pure/ketrew_pure.cmxa src/pure/ketrew_pure.a src/pure/ketrew_pure.cmxs src/lib/ketrew.cma src/lib/ketrew.cmxa src/lib/ketrew.a src/lib/ketrew.cmxs src/app/main.native -tag debug' terminated with error code 10")
'opam install --verbose ketrew' failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment