# 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 8.18.0 The Coq Proof Assistant coq-core 8.18.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.18.0 The Coq Proof Assistant -- Standard Library coqide-server 8.18.0 The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 5.0.0 The OCaml compiler (virtual package) ocaml-base-compiler 5.0.0 Official release 5.0.0 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" maintainer: "The UniMath Development Team" homepage: "https://github.com/UniMath/UniMath" dev-repo: "git+https://github.com/UniMath/UniMath.git" bug-reports: "https://github.com/UniMath/UniMath/issues" license: "Kind of MIT" authors: ["The UniMath Development Team"] build: [make "BUILD_COQ=no" "-j%{jobs}%"] install: [make "BUILD_COQ=no" "install"] depends: [ "ocaml" "coq" {>= "8.12.2"} ] synopsis: "Library of Univalent Mathematics" url { src: "https://github.com/UniMath/UniMath/archive/refs/tags/v20220204.tar.gz" checksum: "sha512=aaa47633d5d5e0abcae4ec422f3664e0c84ebb5054150323c04c3def81f13fb32efddb012d393d709140915a6e58d602290e312c6d24950c0a7dc3aafcad8b76" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-unimath.20220204 coq.8.18.0
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-unimath.20220204 coq.8.18.0
opam list; echo; timeout 8h opam install -y -v coq-unimath.20220204 coq.8.18.0
# 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 8.18.0 The Coq Proof Assistant coq-core 8.18.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.18.0 The Coq Proof Assistant -- Standard Library coqide-server 8.18.0 The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 5.0.0 The OCaml compiler (virtual package) ocaml-base-compiler 5.0.0 Official release 5.0.0 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 8.18.0). The following actions will be performed: - install coq-unimath 20220204 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-unimath.20220204: http] Processing 1/3: -> retrieved coq-unimath.20220204 (https://github.com/UniMath/UniMath/archive/refs/tags/v20220204.tar.gz) Processing 2/3: [coq-unimath: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "BUILD_COQ=no" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-unimath.20220204) - --- making .coq_makefile_input - coq_makefile -f .coq_makefile_input -o .coq_makefile_output - mv .coq_makefile_output build/CoqMakefile.make - --- making UniMath/Foundations/All.v - --- making UniMath/MoreFoundations/All.v - --- making UniMath/Combinatorics/All.v - --- making UniMath/Algebra/All.v - --- making UniMath/NumberSystems/All.v - --- making UniMath/SyntheticHomotopyTheory/All.v - --- making UniMath/PAdics/All.v - --- making UniMath/CategoryTheory/All.v - --- making UniMath/Bicategories/All.v - --- making UniMath/Ktheory/All.v - --- making UniMath/Topology/All.v - --- making UniMath/RealNumbers/All.v - --- making UniMath/Tactics/All.v - --- making UniMath/SubstitutionSystems/All.v - --- making UniMath/Folds/All.v - --- making UniMath/HomologicalAlgebra/All.v - --- making UniMath/AlgebraicGeometry/All.v - --- making UniMath/Paradoxes/All.v - --- making UniMath/Induction/All.v - --- making UniMath/All.v - ulimit -v unlimited ; make -f build/CoqMakefile.make all - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-unimath.20220204' - COQDEP VFILES - COQC UniMath/Foundations/Init.v - COQC UniMath/Folds/aux_lemmas.v - COQC UniMath/Foundations/Preamble.v - COQC UniMath/Foundations/PartA.v - File "./UniMath/Foundations/PartA.v", line 350, characters 0-38: - Warning: Declaring arbitrary terms as hints is fragile; it is recommended to - declare a toplevel constant instead [fragile-hint-constr,automation,default] - File "./UniMath/Foundations/PartA.v", line 375, characters 0-37: - Warning: Declaring arbitrary terms as hints is fragile; it is recommended to - declare a toplevel constant instead [fragile-hint-constr,automation,default] - COQC UniMath/Foundations/PartB.v - COQC UniMath/MoreFoundations/WeakEquivalences.v - COQC UniMath/Foundations/UnivalenceAxiom.v - COQC UniMath/Combinatorics/DecSet.v - COQC UniMath/Foundations/PartC.v - COQC UniMath/Foundations/PartD.v - COQC UniMath/Combinatorics/Maybe.v - COQC UniMath/Foundations/UnivalenceAxiom2.v - COQC UniMath/Foundations/Propositions.v - COQC UniMath/Foundations/Sets.v - COQC UniMath/Foundations/HLevels.v - COQC UniMath/Folds/UnicodeNotations.v - COQC UniMath/Foundations/NaturalNumbers.v - COQC UniMath/Foundations/Tests.v - COQC UniMath/MoreFoundations/Bool.v - COQC UniMath/Algebra/BinaryOperations.v - COQC UniMath/Tactics/Utilities.v - COQC UniMath/Folds/folds_precat.v - COQC UniMath/Folds/folds_pre_2_cat.v - COQC UniMath/MoreFoundations/Test.v - COQC UniMath/Foundations/All.v - COQC UniMath/NumberSystems/NaturalNumbers_le_Inductive.v - COQC UniMath/MoreFoundations/Tactics.v - COQC UniMath/MoreFoundations/Notations.v - COQC UniMath/MoreFoundations/DoubleNegation.v - COQC UniMath/MoreFoundations/NegativePropositions.v - COQC UniMath/MoreFoundations/PartD.v - COQC UniMath/Algebra/Dcpo.v - COQC UniMath/Paradoxes/GirardsParadox.v - COQC UniMath/MoreFoundations/PartA.v - COQC UniMath/MoreFoundations/AlternativeProofs.v - COQC UniMath/MoreFoundations/Subposets.v - COQC UniMath/MoreFoundations/DecidablePropositions.v - COQC UniMath/MoreFoundations/NullHomotopies.v - COQC UniMath/MoreFoundations/Equivalences.v - COQC UniMath/MoreFoundations/StructureIdentity.v - COQC UniMath/Paradoxes/All.v - COQC UniMath/MoreFoundations/PathsOver.v - COQC UniMath/MoreFoundations/Nat.v - COQC UniMath/MoreFoundations/Propositions.v - COQC UniMath/MoreFoundations/Interval.v - COQC UniMath/MoreFoundations/QuotientSet.v - COQC UniMath/MoreFoundations/Univalence.v - COQC UniMath/Combinatorics/StandardFiniteSets.v - COQC UniMath/Combinatorics/Graph.v - COQC UniMath/Combinatorics/BoundedSearch.v - COQC UniMath/Combinatorics/MetricTree.v - COQC UniMath/Algebra/Apartness.v - COQC UniMath/SyntheticHomotopyTheory/Halfline.v - COQC UniMath/CategoryTheory/Core/Categories.v - COQC UniMath/MoreFoundations/Sets.v - COQC UniMath/MoreFoundations/MoreEquivalences.v - File "./UniMath/CategoryTheory/Core/Categories.v", line 40, characters 0-27: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/MoreFoundations/Subtypes.v - COQC UniMath/MoreFoundations/NoInjectivePairing.v - COQC UniMath/Combinatorics/WellFoundedRelations.v - COQC UniMath/Algebra/Monoids.v - COQC UniMath/CategoryTheory/Core/Isos.v - File "./UniMath/CategoryTheory/Core/Isos.v", line 21, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/Core/Setcategories.v - COQC UniMath/RealNumbers/Sets.v - File "./UniMath/CategoryTheory/Core/Setcategories.v", line 12, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Folds/from_precats_to_folds_and_back.v - COQC UniMath/MoreFoundations/AxiomOfChoice.v - File "./UniMath/Folds/from_precats_to_folds_and_back.v", line 23, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Combinatorics/Vectors.v - COQC UniMath/Combinatorics/FiniteSets.v - COQC UniMath/CategoryTheory/Core/Univalence.v - COQC UniMath/CategoryTheory/Core/TransportMorphisms.v - COQC UniMath/CategoryTheory/Core/EssentiallyAlgebraic.v - File "./UniMath/CategoryTheory/Core/Univalence.v", line 18, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Tactics/Monoids_Tactics.v - File "./UniMath/CategoryTheory/Core/TransportMorphisms.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Folds/folds_isomorphism.v - File "./UniMath/CategoryTheory/Core/EssentiallyAlgebraic.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/MoreFoundations/All.v - File "./UniMath/Folds/folds_isomorphism.v", line 32, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Combinatorics/VectorsTests.v - COQC UniMath/Combinatorics/Lists.v - COQC UniMath/Combinatorics/OrderedSets.v - = f p (f q (f r b)) - : B - = f p (f q (f r t)) - : A - = a,, b,, c,, d,, e,, tt - : vec A (3 + 2) - COQC UniMath/Algebra/Groups.v - COQC UniMath/Algebra/Universal/HVectors.v - COQC UniMath/CategoryTheory/Core/TwoCategories.v - File "./UniMath/Combinatorics/OrderedSets.v", line 309, characters 0-62: - Warning: - New coercion path [underlyingFiniteSet; FiniteSet_to_hSet] : FiniteOrderedSet >-> hSet is ambiguous with existing - [underlyingOrderedSet; underlyingPoset; carrierofposet] : FiniteOrderedSet >-> hSet. - [ambiguous-paths,coercions,default] - COQC UniMath/CategoryTheory/Core/Functors.v - File "./UniMath/CategoryTheory/Core/TwoCategories.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/categories/setwith2binops.v - File "./UniMath/CategoryTheory/Core/Functors.v", line 31, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/CategoryTheory/categories/setwith2binops.v", line 14, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/categories/abmonoids.v - File "./UniMath/CategoryTheory/categories/abmonoids.v", line 15, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/categories/preorder_categories.v - File "./UniMath/CategoryTheory/categories/preorder_categories.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Folds/All.v - COQC UniMath/Combinatorics/GraphPaths.v - COQC UniMath/Combinatoric [...] truncated - File "./UniMath/Bicategories/WkCatEnrichment/bicategory.v", line 2, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/SubstitutionSystems/MonadsMultiSorted_alt.v - File "./UniMath/SubstitutionSystems/MonadsMultiSorted_alt.v", line 16, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/HomologicalAlgebra/Triangulated.v - File "./UniMath/HomologicalAlgebra/Triangulated.v", line 26, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Induction/All.v - COQC UniMath/CategoryTheory/elems_slice_equiv.v - File "./UniMath/CategoryTheory/elems_slice_equiv.v", line 13, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/ExponentiationLeftAdjoint.v - File "./UniMath/CategoryTheory/ExponentiationLeftAdjoint.v", line 40, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/Inductives/Lists.v - File "./UniMath/CategoryTheory/Inductives/Lists.v", line 19, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/Inductives/LambdaCalculus.v - File "./UniMath/CategoryTheory/Inductives/LambdaCalculus.v", line 19, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/DisplayedCats/NaturalTransformations.v - File "./UniMath/CategoryTheory/DisplayedCats/NaturalTransformations.v", line 5, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/UnivalenceOp.v - File "./UniMath/Bicategories/Core/UnivalenceOp.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/OneTypes.v - File "./UniMath/Bicategories/Core/Examples/OneTypes.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/TwoType.v - File "./UniMath/Bicategories/Core/Examples/TwoType.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/BicatOfUnivCats.v - File "./UniMath/Bicategories/Core/Examples/BicatOfUnivCats.v", line 11, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/Initial.v - File "./UniMath/Bicategories/Core/Examples/Initial.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/Final.v - File "./UniMath/Bicategories/Core/Examples/Final.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/FullyFaithful.v - COQC UniMath/Bicategories/PseudoFunctors/Display/Base.v - File "./UniMath/Bicategories/Core/FullyFaithful.v", line 12, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/Bicategories/PseudoFunctors/Display/Base.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/HomologicalAlgebra/TranslationFunctors.v - File "./UniMath/HomologicalAlgebra/TranslationFunctors.v", line 23, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/HomologicalAlgebra/CohomologyComplex.v - File "./UniMath/HomologicalAlgebra/CohomologyComplex.v", line 29, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/categories/CartesianCubicalSets.v - File "./UniMath/CategoryTheory/categories/CartesianCubicalSets.v", line 32, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/Inductives/Trees.v - File "./UniMath/CategoryTheory/Inductives/Trees.v", line 17, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/DisplayedCats/Total.v - File "./UniMath/CategoryTheory/DisplayedCats/Total.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/DisplayedCats/Fiber.v - File "./UniMath/CategoryTheory/DisplayedCats/Fiber.v", line 5, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/IsoCommaCategory.v - File "./UniMath/CategoryTheory/IsoCommaCategory.v", line 28, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/PointedOneTypesBicat.v - File "./UniMath/Bicategories/Core/Examples/PointedOneTypesBicat.v", line 2, characters 0-51: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Strictness.v - File "./UniMath/Bicategories/Core/Strictness.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/DispBicat.v - File "./UniMath/Bicategories/DisplayedBicats/DispBicat.v", line 15, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Colimits/Initial.v - File "./UniMath/Bicategories/Colimits/Initial.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Colimits/Final.v - File "./UniMath/Bicategories/Colimits/Final.v", line 11, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Colimits/Products.v - File "./UniMath/Bicategories/Colimits/Products.v", line 15, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/DisplayedCats/Fibrations.v - File "./UniMath/CategoryTheory/DisplayedCats/Fibrations.v", line 5, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/CategoryTheory/DisplayedCats/Fibrations.v", line 1019, characters 68-71: - Error: - In environment - C : category - D : disp_cat C - HD : cleaving D - c₁ : op_cat C - c₂ : op_cat C - cc₁ : op_disp_cat D c₁ - f : op_cat C ⟦ c₁, c₂ ⟧ - ℓ := HD c₁ c₂ f cc₁ : cartesian_lift cc₁ f - The term "ℓ" has type "cartesian_lift cc₁ f" - while it is expected to have type "is_cartesian ?ff". - - make[2]: *** [build/CoqMakefile.make:838: UniMath/CategoryTheory/DisplayedCats/Fibrations.vo] Error 1 - make[2]: *** [UniMath/CategoryTheory/DisplayedCats/Fibrations.vo] Deleting file 'UniMath/CategoryTheory/DisplayedCats/Fibrations.glob' - make[2]: *** Waiting for unfinished jobs.... - make[1]: *** [build/CoqMakefile.make:409: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-unimath.20220204' - make: *** [Makefile:92: all] Error 2 [ERROR] The compilation of coq-unimath.20220204 failed at "make BUILD_COQ=no -j4". #=== ERROR while compiling coq-unimath.20220204 ===============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-unimath.20220204 # command ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4 # exit-code 2 # env-file ~/.opam/log/coq-unimath-7382-564bde.env # output-file ~/.opam/log/coq-unimath-7382-564bde.out ### output ### # [...] # cc₁ : op_disp_cat D c₁ # f : op_cat C ⟦ c₁, c₂ ⟧ # ℓ := HD c₁ c₂ f cc₁ : cartesian_lift cc₁ f # The term "ℓ" has type "cartesian_lift cc₁ f" # while it is expected to have type "is_cartesian ?ff". # # make[2]: *** [build/CoqMakefile.make:838: UniMath/CategoryTheory/DisplayedCats/Fibrations.vo] Error 1 # make[2]: *** [UniMath/CategoryTheory/DisplayedCats/Fibrations.vo] Deleting file 'UniMath/CategoryTheory/DisplayedCats/Fibrations.glob' # make[2]: *** Waiting for unfinished jobs.... # make[1]: *** [build/CoqMakefile.make:409: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-unimath.20220204' # make: *** [Makefile:92: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-unimath 20220204 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-unimath.20220204 coq.8.18.0' failed. The middle of the output is truncated (maximum 20000 characters)
No files were installed.
true