ยซ Up

quickchick dev Error ๐Ÿ”ฅ

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   dev         The Coq Proof Assistant
coq-core              dev         The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            dev         The Coq Proof Assistant -- Standard Library
coqide-server         dev         The Coq Proof Assistant, XML protocol server
dune                  3.12.1      Fast, portable, and opinionated build system
ocaml                 4.14.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.14.0      Official release 4.14.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
version: "dev"
maintainer: "llamp@seas.upenn.edu"
homepage: "https://github.com/QuickChick/QuickChick"
dev-repo: "git+https://github.com/QuickChick/QuickChick.git"
bug-reports: "https://github.com/QuickChick/QuickChick/issues"
license: "MIT"
build: [ make "-j" jobs ]
install: [
  [make "-j" jobs "install" ]
  [make "-j" jobs "tests"] {with-test}
]
depends: [
  "ocaml" {>= "4.07"}
  "coq" {>= "8.11"}
  "coq-ext-lib"
  "coq-mathcomp-ssreflect"
  "coq-simple-io"
  "ocamlbuild"
  "ocamlfind"
]
authors: [
  "Leonidas Lampropoulos <>"
  "Zoe Paraskevopoulou <>"
  "Maxime Denes <>"
  "Catalin Hritcu <>"
  "Benjamin Pierce <>"
  "Arthur Azevedo de Amorim <>"
  "Antal Spector-Zabusky <>"
  "Li-Yao Xia <>"
  "Yishuai Li <>"
]
synopsis: "QuickChick is a random property-based testing library for Coq."
tags: [
  "keyword:extraction"
  "category:Miscellaneous/Coq Extensions"
  "logpath:QuickChick"
]
url {
  src: "git+https://github.com/QuickChick/QuickChick#master"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-quickchick.dev coq.dev
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-quickchick.dev coq.dev
Return code
0
Duration
2 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-quickchick.dev coq.dev
Return code
7936
Duration
1 m 0 s
Output
# Packages matching: installed
# Name                 # Installed # Synopsis
base-bigarray          base
base-threads           base
base-unix              base
conf-gmp               4           Virtual package relying on a GMP lib system installation
coq                    dev         The Coq Proof Assistant
coq-core               dev         The Coq Proof Assistant -- Core Binaries and Tools
coq-ext-lib            dev         a library of Coq definitions, theorems, and tactics
coq-mathcomp-ssreflect 1.dev       Small Scale Reflection
coq-simple-io          dev         IO monad for Coq
coq-stdlib             dev         The Coq Proof Assistant -- Standard Library
coqide-server          dev         The Coq Proof Assistant, XML protocol server
cppo                   1.6.9       Code preprocessor like cpp for OCaml
dune                   3.12.1      Fast, portable, and opinionated build system
ocaml                  4.14.0      The OCaml compiler (virtual package)
ocaml-base-compiler    4.14.0      Official release 4.14.0
ocaml-config           2           OCaml Switch Configuration
ocaml-options-vanilla  1           Ensure that OCaml is compiled with no special options enabled
ocamlbuild             0.14.3      OCamlbuild is a build system with builtin rules to easily build most OCaml projects
ocamlfind              1.9.6       A library manager for OCaml
zarith                 1.13        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is dev).
The following actions will be performed:
  - install coq-quickchick dev
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-quickchick.dev] synchronised from git+https://github.com/QuickChick/QuickChick#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of coq-quickchick failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j 4".
#=== ERROR while compiling coq-quickchick.dev =================================#
# context              2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/extra-dev
# path                 ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-quickchick.dev
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j 4
# exit-code            2
# env-file             ~/.opam/log/coq-quickchick-1792-e4db2f.env
# output-file          ~/.opam/log/coq-quickchick-1792-e4db2f.out
### output ###
# [...]
# CAMLDEP plugin/driver.ml
# CAMLDEP plugin/quickChick.ml
# COQDEP VFILES
# *** Error: plugin/tactic_quickchick.mli: No such file or directory
# COQDEP VFILES
# *** Error: plugin/tactic_quickchick.mli: No such file or directory
# COQDEP VFILES
# *** Error: plugin/tactic_quickchick.mli: No such file or directory
# make[2]: *** No rule to make target '.Makefile.coq.d', needed by 'src/Tactics.vo'.  Stop.
# make[1]: *** [Makefile.coq:417: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-quickchick.dev'
# make: *** [Makefile:26: plugin] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-quickchick dev
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none