ยซ Up

unimath 20231010 Error ๐Ÿ”ฅ

Context

# 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.17.1      The Coq Proof Assistant
coq-core              8.17.1      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.17.1      The Coq Proof Assistant -- Standard Library
coqide-server         8.17.1      The Coq Proof Assistant, XML protocol server
dune                  3.12.1      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"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-unimath.20231010 coq.8.17.1
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-unimath.20231010 coq.8.17.1
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-unimath.20231010 coq.8.17.1
Return code
7936
Duration
2 h 54 m
Output
# 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.17.1      The Coq Proof Assistant
coq-core              8.17.1      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.17.1      The Coq Proof Assistant -- Standard Library
coqide-server         8.17.1      The Coq Proof Assistant, XML protocol server
dune                  3.12.1      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 8.17.1).
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
- --- making UniMath/All.v
- sed -e "s/@LOCAL@ /;;/" <UniMath/.dir-locals.el.in >UniMath/.dir-locals.el
- 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
- COQC UniMath/Foundations/Preamble.v
- 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]
- 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]
- COQC UniMath/MoreFoundations/WeakEquivalences.v
- COQC UniMath/Foundations/PartB.v
- COQC UniMath/Combinatorics/DecSet.v
- COQC UniMath/Foundations/UnivalenceAxiom.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/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/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/BinaryOperations.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
- COQC UniMath/MoreFoundations/Subtypes.v
- COQC UniMath/MoreFoundations/AxiomOfChoice.v
- COQC UniMath/MoreFoundations/NoInjectivePairing.v
- COQC UniMath/Combinatorics/CGraph.v
- COQC UniMath/Combinatorics/WellFoundedRelations.v
- COQC UniMath/CategoryTheory/Core/Isos.v
- COQC UniMath/Folds/from_precats_to_folds_and_back.v
- COQC UniMath/MoreFoundations/Orders.v
- COQC UniMath/Algebra/Apartness.v
- COQC UniMath/MoreFoundations/All.v
- COQC UniMath/Combinatorics/Vectors.v
- COQC UniMath/Combinatorics/FiniteSets.v
- COQC UniMath/Algebra/Monoids.v
- COQC UniMath/OrderTheory/Posets/Basics.v
- COQC UniMath/CategoryTheory/Core/TwoCategories.v
- COQC UniMath/CategoryTheory/Core/Univalence.v
- COQC UniMath/CategoryTheory/Core/TransportMorphisms.v
- COQC UniMath/CategoryTheory/DaggerCategories/Categories.v
- COQC UniMath/Folds/folds_isomorphism.v
- COQC UniMath/AlgebraicTheories/FiniteSetSkeleton.v
- COQC UniMath/AlgebraicTheories/AlgebraicTheories2.v
- COQC UniMath/Combinatorics/VectorsTests.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/Lists.v
- COQC UniMath/Combinatorics/KFiniteTypes.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,typechecker]
- COQC UniMath/Algebra/Groups.v
- COQC UniMath/Algebra/Universal/HVectors.v
- COQC UniMath/Algebra/Universal/Signatures.v
- COQC UniMath/Tactics/Monoids_Tactics.v
- COQC UniMath/OrderTheory/Posets/MonotoneFunctions.v
- COQC UniMath/CategoryTheory/Core/Functors.v
- COQC UniMath/CategoryTheory/categories/setwith2binops.v
- COQC UniMath/CategoryTheory/categories/abmonoids.v
- COQC UniMath/CategoryTheory/categories/preorder_categories.v
- COQC UniMath/CategoryTheory/DaggerCategories/Unitary.v
- COQC UniMath/Folds/All.v
- COQC UniMath/Combinatorics/KFiniteSubtypes.v
- COQC UniMath/Combinatorics/GraphPaths.v
- COQC UniMath/Combinatorics/WellOrderedSets.v
- COQC UniMath/Combinatorics/Tests.v
- COQC UniMath/Algebra/GroupAction.v
- COQC UniMath/Algebra/RigsAndRings.v
- COQC UniMath/Algebra/Universal/SortedTypes.v
- COQC UniMath/Tactics/Abmonoids_Tactics.v
- COQC UniMath/Tactics/Groups_Tactics.v
- COQC UniMath/Tactics/Nat_Tactics.v
- COQC UniMath/OrderTheory/Posets/PosetSum.v
- COQC UniMath/OrderTheory/Posets/PointedPosets.v
- COQC UniMath/OrderTheory/Lattice/Lattice.v
- COQC UniMath/OrderTheory/DCPOs/Core/DirectedSets.v
- COQC UniMath/OrderTheory/DCPOs/AlternativeDefinitions/FixedPointTheorems.v
- COQC UniMath/CategoryTheory/Core/NaturalTransformations.v
- File "./UniMath/OrderTheory/DCPOs/AlternativeDefinitions/FixedPointTheorems.v", line 637, characters 2-10:
- Warning:
- New coercion path [Chain_of_Chain_hsubtype; chain_family] : Chain_hsubtype >-> Funclass is ambiguous with existing 
- [pr1_Chain_hsubtype; id_hsubtype] : Chain_hsubtype >-> Funclass (reversible).
- [ambiguous-paths,typechecker]
- File "./UniMath/OrderTheory/DCPOs/AlternativeDefinitions/FixedPointTheorems.v", line 655, characters 0-11:
- Warning:
- New coercion path [Chain_of_Chain_hsubtype; chain_family] : Chain_hsubtype >-> Funclass is ambiguous with existing 
- [pr1_Chain_hsubtype; id_hsubtype] : Chain_hsubtype >-> Funclass (reversible).
- [ambiguous-paths,typechecker]
- File "./UniMath/OrderTheory/DCPOs/AlternativeDefinitions/FixedPointTheorems.v", line 708, characters 2-10:
- Warning:
- New coercion path [Directed_of_Directed_hsubtype; directed_family] : Directed_hsubtype >-> Funclass is ambiguous with existing 
- [pr1_Directed_hsubtype; id_hsubtype] : Directed_hsubtype >-> Funclass (reversible).
- [ambiguous-paths,typechecker]
- File "./UniMath/OrderTheory/DCPOs/AlternativeDefinitions/F
[...] truncated
ories/Morphisms/Monadic.v
- COQC UniMath/Bicategories/Morphisms/Eso.v
- COQC UniMath/Bicategories/Morphisms/Properties/ClosedUnderPullback.v
- COQC UniMath/Bicategories/Morphisms/Properties/EsoProperties.v
- COQC UniMath/Bicategories/Morphisms/Examples/MorphismsInOneTypes.v
- COQC UniMath/Bicategories/Morphisms/Examples/EsosInBicatOfUnivCats.v
- COQC UniMath/Bicategories/Morphisms/Examples/MorphismsInSliceBicat.v
- COQC UniMath/Bicategories/Limits/Examples/OpMorBicatLimits.v
- COQC UniMath/Bicategories/Colimits/Examples/OpCellBicatColimits.v
- COQC UniMath/Bicategories/Colimits/Examples/OneTypesColimits.v
- COQC UniMath/Bicategories/Colimits/Examples/BicatOfCatsColimits.v
- COQC UniMath/Bicategories/Colimits/Examples/BicatOfUnivCatsColimits.v
- COQC UniMath/Bicategories/Objects/Examples/BicatOfUnivCatsObjects.v
- COQC UniMath/Bicategories/Logic/DisplayMapBicat.v
- COQC UniMath/Bicategories/Grothendieck/FiberwiseEquiv.v
- COQC UniMath/Bicategories/Logic/Examples/TrivialComprehensionBicat.v
- COQC UniMath/Bicategories/Logic/Examples/PullbackComprehensionBicat.v
- COQC UniMath/Bicategories/Logic/Examples/FibrationsComprehensionBicat.v
- COQC UniMath/Bicategories/Logic/Examples/OpfibrationsComprehensionBicat.v
- COQC UniMath/Bicategories/OtherStructure/Cores.v
- COQC UniMath/SubstitutionSystems/BindingSigToMonad_actegorical.v
- COQC UniMath/SubstitutionSystems/ContinuitySignature/MultiSortedSignatureFunctorEquivalence.v
- COQC UniMath/SubstitutionSystems/MultiSorted_actegorical.v
- COQC UniMath/Semantics/LinearLogic/LinearCategoryEilenbergMooreAdjunction.v
- COQC UniMath/CategoryTheory/Monoidal/Examples/PosetsMonoidal.v
- COQC UniMath/CategoryTheory/Monoidal/Comonoids/Monoidal.v
- COQC UniMath/CategoryTheory/Monoidal/Comonoids/MonoidalCartesianBuilder.v
- COQC UniMath/CategoryTheory/Monoidal/Examples/LiftPoset.v
- COQC UniMath/CategoryTheory/EnrichedCats/Examples/PosetEnriched.v
- COQC UniMath/CategoryTheory/EnrichedCats/Examples/SmashStructureEnriched.v
- COQC UniMath/CategoryTheory/EnrichedCats/Limits/Examples/PosetEnrichedLimits.v
- COQC UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/PosetEnrichedColimits.v
- COQC UniMath/Bicategories/DoubleCategories/InvertiblesAndEquivalences.v
- COQC UniMath/Bicategories/DoubleCategories/Examples/UnitDoubleCat.v
- COQC UniMath/Bicategories/DoubleCategories/Examples/ProductDoubleCat.v
- COQC UniMath/Bicategories/DoubleCategories/Examples/SquareDoubleCat.v
- COQC UniMath/Bicategories/DoubleCategories/Examples/LensesDoubleCat.v
- COQC UniMath/Bicategories/DoubleCategories/Examples/SpansDoubleCat.v
- COQC UniMath/Bicategories/DoubleCategories/Examples/KleisliDoubleCat.v
- COQC UniMath/Bicategories/DoubleCategories/Examples/StructuredCospansDoubleCat.v
- COQC UniMath/Bicategories/DoubleCategories/DoubleCatsEquivalentDefinitions.v
- COQC UniMath/Bicategories/Limits/Examples/DispConstructionsLimits.v
- COQC UniMath/Bicategories/Limits/Examples/SubbicatLimits.v
- COQC UniMath/Bicategories/MonoidalCategories/BicatOfWhiskeredMonCatsFinalObject.v
- COQC UniMath/Bicategories/MonoidalCategories/BicatOfActegoriesFinalObject.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayMapBicatToDispBicat.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayMapBicatSlice.v
- COQC UniMath/SubstitutionSystems/ContinuitySignature/InstantiateHSET.v
- COQC UniMath/SubstitutionSystems/MultiSortedMonadConstruction_actegorical.v
- COQC UniMath/SubstitutionSystems/MultiSortedMonadConstruction_coind_actegorical.v
- COQC UniMath/Semantics/LinearLogic/LinearToLinearNonLinear.v
- COQC UniMath/Semantics/LinearLogic/LiftingModel.v
- COQC UniMath/CategoryTheory/Monoidal/Comonoids/Symmetric.v
- COQC UniMath/Bicategories/DoubleCategories/Examples/StructuredCospansDoubleFunctor.v
- COQC UniMath/Bicategories/Limits/Examples/LimitsStructuredCategories.v
- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/DisplayMapBicatCleaving.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/PullbackFunctor.v
- COQC UniMath/Bicategories/Limits/Examples/DisplayMapSliceLimits.v
- COQC UniMath/Bicategories/Colimits/Examples/DisplayMapSliceColimits.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/DisplayMapFiber.v
- COQC UniMath/Bicategories/Logic/Examples/DisplayMapComprehensionBicat.v
- COQC UniMath/Bicategories/Logic/Examples/FunctorsIntoCatComprehensionBicat.v
- COQC UniMath/Bicategories/OtherStructure/ClassifyingDiscreteOpfib.v
- COQC UniMath/Bicategories/OtherStructure/Exponentials.v
- COQC UniMath/SubstitutionSystems/MultiSortedEmbeddingIndCoindHSET.v
- COQC UniMath/CategoryTheory/Monoidal/Comonoids/CommComonoidsCartesian.v
- COQC UniMath/CategoryTheory/Monoidal/Comonoids/CartesianAsComonoids.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/CompositionPseudoFunctor.v
- COQC UniMath/Bicategories/PseudoFunctors/Preservation/PullbackPreservation.v
- COQC UniMath/Bicategories/OtherStructure/Examples/StructureBicatOfUnivCats.v
- COQC UniMath/Bicategories/OtherStructure/Examples/StructureOneTypes.v
- COQC UniMath/SubstitutionSystems/All.v
- COQC UniMath/Semantics/LinearLogic/LafontCategory.v
- COQC UniMath/CategoryTheory/All.v
- File "./UniMath/CategoryTheory/All.v", line 208, characters 0-65:
- 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,typechecker]
- COQC UniMath/Semantics/LinearLogic/RelationalModel.v
- COQC UniMath/Semantics/All.v
- COQC UniMath/Bicategories/All.v
- COQC UniMath/All.v
- File "./UniMath/All.v", line 4, characters 0-41:
- Warning:
- New coercion path [underlyingFiniteSet; FiniteSet_to_hSet] : FiniteOrderedSet >-> hSet is ambiguous with existing 
- [underlyingOrderedSet; OrderedSets.underlyingPoset; carrierofposet] : FiniteOrderedSet >-> hSet.
- [ambiguous-paths,typechecker]
- File "./UniMath/All.v", line 10, characters 0-39:
- Warning:
- New coercion path [Chain_of_Chain_hsubtype; chain_family] : Chain_hsubtype >-> Funclass is ambiguous with existing 
- [pr1_Chain_hsubtype; id_hsubtype] : Chain_hsubtype >-> Funclass (reversible).
- [ambiguous-paths,typechecker]
- File "./UniMath/All.v", line 10, characters 0-39:
- Warning:
- New coercion path [Directed_of_Directed_hsubtype; directed_family] : Directed_hsubtype >-> Funclass is ambiguous with existing 
- [pr1_Directed_hsubtype; id_hsubtype] : Directed_hsubtype >-> Funclass (reversible).
- [ambiguous-paths,typechecker]
- File "./UniMath/All.v", line 10, characters 0-39:
- Warning:
- New coercion path [element_of_strongly_maximal] : pr1hSet >-> pr1hSet (reversible) is not definitionally an identity function.
- [ambiguous-paths,typechecker]
- File "./UniMath/All.v", line 11, characters 0-42:
- 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,typechecker]
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010'
-> compiled  coq-unimath.20231010
Processing  3/3: [coq-unimath: make install]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "install" "make" "BUILD_COQ=no" "install" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010)
- 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'
- make[2]: Nothing to be done for 'real-all'.
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010'
- ulimit -v unlimited ; make -f build/CoqMakefile.make install
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010'
- make[1]: /bin/sh: Argument list too long
- make[1]: *** [build/CoqMakefile.make:598: install] Error 127
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010'
- make: *** [Makefile:99: install] Error 2
[ERROR] The installation of coq-unimath failed at "make BUILD_COQ=no install".
#=== ERROR while installing 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 install make BUILD_COQ=no install
# exit-code            2
# env-file             ~/.opam/log/coq-unimath-25565-3fccec.env
# output-file          ~/.opam/log/coq-unimath-25565-3fccec.out
### output ###
# 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'
# make[2]: Nothing to be done for 'real-all'.
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010'
# ulimit -v unlimited ; make -f build/CoqMakefile.make install
# make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010'
# make[1]: /bin/sh: Argument list too long
# make[1]: *** [build/CoqMakefile.make:598: install] Error 127
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010'
# make: *** [Makefile:99: install] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - install 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.8.17.1' failed.
The middle of the output is truncated (maximum 20000 characters)

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none