# 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" 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: "Similar to MIT license" authors: ["The UniMath Development Team"] build: [make "BUILD_COQ=no" "-j%{jobs}%"] install: [make "BUILD_COQ=no" "install"] depends: [ "ocaml" "coq" {>= "8.16.1"} ] synopsis: "Library of Univalent Mathematics" url { src: "https://github.com/UniMath/UniMath/archive/refs/tags/v20231010.tar.gz" checksum: "sha512=27729e1e6cba0df2e07d4789fd2cefcdba71e2374afb16bdaabee4132d1ab8721096602aa83e2aa599b994e1a744b969f0d5134677fbaecb3241c916d32353ac" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-unimath.20231010 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-unimath.20231010 coq.dev
opam list; echo; timeout 8h opam install -y -v coq-unimath.20231010 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-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-unimath 20231010 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-unimath.20231010: http] Processing 1/3: -> retrieved coq-unimath.20231010 (https://github.com/UniMath/UniMath/archive/refs/tags/v20231010.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.1.1/.opam-switch/build/coq-unimath.20231010) - --- 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/Tactics/All.v - --- making UniMath/NumberSystems/All.v - --- making UniMath/SyntheticHomotopyTheory/All.v - --- making UniMath/PAdics/All.v - --- making UniMath/OrderTheory/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/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/AlgebraicTheories/All.v - --- making UniMath/Semantics/All.v - sed -e "s/@LOCAL@ /;;/" <UniMath/.dir-locals.el.in >UniMath/.dir-locals.el - --- making UniMath/All.v - ulimit -v unlimited ; make -f build/CoqMakefile.make all - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010' - COQDEP VFILES - COQC UniMath/Foundations/Init.v - COQC UniMath/Tactics/EnsureStructuredProofs.v - File "./UniMath/Tactics/EnsureStructuredProofs.v", line 11, characters 0-37: - Warning: Syntax "Export Set" is deprecated, use the attribute syntax - "#[export] Set" instead. - [legacy-export-set,deprecated-since-8.18,deprecated,default] - COQC UniMath/Foundations/Preamble.v - File "./UniMath/Foundations/Preamble.v", line 68, characters 0-18: - Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use - '%_' instead (available since 8.19). The '%' syntax will be reused in a - future version with the same semantics as in terms, that is adding scope to - the stack for all subterms. Code can be adapted with a script like: for f in - $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done - [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] - COQC UniMath/Foundations/PartA.v - File "./UniMath/Foundations/PartA.v", line 350, characters 0-48: - 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 376, characters 0-47: - Warning: Declaring arbitrary terms as hints is fragile; it is recommended to - declare a toplevel constant instead [fragile-hint-constr,automation,default] - COQC UniMath/MoreFoundations/WeakEquivalences.v - COQC UniMath/Foundations/PartB.v - COQC UniMath/Foundations/UnivalenceAxiom.v - COQC UniMath/Combinatorics/DecSet.v - COQC UniMath/Foundations/PartC.v - COQC UniMath/Combinatorics/Maybe.v - COQC UniMath/Foundations/PartD.v - COQC UniMath/Foundations/UnivalenceAxiom2.v - COQC UniMath/Foundations/Propositions.v - COQC UniMath/Foundations/HLevels.v - COQC UniMath/Foundations/Sets.v - COQC UniMath/Folds/UnicodeNotations.v - COQC UniMath/Foundations/NaturalNumbers.v - COQC UniMath/Foundations/Tests.v - COQC UniMath/MoreFoundations/Bool.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/OrderTheory/DCPOs/AlternativeDefinitions/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/Combinatorics/StandardFiniteSets.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/MetricTree.v - COQC UniMath/SyntheticHomotopyTheory/Coproduct.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/AxiomOfChoice.v - COQC UniMath/MoreFoundations/NoInjectivePairing.v - COQC UniMath/Combinatorics/Vectors.v - COQC UniMath/Combinatorics/Graph.v - COQC UniMath/Combinatorics/WellFoundedRelations.v - COQC UniMath/Combinatorics/BoundedSearch.v - COQC UniMath/Algebra/BinaryOperations.v - COQC UniMath/CategoryTheory/Core/Isos.v - COQC UniMath/Folds/from_precats_to_folds_and_back.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] - 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/MoreFoundations/Orders.v - COQC UniMath/Combinatorics/VectorsTests.v - COQC UniMath/Combinatorics/Lists.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/Combinatorics/FiniteSets.v - COQC UniMath/Combinatorics/CGraph.v - COQC UniMath/Algebra/Universal/HVectors.v - COQC UniMath/CategoryTheory/Core/Univalence.v - File "./UniMath/CategoryTheory/Core/Univalence.v", line 19, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/Core/TransportMorphisms.v - COQC UniMath/Folds/folds_isomorphism.v - COQC UniMath/MoreFoundations/All.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/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/KFiniteTypes.v - COQC UniMath/Combinatorics/GraphPaths.v - COQC UniMath/Combinatorics/OrderedSets.v - COQC UniMath/Combinatorics/FiniteSequences.v - COQC UniMath/Combinatorics/MoreLists.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/Algebra/Monoids.v - COQC UniMath/Algebra/Apartness.v - COQC UniMath/Algebra/Universal/SortedTypes.v - COQC UniMath/Algebra/Universal/Signatures.v - COQC UniMath/OrderTheory/Posets/Basics.v - COQC UniMath/CategoryTheory/Core/TwoCategories.v - 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] - 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] - COQC UniMath/CategoryTheory/categories/ [...] truncated UniMath/CategoryTheory/EnrichedCats/FullyFaithful.v - File "./UniMath/CategoryTheory/EnrichedCats/FullyFaithful.v", line 22, characters 0-51: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/EnrichedCats/EnrichmentAdjunction.v - File "./UniMath/CategoryTheory/EnrichedCats/EnrichmentAdjunction.v", line 19, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/EnrichedCats/Limits/Examples/OppositeEnrichedLimits.v - File "./UniMath/CategoryTheory/EnrichedCats/Limits/Examples/OppositeEnrichedLimits.v", line 18, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/OppositeEnrichedColimits.v - File "./UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/OppositeEnrichedColimits.v", line 18, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/IndexedCategories/NatTransToIndexed.v - File "./UniMath/CategoryTheory/IndexedCategories/NatTransToIndexed.v", line 19, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/IndexedCategories/IndexedTransformationToTransformation.v - File "./UniMath/CategoryTheory/IndexedCategories/IndexedTransformationToTransformation.v", line 16, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/DaggerCategories/FunctorCategory.v - File "./UniMath/CategoryTheory/DaggerCategories/FunctorCategory.v", line 4, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Discreteness.v - File "./UniMath/Bicategories/Core/Discreteness.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Morphisms/InternalStreetOpFibration.v - File "./UniMath/Bicategories/Morphisms/InternalStreetOpFibration.v", line 19, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Morphisms/Properties/ClosedUnderInvertibles.v - File "./UniMath/Bicategories/Morphisms/Properties/ClosedUnderInvertibles.v", line 17, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/DiscreteBicat.v - File "./UniMath/Bicategories/Core/Examples/DiscreteBicat.v", line 18, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/FiberCategory.v - File "./UniMath/Bicategories/DisplayedBicats/FiberCategory.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/Examples/Sigma.v - File "./UniMath/Bicategories/DisplayedBicats/Examples/Sigma.v", line 11, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayedCatToBicat.v - File "./UniMath/Bicategories/DisplayedBicats/Examples/DisplayedCatToBicat.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/Examples/Prod.v - File "./UniMath/Bicategories/DisplayedBicats/Examples/Prod.v", line 14, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/Examples/Trivial.v - File "./UniMath/Bicategories/DisplayedBicats/Examples/Trivial.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/MonoidalCategories/ActionBasedStrongFunctorsMonoidal.v - File "./UniMath/Bicategories/MonoidalCategories/ActionBasedStrongFunctorsMonoidal.v", line 17, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/TensorLayer.v - File "./UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/TensorLayer.v", line 12, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/PseudoFunctors/Display/Map2Cells.v - File "./UniMath/Bicategories/PseudoFunctors/Display/Map2Cells.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/PseudoFunctors/Display/Identitor.v - File "./UniMath/Bicategories/PseudoFunctors/Display/Identitor.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/PseudoFunctors/Display/Compositor.v - File "./UniMath/Bicategories/PseudoFunctors/Display/Compositor.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/PseudoFunctors/Display/StrictIdentitor.v - File "./UniMath/Bicategories/PseudoFunctors/Display/StrictIdentitor.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/PseudoFunctors/Display/StrictCompositor.v - File "./UniMath/Bicategories/PseudoFunctors/Display/StrictCompositor.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/Examples/Cofunctormap.v - File "./UniMath/Bicategories/DisplayedBicats/Examples/Cofunctormap.v", line 13, characters 0-51: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/Examples/FunctorsIntoCat.v - File "./UniMath/Bicategories/DisplayedBicats/Examples/FunctorsIntoCat.v", line 16, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v - File "./UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v", line 13, characters 0-51: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Limits/IsoInserters.v - File "./UniMath/Bicategories/Limits/IsoInserters.v", line 16, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v", line 665, characters 11-56: - Error: - Found no subterm matching "pr1 - (transportf (ฮป x : ?A, โ b : ?B x, ?P x b) - ?M33 ?M34)" in p. - - make[2]: *** [build/CoqMakefile.make:848: UniMath/Bicategories/DisplayedBicats/Examples/Codomain.vo] Error 1 - make[2]: *** [UniMath/Bicategories/DisplayedBicats/Examples/Codomain.vo] Deleting file 'UniMath/Bicategories/DisplayedBicats/Examples/Codomain.glob' - make[2]: *** Waiting for unfinished jobs.... - make[1]: *** [build/CoqMakefile.make:417: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010' - make: *** [Makefile:101: all] Error 2 [ERROR] The compilation of coq-unimath.20231010 failed at "make BUILD_COQ=no -j4". #=== ERROR while compiling coq-unimath.20231010 ===============================# # 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-unimath.20231010 # command ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4 # exit-code 2 # env-file ~/.opam/log/coq-unimath-3359-a95763.env # output-file ~/.opam/log/coq-unimath-3359-a95763.out ### output ### # [...] # File "./UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v", line 665, characters 11-56: # Error: # Found no subterm matching "pr1 # (transportf (ฮป x : ?A, โ b : ?B x, ?P x b) # ?M33 ?M34)" in p. # # make[2]: *** [build/CoqMakefile.make:848: UniMath/Bicategories/DisplayedBicats/Examples/Codomain.vo] Error 1 # make[2]: *** [UniMath/Bicategories/DisplayedBicats/Examples/Codomain.vo] Deleting file 'UniMath/Bicategories/DisplayedBicats/Examples/Codomain.glob' # make[2]: *** Waiting for unfinished jobs.... # make[1]: *** [build/CoqMakefile.make:417: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010' # make: *** [Makefile:101: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-unimath 20231010 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-unimath.20231010 coq.dev' failed. The middle of the output is truncated (maximum 20000 characters)
No files were installed.
true