« Up

unimath 20210807 Error 🔥

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-gmp            4           Virtual package relying on a GMP lib system installation
coq                 8.16.0      Formal proof management system
dune                3.6.2       Fast, portable, and opinionated build system
ocaml               4.10.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2      Official release 4.10.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
zarith              1.12        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/v20210807.tar.gz"
  checksum: "sha512=db2f660aea7e4c7eda6d10173173b80d357f994ff148102df6d20b0098e4c4e3ec17f9956700e118b7ff043a4ef29827cccd1fe9f5f54b5f5deaebcac60c666c"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

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

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-unimath.20210807 coq.8.16.0
Return code
7936
Duration
3 h 17 m
Output
# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-gmp            4           Virtual package relying on a GMP lib system installation
coq                 8.16.0      Formal proof management system
dune                3.6.2       Fast, portable, and opinionated build system
ocaml               4.10.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2      Official release 4.10.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.16.0).
The following actions will be performed:
  - install coq-unimath 20210807
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-unimath.20210807: http]
[coq-unimath.20210807] downloaded from https://github.com/UniMath/UniMath/archive/refs/tags/v20210807.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.10.2/.opam-switch/build/coq-unimath.20210807)
- make: command: Command not found
- grep: build/CoqMakefile.make: No such file or directory
- --- making .coq_makefile_input
- coq_makefile -f .coq_makefile_input -o .coq_makefile_output
- mv .coq_makefile_output build/CoqMakefile.make
- make: command: Command not found
- --- 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.10.2/.opam-switch/build/coq-unimath.20210807'
- COQDEP VFILES
- COQC UniMath/Foundations/Init.v
- COQC UniMath/Folds/aux_lemmas.v
- File "./UniMath/Foundations/Init.v", line 38, characters 61-73:
- Warning: The only parsing modifier has no effect in Reserved Notation.
- [irrelevant-reserved-notation-only-parsing,parsing]
- File "./UniMath/Foundations/Init.v", line 47, characters 62-74:
- Warning: The only parsing modifier has no effect in Reserved Notation.
- [irrelevant-reserved-notation-only-parsing,parsing]
- File "./UniMath/Foundations/Init.v", line 69, characters 62-74:
- Warning: The only parsing modifier has no effect in Reserved Notation.
- [irrelevant-reserved-notation-only-parsing,parsing]
- File "./UniMath/Foundations/Init.v", line 86, characters 62-74:
- Warning: The only parsing modifier has no effect in Reserved Notation.
- [irrelevant-reserved-notation-only-parsing,parsing]
- File "./UniMath/Foundations/Init.v", line 196, characters 0-32:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- COQC UniMath/Foundations/Preamble.v
- File "./UniMath/Foundations/Preamble.v", line 141, characters 0-32:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- COQC UniMath/Foundations/PartA.v
- File "./UniMath/Foundations/PartA.v", line 350, characters 0-38:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- 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]
- File "./UniMath/Foundations/PartA.v", line 375, characters 0-37:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- 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]
- 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
- File "./UniMath/Foundations/NaturalNumbers.v", line 804, characters 0-33:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/NaturalNumbers.v", line 813, characters 0-35:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/NaturalNumbers.v", line 814, characters 0-34:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/NaturalNumbers.v", line 829, characters 0-36:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./UniMath/Foundations/NaturalNumbers.v", line 837, characters 0-37:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local
[...] truncated
bra/TranslationFunctors.v
- COQC UniMath/HomologicalAlgebra/CohomologyComplex.v
- COQC UniMath/Induction/All.v
- COQC UniMath/CategoryTheory/categories/HSET/All.v
- COQC UniMath/CategoryTheory/categories/Universal_Algebra/EqAlgebras.v
- COQC UniMath/CategoryTheory/ElementsOp.v
- COQC UniMath/CategoryTheory/YonedaBinproducts.v
- COQC UniMath/CategoryTheory/Chains/All.v
- COQC UniMath/CategoryTheory/Inductives/PropositionalLogic.v
- COQC UniMath/CategoryTheory/DisplayedCats/Fibrations.v
- COQC UniMath/SubstitutionSystems/BinProductOfSignatures.v
- COQC UniMath/SubstitutionSystems/SumOfSignatures.v
- COQC UniMath/Bicategories/Core/Strictness.v
- COQC UniMath/Bicategories/DisplayedBicats/Fibration.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Sigma.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayedCatToBicat.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Prod.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DispDepProd.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/FullSub.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/Map1Cells.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/PointedOneTypes.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/ContravariantFunctor.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/KleisliTriple.v
- COQC UniMath/SubstitutionSystems/MonadsFromSubstitutionSystems.v
- COQC UniMath/SubstitutionSystems/LiftingInitial.v
- COQC UniMath/SubstitutionSystems/LiftingInitial_alt.v
- COQC UniMath/SubstitutionSystems/LamSignature.v
- COQC UniMath/HomologicalAlgebra/MappingCone.v
- COQC UniMath/CategoryTheory/elems_slice_equiv.v
- COQC UniMath/CategoryTheory/ExponentiationLeftAdjoint.v
- COQC UniMath/CategoryTheory/Inductives/Lists.v
- COQC UniMath/CategoryTheory/Inductives/LambdaCalculus.v
- COQC UniMath/CategoryTheory/DisplayedCats/Equivalences.v
- File "./UniMath/CategoryTheory/DisplayedCats/Equivalences.v", line 283, 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,typechecker]
- File "./UniMath/CategoryTheory/DisplayedCats/Equivalences.v", line 315, characters 0-16:
- 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]
- Finished transaction in 48.801 secs (4.961u,0.017s) (successful)
- COQC UniMath/CategoryTheory/DisplayedCats/Equivalences_bis.v
- COQC UniMath/CategoryTheory/DisplayedCats/Codomain.v
- COQC UniMath/CategoryTheory/DisplayedCats/Limits.v
- COQC UniMath/CategoryTheory/DisplayedCats/Adjunctions.v
- File "./UniMath/CategoryTheory/DisplayedCats/Adjunctions.v", line 24, 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/CategoryTheory/DisplayedCats/ComprehensionC.v
- Finished transaction in 182.394 secs (19.125u,0.062s) (successful)
- COQC UniMath/SubstitutionSystems/SignatureCategory.v
- COQC UniMath/Bicategories/Core/Examples/StrictCats.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberCategory.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Sub1Cell.v
- COQC UniMath/Bicategories/Core/Examples/Groupoids.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/Map2Cells.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/Identitor.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/Compositor.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/StrictIdentitor.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/StrictCompositor.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Cofunctormap.v
- COQC UniMath/SubstitutionSystems/ModulesFromSignatures.v
- COQC UniMath/SubstitutionSystems/Lam.v
- COQC UniMath/SubstitutionSystems/LamHSET.v
- COQC UniMath/SubstitutionSystems/BindingSigToMonad.v
- COQC UniMath/HomologicalAlgebra/MappingCylinder.v
- COQC UniMath/HomologicalAlgebra/KAPreTriangulated.v
- COQC UniMath/CategoryTheory/categories/CartesianCubicalSets.v
- COQC UniMath/CategoryTheory/Inductives/Trees.v
- COQC UniMath/CategoryTheory/DisplayedCats/Examples.v
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/FiberBicategory1.v
- COQC UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v
- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 181, characters 13-14:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax]
- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 181, characters 15-16:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax]
- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 181, characters 17-18:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax]
- COQC UniMath/Bicategories/PseudoFunctors/Display/StrictPseudoFunctorBicat.v
- COQC UniMath/Bicategories/PseudoFunctors/PseudoFunctor.v
- COQC UniMath/Bicategories/PseudoFunctors/StrictPseudoFunctor.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Identity.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Composition.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Constant.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/ApFunctor.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/OpFunctor.v
- COQC UniMath/Bicategories/PseudoFunctors/Examples/PseudofunctorFromMonoidal.v
- COQC UniMath/Bicategories/Transformations/PseudoTransformation.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayedInserter.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Displayed2Inserter.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Algebras.v
- COQC UniMath/Bicategories/DisplayedBicats/Examples/CwF.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/CwF.v", line 136, characters 8-61:
- Error:
- In environment
- C : precategory
- hsC : has_homsets C
- F : opp_precat_data C ⟶ SET
- c : C
- c' : C
- A : F c
- e : c = c'
- The term
-  "transportf
-     (λ d : opp_precat_data C, (F : opp_precat_data C ⟶ SET) d : hSet) e A"
- has type
-  "pr1hSet
-     (@functor_on_objects
-        (precategory_ob_mor_from_precategory_data
-           (opp_precat_data (precategory_data_from_precategory C)))
-        (precategory_ob_mor_from_precategory_data
-           (precategory_data_from_precategory
-              (category_to_precategory
-                 (univalent_category_to_category HSET_univalent_category))))
-        (functor_data_from_functor
-           (opp_precat_data (precategory_data_from_precategory C))
-           (precategory_data_from_precategory
-              (category_to_precategory
-                 (univalent_category_to_category HSET_univalent_category))) F)
-        c')" while it is expected to have type
-  "pr1hSet
-     (@functor_on_objects
-        (precategory_ob_mor_from_precategory_data
-           (precategory_data_from_precategory (opp_precat ?C)))
-        (precategory_ob_mor_from_precategory_data
-           (precategory_data_from_precategory
-              (category_to_precategory
-                 (univalent_category_to_category HSET_univalent_category))))
-        (functor_data_from_functor
-           (precategory_data_from_precategory (opp_precat ?C))
-           (precategory_data_from_precategory
-              (category_to_precategory
-                 (univalent_category_to_category HSET_univalent_category))) 
-           ?F) ?c)".
- 
- make[2]: *** [build/CoqMakefile.make:793: UniMath/Bicategories/DisplayedBicats/Examples/CwF.vo] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[1]: *** [build/CoqMakefile.make:409: all] Error 2
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-unimath.20210807'
- 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.20210807 ===============================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.10.2 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-unimath.20210807
# command              ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4
# exit-code            2
# env-file             ~/.opam/log/coq-unimath-20698-335865.env
# output-file          ~/.opam/log/coq-unimath-20698-335865.out
### output ###
# has type
# [...]
#           (precategory_data_from_precategory (opp_precat ?C))
#           (precategory_data_from_precategory
#              (category_to_precategory
#                 (univalent_category_to_category HSET_univalent_category))) 
#           ?F) ?c)".
# 
# make[2]: *** [build/CoqMakefile.make:793: UniMath/Bicategories/DisplayedBicats/Examples/CwF.vo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [build/CoqMakefile.make:409: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.10.2/.opam-switch/build/coq-unimath.20210807'
# make: *** [Makefile:92: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-unimath 20210807
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-unimath.20210807 coq.8.16.0' 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