# 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 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 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: "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-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 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 8.18.0). The following actions will be performed: - install coq-unimath 20220204 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-unimath.20220204: http] [coq-unimath.20220204] downloaded from https://github.com/UniMath/UniMath/archive/refs/tags/v20220204.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-unimath: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "BUILD_COQ=no" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.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.4.14.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/MoreFoundations/Univalence.v - COQC UniMath/Combinatorics/StandardFiniteSets.v - COQC UniMath/Algebra/Apartness.v - COQC UniMath/CategoryTheory/Core/Categories.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/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/MoreEquivalences.v - COQC UniMath/MoreFoundations/QuotientSet.v - COQC UniMath/MoreFoundations/NoInjectivePairing.v - COQC UniMath/Combinatorics/MetricTree.v - COQC UniMath/SyntheticHomotopyTheory/Halfline.v - COQC UniMath/CategoryTheory/Core/Isos.v - COQC UniMath/CategoryTheory/Core/Setcategories.v - COQC UniMath/Folds/from_precats_to_folds_and_back.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] - 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/MoreFoundations/Sets.v - COQC UniMath/MoreFoundations/Subtypes.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/Combinatorics/Graph.v - COQC UniMath/Combinatorics/WellFoundedRelations.v - COQC UniMath/Combinatorics/BoundedSearch.v - COQC UniMath/Algebra/Monoids.v - COQC UniMath/Algebra/Universal/HVectors.v - COQC UniMath/CategoryTheory/Core/Univalence.v - COQC UniMath/CategoryTheory/Core/TransportMorphisms.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] - 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/CategoryTheory/Core/EssentiallyAlgebraic.v - COQC UniMath/RealNumbers/Sets.v - 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/AxiomOfChoice.v - COQC UniMath/Combinatorics/VectorsTests.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] - = 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/Combinatorics/Lists.v - COQC UniMath/Combinatorics/OrderedSets.v - COQC UniMath/CategoryTheory/Core/Functors.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/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/categories/setwith2binops.v - COQC UniMath/CategoryTheory/categories/abmonoids.v - 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/preorder_categories.v - COQC UniMath/Tactics/Monoids_Tactics.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] - 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/Folds/All.v - COQC UniMath/MoreFoundations/All.v - COQC UniMath/Combinatorics/GraphPaths.v - COQC UniMath/Combinatorics/WellOrderedSets.v - COQC UniMath/Combinatorics/FiniteSequences.v - COQC UniMath/Combinatorics/MoreLists.v - COQC UniMath/Algebra/Groups.v - COQC UniMath/Algebra/Universal/SortedTypes.v - COQC UniMath/Algebra/Universal/Signatures.v - COQC UniMath/CategoryTheory/Core/TwoCategories.v - File ". [...] truncated iMath/Induction/W/Naturals.v - File "./UniMath/Induction/W/Naturals.v", line 13, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/PseudoElements.v - File "./UniMath/CategoryTheory/PseudoElements.v", line 23, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/categories/HSET/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 - COQC UniMath/CategoryTheory/Inductives/Lists.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] - 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/Functors.v - COQC UniMath/CategoryTheory/DisplayedCats/Univalence.v - File "./UniMath/CategoryTheory/DisplayedCats/Functors.v", line 5, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/CategoryTheory/DisplayedCats/Univalence.v", line 5, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/DisplayedCats/Examples/Opposite.v - File "./UniMath/CategoryTheory/DisplayedCats/Examples/Opposite.v", line 3, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/TransportLaws.v - File "./UniMath/Bicategories/Core/TransportLaws.v", line 11, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/EquivToAdjequiv.v - COQC UniMath/Bicategories/WkCatEnrichment/bicategory.v - File "./UniMath/Bicategories/Core/EquivToAdjequiv.v", line 11, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - 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/Signatures.v - File "./UniMath/SubstitutionSystems/Signatures.v", line 27, 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/FiveLemma.v - File "./UniMath/CategoryTheory/FiveLemma.v", line 23, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/categories/CartesianCubicalSets.v - COQC UniMath/CategoryTheory/Inductives/Trees.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] - 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/NaturalTransformations.v - COQC UniMath/Bicategories/Core/AdjointUnique.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] - File "./UniMath/Bicategories/Core/AdjointUnique.v", line 12, 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/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/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/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] - COQC UniMath/CategoryTheory/DisplayedCats/Equivalences.v - File "./UniMath/CategoryTheory/DisplayedCats/Equivalences.v", line 27, 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.... - Finished transaction in 14.634 secs (14.611u,0.004s) (successful) - File "./UniMath/CategoryTheory/DisplayedCats/Equivalences.v", line 579, characters 0-109: - Warning: - New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing - [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. - [ambiguous-paths,coercions,default] - File "./UniMath/CategoryTheory/DisplayedCats/Equivalences.v", line 611, characters 0-22: - Warning: - New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing - [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. - [ambiguous-paths,coercions,default] - Finished transaction in 4.373 secs (4.369u,0.004s) (successful) - make[1]: *** [build/CoqMakefile.make:409: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-unimath.20220204' - make: *** [Makefile:92: all] Error 2 [ERROR] The compilation of coq-unimath failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4". #=== ERROR while compiling coq-unimath.20220204 ===============================# # 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-unimath.20220204 # command ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4 # exit-code 2 # env-file ~/.opam/log/coq-unimath-17539-335865.env # output-file ~/.opam/log/coq-unimath-17539-335865.out ### output ### # [...] # New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing # [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. # [ambiguous-paths,coercions,default] # File "./UniMath/CategoryTheory/DisplayedCats/Equivalences.v", line 611, characters 0-22: # Warning: # New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing # [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. # [ambiguous-paths,coercions,default] # Finished transaction in 4.373 secs (4.369u,0.004s) (successful) # make[1]: *** [build/CoqMakefile.make:409: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.14.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