(2020-04-14 10:21:03 UTC)
# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.0 Official release 4.10.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "raphael.cauderlier@nomadic-labs.com"
authors: [ "Raphaël Cauderlier" "Bruno Bernardo" "Julien Tesson" "Arvid Jakobsson" ]
homepage: "https://gitlab.com/nomadic-labs/mi-cho-coq/"
dev-repo: "git+https://gitlab.com/nomadic-labs/mi-cho-coq/"
bug-reports: "https://gitlab.com/nomadic-labs/mi-cho-coq/issues"
license: "MIT"
build: [
["./configure"]
[make "-j%{jobs}%"]
]
install: [
make "install"
]
depends: [
"ocamlbuild" {build}
"coq-menhirlib" {>= "20190626"}
"coq-ott" {>= "0.29"}
"coq" {>= "8.8"}
"menhir" {build}
"zarith"
"ocaml" {>= "4.07.1"}
"ott" {build & >= "0.29"}
]
synopsis: "A specification of Michelson in Coq to prove properties about smart contracts in Tezos"
description: """
Michelson is a language for writing smart contracts on the Tezos blockchain.
This package provides a Coq encoding of the syntax and semantics of Michelson,
automatically generated by the Ott tool. Also included is a framework called Mi-Cho-Coq
for reasoning about Michelson programs in Coq using a weakest precondition calculus."""
tags: [
"category:Programming Languages/Formal Definitions and Theory"
"keyword:cryptocurrency"
"keyword:michelson"
"keyword:semantics"
"keyword:smart-contract"
"keyword:tezos"
"logpath:Michocoq"
"logpath:Michocott"
]
url {
src: "git+https://gitlab.com/nomadic-labs/mi-cho-coq.git#master"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-mi-cho-coq.dev coq.devDry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-mi-cho-coq.dev coq.dev# Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.0 Official release 4.10.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
The following actions will be performed:
- install ott 0.30
- install coq-ott dev
- install dune 2.5.0
- install conf-gmp 1
- install conf-perl 1
- install ocamlbuild 0.14.0
- install coq-menhirlib 20200211
- install menhirSdk 20200211
- install menhirLib 20200211
- install zarith 1.9.1
- install menhir 20200211
===== 11 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-menhirlib.20200211] downloaded from https://gitlab.inria.fr/fpottier/menhir/repository/20200211/archive.tar.gz
[menhir.20200211] found in cache
[menhirLib.20200211] found in cache
[menhirSdk.20200211] found in cache
[dune.2.5.0] downloaded from cache at https://opam.ocaml.org/cache
[ocamlbuild.0.14.0] downloaded from cache at https://opam.ocaml.org/cache
[zarith.1.9.1] downloaded from cache at https://opam.ocaml.org/cache
[ott.0.30] downloaded from cache at https://opam.ocaml.org/cache
[coq-ott.dev] synchronised from git+https://github.com/ott-lang/ott.git#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of coq-ott failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4 -C coq".
-> installed conf-gmp.1
-> installed conf-perl.1
-> installed ocamlbuild.0.14.0
-> installed zarith.1.9.1
-> installed coq-menhirlib.20200211
-> installed dune.2.5.0
-> installed ott.0.30
-> installed menhirSdk.20200211
-> installed menhirLib.20200211
-> installed menhir.20200211
#=== ERROR while compiling coq-ott.dev ========================================#
# context 2.0.6 | linux/x86_64 | ocaml-base-compiler.4.10.0 | file:///home/bench/run/opam-coq-archive/extra-dev
# path ~/.opam/ocaml-base-compiler.4.10.0/.opam-switch/build/coq-ott.dev
# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -C coq
# exit-code 2
# env-file ~/.opam/log/coq-ott-15621-320155.env
# output-file ~/.opam/log/coq-ott-15621-320155.out
### output ###
# [...]
# COQC ott_list_repeat.v
# COQC ott_list_predicate.v
# COQC ott_list_distinct.v
# File "./ott_list_predicate.v", line 63, characters 0-4:
# Error: (in proof In_Forall_list): Attempt to save an incomplete proof
#
# make[2]: *** [Makefile.coq:700: ott_list_predicate.vo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [Makefile.coq:335: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.10.0/.opam-switch/build/coq-ott.dev/coq'
# make: *** [Makefile:2: default] Error 2
# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.10.0/.opam-switch/build/coq-ott.dev/coq'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-ott dev
+-
+- The following changes have been performed
| - install conf-gmp 1
| - install conf-perl 1
| - install coq-menhirlib 20200211
| - install dune 2.5.0
| - install menhir 20200211
| - install menhirLib 20200211
| - install menhirSdk 20200211
| - install ocamlbuild 0.14.0
| - install ott 0.30
| - install zarith 1.9.1
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
opam switch import "/home/bench/.opam/ocaml-base-compiler.4.10.0/.opam-switch/backup/state-20200414085512.export"
trueNo files were installed.
true