ocamllabs/ocaml-scry

Name: ocaml-scry

Owner: OCaml Labs

Description: Foretell the future using a crystal ball

Created: 2015-04-17 12:59:27.0

Updated: 2017-11-16 12:00:50.0

Pushed: 2017-11-09 16:56:18.0

Homepage: null

Size: 99

Language: OCaml

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Scry

A small tool to analyze the logs of a failed opam build and to give the hint about the cause at the best effort.

To Build:
 pin add scry https://github.com/ocamllabs/ocaml-scry.git
To Use:

We provide some scripts to crawl build logs from opam.ocaml.org/builds and do some automatic tests. Once you succeed in running the script tests/run_test, you will find some logs and analysis results under folder tests/bulk_tests as the file local-<os>-ocaml-<version>-<pkg>.test is the raw build log, and the result is in the file with the same name but ends with .result.

If you want to try it on your own build log, use the executable scry which is installed by the opam package:

 path/to/build_logs

If provided multiple paths, the tool will just concatenate them and analyze it as one single build log.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.