ยซ Up

unimath 20220816 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                   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: "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/v20220816.tar.gz"
  checksum: "sha512=00543bd6f22d531d87015aad68b558f0a7a17f0f497f84dc1476de2d2c2b0f6ad4ad1437e9cf1e9878d10647a0079329ad84e05edd81998d53c53e5e7f889d76"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-unimath.20220816 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; timeout 4h opam install -y --deps-only coq-unimath.20220816 coq.dev
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; timeout 8h opam install -y -v coq-unimath.20220816 coq.dev
Return code
7936
Duration
35 m 0 s
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                   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 20220816
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [coq-unimath.20220816: http]
Processing  1/3:
-> retrieved coq-unimath.20220816  (https://github.com/UniMath/UniMath/archive/refs/tags/v20220816.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.20220816)
- --- 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
- 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.20220816'
- 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-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/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/Combinatorics/StandardFiniteSets.v
- COQC UniMath/Algebra/Apartness.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/MoreEquivalences.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
- COQC UniMath/MoreFoundations/NoInjectivePairing.v
- COQC UniMath/Combinatorics/Vectors.v
- COQC UniMath/Combinatorics/FiniteSets.v
- COQC UniMath/Combinatorics/Graph.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/Combinatorics/WellFoundedRelations.v
- COQC UniMath/Combinatorics/BoundedSearch.v
- COQC UniMath/CategoryTheory/Core/Isos.v
- COQC UniMath/Folds/from_precats_to_folds_and_back.v
- COQC UniMath/MoreFoundations/Sets.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/Subtypes.v
- COQC UniMath/Combinatorics/VectorsTests.v
- COQC UniMath/Combinatorics/Lists.v
- COQC UniMath/Combinatorics/CGraph.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/OrderedSets.v
- COQC UniMath/Algebra/Universal/HVectors.v
- COQC UniMath/CategoryTheory/Core/Univalence.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/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/TransportMorphisms.v
- COQC UniMath/CategoryTheory/categories/setwith2binops.v
- COQC UniMath/CategoryTheory/categories/preorder_categories.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/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/setwith2binops.v", line 14, 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
- COQC UniMath/MoreFoundations/AxiomOfChoice.v
- COQC UniMath/Combinatorics/GraphPaths.v
- COQC UniMath/Combinatorics/FiniteSequences.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/MoreLists.v
- COQC UniMath/Algebra/Monoids.v
- COQC UniMath/CategoryTheory/Core/Functors.v
- COQC UniMath/MoreFoundations/All.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]
- COQC UniMath/Combinatorics/Equivalence_Relations.v
- COQC UniMath/Combinatorics/WellOrderedSets.v
- COQC UniMath/Algebra/Universal/SortedTypes.v
- COQC UniMath/Algebra/Universal/Signatures.v
- COQC UniMath/CategoryTheory/Core/TwoCategories.v
- File "./UniMath/CategoryTheory/Core/TwoCategories.v", line 7, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-
[...] truncated
ting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/Morphisms/Properties/Composition.v
- File "./UniMath/Bicategories/Morphisms/Properties/Composition.v", line 15, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/Core/Examples/StrictCats.v
- File "./UniMath/Bicategories/Core/Examples/StrictCats.v", line 11, 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 9, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Slice.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/Slice.v", line 13, 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/DispDepProd.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/DispDepProd.v", line 8, 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/DisplayedBicats/Examples/BicatOfInvertibles.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/BicatOfInvertibles.v", line 14, 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/ActionBasedStrongFunctorCategory.v
- File "./UniMath/Bicategories/MonoidalCategories/ActionBasedStrongFunctorCategory.v", line 8, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/UnitLayer.v
- File "./UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/UnitLayer.v", line 12, 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/Map1Cells.v
- File "./UniMath/Bicategories/PseudoFunctors/Display/Map1Cells.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/PointedOneTypes.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/PointedOneTypes.v", line 5, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/DisplayedBicats/Examples/ContravariantFunctor.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/ContravariantFunctor.v", line 11, characters 0-51:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- File "./UniMath/Bicategories/DisplayedBicats/Examples/ContravariantFunctor.v", line 13, characters 0-54:
- Warning: Overwriting previous delimiting key Cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- File "./UniMath/Bicategories/DisplayedBicats/Examples/ContravariantFunctor.v", line 13, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Domain.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/Domain.v", line 3, 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/DisplayedBicats/Examples/KleisliTriple.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/KleisliTriple.v", line 7, characters 0-51:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- File "./UniMath/Bicategories/DisplayedBicats/Examples/KleisliTriple.v", line 10, characters 0-54:
- Warning: Overwriting previous delimiting key Cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- File "./UniMath/Bicategories/DisplayedBicats/Examples/KleisliTriple.v", line 10, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/Limits/Final.v
- File "./UniMath/Bicategories/Limits/Final.v", line 19, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/Limits/Inserters.v
- File "./UniMath/Bicategories/Limits/Inserters.v", line 16, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/Limits/Examples/OpCellBicatLimits.v
- File "./UniMath/Bicategories/Limits/Examples/OpCellBicatLimits.v", line 15, 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) 
-                                 ?M65 ?M66)" 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.20220816'
- make: *** [Makefile:97: all] Error 2
[ERROR] The compilation of coq-unimath.20220816 failed at "make BUILD_COQ=no -j4".
#=== ERROR while compiling coq-unimath.20220816 ===============================#
# 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.20220816
# command              ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4
# exit-code            2
# env-file             ~/.opam/log/coq-unimath-13833-f351fb.env
# output-file          ~/.opam/log/coq-unimath-13833-f351fb.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) 
#                                 ?M65 ?M66)" 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.20220816'
# make: *** [Makefile:97: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-unimath 20220816
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-unimath.20220816 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