# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap 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.13.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 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" synopsis: "Extensions to coq-itree" maintainer: ["Li-yao Xia <lysxia@gmail.com>"] authors: [ "Lucas Silver" "Irene Yoon" "Paul He" "Yannick Zakowski" "Steve Zdancewic" ] license: "MIT" homepage: "https://github.com/DeepSpec/InteractionTrees" bug-reports: "https://github.com/DeepSpec/InteractionTrees/issues" dev-repo: "git+https://github.com/DeepSpec/InteractionTrees.git" build: [ [ "./fixup.sh" ] [ "dune" "subst"] {pinned} [ "dune" "build" "-p" name "-j" jobs "@install" ] ] depends: [ "dune" {>= "2.6"} "coq" "coq-ext-lib" "coq-paco" "coq-itree" {>= "5.0.0"} ] tags: [ "org:deepspec" "logpath: ITree.Extra" "date:2022-05-26" ] url { http: "https://github.com/DeepSpec/InteractionTrees/archive/5.0.0.tar.gz" checksum: "sha512=801a2e028d557c9054dc96d54452a7f187a732271e437164c6fc28bb10092bfa265bf8933c46bb252980f337a3bd8bdda721f5d847c582cbeb231f43cc422f8a" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-itree-extra.5.0.0 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; timeout 4h opam install -y --deps-only coq-itree-extra.5.0.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-itree-extra.5.0.0 coq.dev
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap 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-itree dev A Library for Representing Recursive and Impure Programs in Coq coq-paco dev Coq library implementing parameterized coinduction coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 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-itree-extra 5.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-itree-extra.5.0.0: http] Processing 1/3: -> retrieved coq-itree-extra.5.0.0 (https://github.com/DeepSpec/InteractionTrees/archive/5.0.0.tar.gz) Processing 2/3: [coq-itree-extra: ./fixup.sh] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./fixup.sh" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-itree-extra.5.0.0) Processing 2/3: [coq-itree-extra: dune build] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-itree-extra" "-j" "4" "@install" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-itree-extra.5.0.0) - Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune - 3.8 and will be removed in an upcoming Dune version. - Hint: To disable this warning, add the following to your dune-project file: - (warnings (deprecated_coq_lang_lt_08 disabled)) - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/Dijkstra/ITreeDijkstra.v) - File "./extra/Dijkstra/ITreeDijkstra.v", line 253, characters 50-60: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/Dijkstra/ITreeDijkstra.v", line 263, characters 37-60: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/Dijkstra/ITreeDijkstra.v", line 545, characters 6-51: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITraceFacts.v) - File "./extra/ITrace/ITraceFacts.v", line 417, characters 6-29: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/ITrace/ITraceFacts.v", line 695, characters 61-71: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITracePrefix.v) - File "./extra/ITrace/ITracePrefix.v", line 246, characters 61-71: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITraceBind.v) - File "./extra/ITrace/ITraceBind.v", line 278, characters 12-57: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/ITrace/ITraceBind.v", line 292, characters 35-80: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/ITrace/ITraceBind.v", line 523, characters 10-55: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/ITrace/ITraceBind.v", line 525, characters 10-55: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/ITrace/ITraceBind.v", line 537, characters 21-56: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/ITrace/ITraceBind.v", line 538, characters 29-64: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/ITrace/ITraceBind.v", line 576, characters 36-71: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/ITrace/ITraceBind.v", line 578, characters 38-73: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/ITrace/ITraceBind.v", line 660, characters 27-72: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - File "./extra/ITrace/ITraceBind.v", line 670, characters 27-72: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. - This will be replaced by just "auto" in the future. - [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/Dijkstra/StateIOTrace.v) - File "./extra/Dijkstra/StateIOTrace.v", line 44, characters 55-71: - Error: The variable string_dec_sound was not found in the current - environment. - [ERROR] The compilation of coq-itree-extra.5.0.0 failed at "dune build -p coq-itree-extra -j 4 @install". #=== ERROR while compiling coq-itree-extra.5.0.0 ==============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-itree-extra.5.0.0 # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-itree-extra -j 4 @install # exit-code 1 # env-file ~/.opam/log/coq-itree-extra-24448-3821fb.env # output-file ~/.opam/log/coq-itree-extra-24448-3821fb.out ### output ### # [...] # This will be replaced by just "auto" in the future. # [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] # File "./extra/ITrace/ITraceBind.v", line 670, characters 27-72: # Warning: # "auto with *" was used through the default "intuition_solver" tactic. # This will be replaced by just "auto" in the future. # [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] # (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/[...] # File "./extra/Dijkstra/StateIOTrace.v", line 44, characters 55-71: # Error: The variable string_dec_sound was not found in the current # environment. # <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-itree-extra 5.0.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-itree-extra.5.0.0 coq.dev' failed.
No files were installed.
true