Skip to content

Instantly share code, notes, and snippets.

/build.log Secret

Created March 4, 2018 15:04
Show Gist options
  • Save anonymous/12b83108bfa8e0e633d42b0ea418b7ff to your computer and use it in GitHub Desktop.
Save anonymous/12b83108bfa8e0e633d42b0ea418b7ff to your computer and use it in GitHub Desktop.
Doing sanity checks
include directories are: [ "." ]
==> freq.byte
====> freq.cmo
======> freq.mli
========> freq.mly
======> freq.mlpack
======> freq.mli
========> freq.mly
freq.mly already failed
======> freq.ml
freq.ml exists and up to date
======> freq.ml.depends
========> freq.ml
freq.ml already built
start rule ocaml dependencies ml (%=freq )
dyndeps: {. .}
mid rule ocaml dependencies ml (%=freq ): cache hit
[cache hit] ocamlfind ocamldep -package core -ppx 'ppx-jane -as-ppx' -modules freq.ml > freq.ml.depends
end rule ocaml dependencies ml (%=freq )
start rule ocaml: ml -> cmo & cmi (%=freq )
======> core.cmi
========> core.mli
==========> core.mly
========> core.mlpack
========> core.ml
==========> core.mll
==========> core.mly
core.mly already failed
======> Core.cmi
========> Core.mli
==========> Core.mly
========> Core.mlpack
========> Core.ml
==========> Core.mll
==========> Core.mly
Core.mly already failed
======> in_channel.cmi
========> in_channel.mli
==========> in_channel.mly
========> in_channel.mlpack
========> in_channel.ml
==========> in_channel.mll
==========> in_channel.mly
in_channel.mly already failed
======> In_channel.cmi
========> In_channel.mli
==========> In_channel.mly
========> In_channel.mlpack
========> In_channel.ml
==========> In_channel.mll
==========> In_channel.mly
In_channel.mly already failed
======> int.cmi
========> int.mli
==========> int.mly
========> int.mlpack
========> int.ml
==========> int.mll
==========> int.mly
int.mly already failed
======> Int.cmi
========> Int.mli
==========> Int.mly
========> Int.mlpack
========> Int.ml
==========> Int.mll
==========> Int.mly
Int.mly already failed
======> list.cmi
========> list.mli
==========> list.mly
========> list.mlpack
========> list.ml
==========> list.mll
==========> list.mly
list.mly already failed
======> List.cmi
========> List.mli
==========> List.mly
========> List.mlpack
========> List.ml
==========> List.mll
==========> List.mly
List.mly already failed
Warning: Failed to build the module Core requested by ocamldep.
Warning: Failed to build the module In_channel requested by ocamldep.
Warning: Failed to build the module Int requested by ocamldep.
dyndeps: {. .}
mid rule ocaml: ml -> cmo & cmi (%=freq ): cache hit
[cache hit] ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package core -ppx 'ppx-jane -as-ppx' -o freq.cmo freq.ml
end rule ocaml: ml -> cmo & cmi (%=freq )
start rule ocaml: cmo* -> byte (%=freq )
====> core.cmo
======> core.mli
========> core.mly
core.mly already failed
======> core.mlpack
core.mlpack already failed
======> core.mli
========> core.mly
core.mly already failed
======> core.ml
core.ml already failed
====> Core.cmo
======> Core.mli
========> Core.mly
Core.mly already failed
======> Core.mlpack
Core.mlpack already failed
======> Core.mli
========> Core.mly
Core.mly already failed
======> Core.ml
Core.ml already failed
====> core.cmi
core.cmi already failed
====> Core.cmi
Core.cmi already failed
====> in_channel.cmo
======> in_channel.mli
========> in_channel.mly
in_channel.mly already failed
======> in_channel.mlpack
in_channel.mlpack already failed
======> in_channel.mli
========> in_channel.mly
in_channel.mly already failed
======> in_channel.ml
in_channel.ml already failed
====> In_channel.cmo
======> In_channel.mli
========> In_channel.mly
In_channel.mly already failed
======> In_channel.mlpack
In_channel.mlpack already failed
======> In_channel.mli
========> In_channel.mly
In_channel.mly already failed
======> In_channel.ml
In_channel.ml already failed
====> in_channel.cmi
in_channel.cmi already failed
====> In_channel.cmi
In_channel.cmi already failed
====> int.cmo
======> int.mli
========> int.mly
int.mly already failed
======> int.mlpack
int.mlpack already failed
======> int.mli
========> int.mly
int.mly already failed
======> int.ml
int.ml already failed
====> Int.cmo
======> Int.mli
========> Int.mly
Int.mly already failed
======> Int.mlpack
Int.mlpack already failed
======> Int.mli
========> Int.mly
Int.mly already failed
======> Int.ml
Int.ml already failed
====> int.cmi
int.cmi already failed
====> Int.cmi
Int.cmi already failed
====> list.cmo
======> list.mli
========> list.mly
list.mly already failed
======> list.mlpack
list.mlpack already failed
======> list.mli
========> list.mly
list.mly already failed
======> list.ml
list.ml already failed
====> List.cmo
======> List.mli
========> List.mly
List.mly already failed
======> List.mlpack
List.mlpack already failed
======> List.mli
========> List.mly
List.mly already failed
======> List.ml
List.ml already failed
====> list.cmi
list.cmi already failed
====> List.cmi
List.cmi already failed
prepare_libs: "freq.byte" -> [ ]
caml_transitive_closure ~caml_obj_ext:"cmo" ~pack_mode:false
~used_libraries:[ ] [ "freq.cmo" ]
packages: {. .}
dependency_map: {::}
used_files: {. freq.cmo .}
open_packages: [ ]
lib_index: {::}
dependencies: {::}
caml_transitive_closure: [ "freq.cmo" ] -> [ "freq.cmo" ]
link: [ "freq.cmo" ] -o freq.byte
dyndeps: {. .}
mid rule ocaml: cmo* -> byte (%=freq ): cache miss: a product is not in build dir (freq.byte)
ocamlfind ocamlc -linkpkg -g -thread -package core freq.cmo -o freq.byte
+ ocamlfind ocamlc -linkpkg -g -thread -package core freq.cmo -o freq.byte
File "_none_", line 1:
Error: Required module `Core_kernel__' is unavailable
Command exited with code 2.
Hint: Recursive traversal of subdirectories was not enabled for this build,
as the working directory does not look like an ocamlbuild project (no
'_tags' or 'myocamlbuild.ml' file). If you have modules in subdirectories,
you should add the option "-r" or create an empty '_tags' file.
To enable recursive traversal for some subdirectories only, you can use the
following '_tags' file:
true: -traverse
<dir1> or <dir2>: traverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment