ยซ Up

quickchick 2.0.1 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"
maintainer: "leonidas@umd.edu"
synopsis: "Randomized Property-Based Testing Plugin for Coq"
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 "compat"]
  ["dune" "subst"] {dev}
  ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
]
depends: [
  "dune" {>= "2.8"}
  "ocaml" {>= "4.07"}
  "menhir" {build}
  "cppo" {build & >= "1.6.8"}
  "coq" {>= "8.15~"}
  "coq-ext-lib"
  "coq-mathcomp-ssreflect"
  "coq-simple-io"
  "ocamlfind"
  "ocamlbuild" 
  "odoc" {with-doc}
]
authors: [
  "Leonidas Lampropoulos <>"
  "Zoe Paraskevopoulou <>"
  "Maxime Denes <>"
  "Catalin Hritcu <>"
  "Benjamin Pierce <>"
  "Li-yao Xia <>"
  "Arthur Azevedo de Amorim <>"
  "Yishuai Li <>"
  "Antal Spector-Zabusky <>"
]
tags: [
  "keyword:extraction"
  "category:Miscellaneous/Coq Extensions"
  "logpath:QuickChick"
]
url {
  src: "https://github.com/QuickChick/QuickChick/archive/v2.0.1.tar.gz"
  checksum: [
    "sha512=d28f458086476ffadde56dfdabd88836840db4504abedb504ef816ac7ebd19bf5613df9bd4aaf14cb6e31778e53a441f58843ece40709e373432bfbb87764486"
  ]
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-quickchick.2.0.1 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.2.0.1 coq.dev
Return code
0
Duration
4 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-quickchick.2.0.1 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
menhir                 dev         An LR(1) parser generator
menhirLib              dev         Runtime support library for parsers generated by Menhir
menhirSdk              dev         Compile-time library for auxiliary tools related to Menhir
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 2.0.1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-quickchick.2.0.1: http]
[coq-quickchick.2.0.1] downloaded from https://github.com/QuickChick/QuickChick/archive/v2.0.1.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-quickchick: make compat]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "compat" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-quickchick.2.0.1)
Processing  1/2: [coq-quickchick: dune build]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-quickchick" "-j" "4" "@install" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-quickchick.2.0.1)
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/ocamlc.opt -w -40 -rectypes -warn-error -3 -w -8-9-27+40 -g -bin-annot -I plugin/.quickchick_plugin.objs/byte -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/zarith -intf-suffix .ml -no-alias-deps -open Quickchick_plugin -o plugin/.quickchick_plugin.objs/byte/quickchick_plugin__GenericLib.cmo -c -impl plugin/genericLib.ml)
- File "plugin/genericLib.ml", line 36, characters 30-60:
- 36 | let hole = CAst.make @@ CHole (None, Namegen.IntroAnonymous)
-                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Error: This expression has type 'a * 'b
-        but an expression was expected of type
-          Evar_kinds.glob_evar_kind option
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/ocamlopt.opt -w -40 -rectypes -warn-error -3 -w -8-9-27+40 -g -I plugin/.quickchick_plugin.objs/byte -I plugin/.quickchick_plugin.objs/native -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/zarith -intf-suffix .ml -no-alias-deps -open Quickchick_plugin -o plugin/.quickchick_plugin.objs/native/quickchick_plugin__GenericLib.cmx -c -impl plugin/genericLib.ml)
- File "plugin/genericLib.ml", line 36, characters 30-60:
- 36 | let hole = CAst.make @@ CHole (None, Namegen.IntroAnonymous)
-                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Error: This expression has type 'a * 'b
-        but an expression was expected of type
-          Evar_kinds.glob_evar_kind option
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/menhir quickChickTool/quickChickToolParser.mly --base quickChickTool/quickChickToolParser --infer-read-reply quickChickTool/quickChickToolParser__mock.mli.inferred)
- Warning: one state has shift/reduce conflicts.
- Warning: one shift/reduce conflict was arbitrarily resolved.
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc -q -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/ocaml -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/zarith -I plugin -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/micromega -I /home/b
[...] truncated
rsing,default]
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc -q -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/ocaml -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/zarith -I plugin -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/theories Coq -R src QuickChick src/SemChecker.v)
- File "./src/SemChecker.v", line 5, characters 0-51:
- Warning: Overwriting previous delimiting key nat in scope nat_scope
- [overwriting-delimiting-key,parsing,default]
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc -q -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/ocaml -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/zarith -I plugin -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/theories Coq -R src QuickChick src/Test.v)
- File "./src/Test.v", line 327, characters 0-22:
- Warning: Overwriting previous delimiting key num in scope N_scope
- [overwriting-delimiting-key,parsing,default]
[ERROR] The compilation of coq-quickchick failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-quickchick -j 4 @install".
#=== ERROR while compiling coq-quickchick.2.0.1 ===============================#
# context              2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-quickchick.2.0.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-quickchick -j 4 @install
# exit-code            1
# env-file             ~/.opam/log/coq-quickchick-2164-2dea01.env
# output-file          ~/.opam/log/coq-quickchick-2164-2dea01.out
### output ###
# [...]
# [overwriting-delimiting-key,parsing,default]
# File "./src/Decidability.v", line 12, characters 0-69:
# Warning: Overwriting previous delimiting key nat in scope nat_scope
# [overwriting-delimiting-key,parsing,default]
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc -q -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/config -I /home/bench/.opam/oc[...]
# File "./src/SemChecker.v", line 5, characters 0-51:
# Warning: Overwriting previous delimiting key nat in scope nat_scope
# [overwriting-delimiting-key,parsing,default]
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc -q -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-core/config -I /home/bench/.opam/oc[...]
# File "./src/Test.v", line 327, characters 0-22:
# Warning: Overwriting previous delimiting key num in scope N_scope
# [overwriting-delimiting-key,parsing,default]
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-quickchick 2.0.1
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-quickchick.2.0.1 coq.dev' failed.
The middle of the output is truncated (maximum 20000 characters)

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none