« Up

unimath 20220204 Error 🔥

Context

# 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                   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.12.1      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"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-unimath.20220204 coq.dev
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.20220204 coq.dev
Return code
0
Duration
1 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-unimath.20220204 coq.dev
Return code
7936
Duration
10 m 0 s
Output
# 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                   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.12.1      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 dev).
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
- 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-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/Interval.v
- COQC UniMath/Combinatorics/StandardFiniteSets.v
- COQC UniMath/Algebra/Apartness.v
- COQC UniMath/MoreFoundations/PathsOver.v
- COQC UniMath/MoreFoundations/Nat.v
- COQC UniMath/MoreFoundations/Propositions.v
- COQC UniMath/MoreFoundations/QuotientSet.v
- COQC UniMath/MoreFoundations/Univalence.v
- COQC UniMath/Combinatorics/MetricTree.v
- COQC UniMath/SyntheticHomotopyTheory/Halfline.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/MoreFoundations/MoreEquivalences.v
- COQC UniMath/MoreFoundations/NoInjectivePairing.v
- COQC UniMath/Combinatorics/Graph.v
- COQC UniMath/Combinatorics/WellFoundedRelations.v
- COQC UniMath/Combinatorics/BoundedSearch.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
- 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/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/Algebra/Monoids.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]
- 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/EssentiallyAlgebraic.v", line 10, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/RealNumbers/Sets.v
- COQC UniMath/Folds/folds_isomorphism.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/MoreFoundations/AxiomOfChoice.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/OrderedSets.v
- COQC UniMath/Algebra/Universal/HVectors.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
- COQC UniMath/CategoryTheory/categories/setwith2binops.v
- COQC UniMath/CategoryTheory/categories/preorder_categories.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]
- 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/MoreFoundations/All.v
- COQC UniMath/Combinatorics/GraphPaths.v
- COQC UniMath/Combinatorics/WellOrderedSets.v
- COQC UniMath/Combinatorics/FiniteSequences.v
- 
[...] truncated
t/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
- 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]
- COQC UniMath/Bicategories/PseudoFunctors/Display/Base.v
- 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
- COQC UniMath/HomologicalAlgebra/CohomologyComplex.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]
- 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:847: 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:417: 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-32357-335865.env
# output-file          ~/.opam/log/coq-unimath-32357-335865.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:847: 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:417: 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.dev' 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