# 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: "llamp@seas.upenn.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"] {pinned} ["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.13~"} "coq-ext-lib" "coq-mathcomp-ssreflect" "coq-simple-io" "ocamlfind" "ocamlbuild" {with-test} "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/v1.6.5.tar.gz" checksum: [ "sha512=ba8fe7f043ac8f8738ce2c26c0f8f973c3a3075401bbc74830a1c283a845a33817efa8c71272a0f5db1a6c0f9a7c78bdadbc4d18bcfa8c78572c281d93807677" ] }
true
Dry install with the current Coq version:
opam install -y --show-action coq-quickchick.1.6.5 coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-quickchick.1.6.5 coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-quickchick.1.6.5 coq.dev
# 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 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 1.6.5 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-quickchick.1.6.5: http] [coq-quickchick.1.6.5] downloaded from https://github.com/QuickChick/QuickChick/archive/v1.6.5.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.1.6.5) 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.1.6.5) - Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune - 3.8 and will be removed in an upcoming Dune version. - File "plugin/dune", line 11, characters 0-90: - 11 | (rule - 12 | (targets driver.ml) - 13 | (deps (:pp-file driver.mlg)) - 14 | (action (run coqpp %{pp-file}))) - (cd _build/default/plugin && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqpp driver.mlg) - Error: DECLARE PLUGIN required before VERNAC EXTEND - File "plugin/dune", line 16, characters 0-98: - 16 | (rule - 17 | (targets quickChick.ml) - 18 | (deps (:pp-file quickChick.mlg)) - 19 | (action (run coqpp %{pp-file}))) - (cd _build/default/plugin && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqpp quickChick.mlg) - Error: DECLARE PLUGIN required before VERNAC EXTEND - File "plugin/dune", line 26, characters 0-96: - 26 | (rule - 27 | (targets weightmap.ml) - 28 | (deps (:pp-file weightmap.mlg)) - 29 | (action (run coqpp %{pp-file}))) - (cd _build/default/plugin && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqpp weightmap.mlg) - Error: DECLARE PLUGIN required before VERNAC EXTEND - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/ocamlc.opt -w -40 -rectypes -warn-error -3 -w -8-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 41, characters 30-60: - 41 | 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-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 41, characters 30-60: - 41 | 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/ocamlc.opt -w -40 -rectypes -warn-error -3 -w -8-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__UnifyQC.cmo -c -impl plugin/unifyQC.ml) - File "plugin/unifyQC.ml", line 406, characters 14-26: - 406 | ~category:"quickchick" - ^^^^^^^^^^^^ - Error: This expression has type str [...] truncated ing,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 292, 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.1.6.5 ===============================# # 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.1.6.5 # 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-32572-2dea01.env # output-file ~/.opam/log/coq-quickchick-32572-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 292, 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 1.6.5 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-quickchick.1.6.5 coq.dev' failed. The middle of the output is truncated (maximum 20000 characters)
No files were installed.
true