« Up

unimath 20210807 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/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.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.20210807 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.20210807 coq.dev
Return code
7936
Duration
35 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 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.14.0/.opam-switch/build/coq-unimath.20210807)
- 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
- --- 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.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,default]
- 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,default]
- 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,default]
- 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,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-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/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/Combinatorics/Maybe.v
- COQC UniMath/Foundations/PartD.v
- COQC UniMath/Foundations/Propositions.v
- COQC UniMath/Foundations/UnivalenceAxiom2.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/Algebra/BinaryOperations.v
- COQC UniMath/Tactics/Utilities.v
- COQC UniMath/Folds/folds_precat.v
- COQC UniMath/Folds/folds_pre_2_cat.v
- File "./UniMath/Folds/folds_precat.v", line 67, characters 11-12:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 67, characters 13-14:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 67, characters 15-16:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 68, characters 12-13:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 68, characters 14-15:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 68, characters 16-17:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 68, characters 24-25:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 68, characters 38-39:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 68, characters 52-53:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 68, characters 54-55:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 70, characters 12-13:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 70, characters 14-15:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 70, characters 16-17:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_precat.v", line 70, characters 18-19:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- COQC UniMath/MoreFoundations/Test.v
- File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 11-12:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 13-14:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 15-16:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 12-13:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 14-15:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 16-17:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 24-25:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 38-39:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 52-53:
- Warning: Ignoring implicit binder declaration i
[...] truncated
 [overwriting-delimiting-key,parsing,default]
- COQC UniMath/CategoryTheory/DisplayedCats/Adjunctions.v
- File "./UniMath/CategoryTheory/DisplayedCats/Adjunctions.v", line 13, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- 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,coercions,default]
- COQC UniMath/CategoryTheory/Monoidal/ActionBasedStrengthOnHomsInBicat.v
- File "./UniMath/CategoryTheory/Monoidal/ActionBasedStrengthOnHomsInBicat.v", line 9, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/FiberBicategory1.v
- File "./UniMath/Bicategories/DisplayedBicats/FiberBicategory/FiberBicategory1.v", line 9, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v
- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 6, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 181, characters 13-14:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 181, characters 15-16:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 181, characters 17-18:
- Warning: Ignoring implicit binder declaration in unexpected position.
- [unexpected-implicit-declaration,syntax,default]
- COQC UniMath/Bicategories/PseudoFunctors/Display/StrictPseudoFunctorBicat.v
- File "./UniMath/Bicategories/PseudoFunctors/Display/StrictPseudoFunctorBicat.v", line 6, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/PseudoFunctors/PseudoFunctor.v
- File "./UniMath/Bicategories/PseudoFunctors/PseudoFunctor.v", line 14, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/PseudoFunctors/StrictPseudoFunctor.v
- File "./UniMath/Bicategories/PseudoFunctors/StrictPseudoFunctor.v", line 9, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Identity.v
- File "./UniMath/Bicategories/PseudoFunctors/Examples/Identity.v", line 10, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Composition.v
- File "./UniMath/Bicategories/PseudoFunctors/Examples/Composition.v", line 10, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/PseudoFunctors/Examples/Constant.v
- File "./UniMath/Bicategories/PseudoFunctors/Examples/Constant.v", line 5, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/PseudoFunctors/Examples/ApFunctor.v
- File "./UniMath/Bicategories/PseudoFunctors/Examples/ApFunctor.v", line 10, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/PseudoFunctors/Examples/OpFunctor.v
- File "./UniMath/Bicategories/PseudoFunctors/Examples/OpFunctor.v", line 5, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/PseudoFunctors/Examples/PseudofunctorFromMonoidal.v
- File "./UniMath/Bicategories/PseudoFunctors/Examples/PseudofunctorFromMonoidal.v", line 14, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/Transformations/PseudoTransformation.v
- File "./UniMath/Bicategories/Transformations/PseudoTransformation.v", line 4, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayedInserter.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/DisplayedInserter.v", line 3, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- COQC UniMath/Bicategories/DisplayedBicats/Examples/Algebras.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/Algebras.v", line 8, characters 0-54:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- Finished transaction in 51.194 secs (35.414u,0.007s) (successful)
- Finished transaction in 39.042 secs (30.544u,0.s) (successful)
- Finished transaction in 8.031 secs (7.866u,0.s) (successful)
- COQC UniMath/Bicategories/DisplayedBicats/Examples/CwF.v
- File "./UniMath/Bicategories/DisplayedBicats/Examples/CwF.v", line 19, characters 0-51:
- Warning: Overwriting previous delimiting key cat in scope cat
- [overwriting-delimiting-key,parsing,default]
- 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:847: UniMath/Bicategories/DisplayedBicats/Examples/CwF.vo] Error 1
- make[2]: *** [UniMath/Bicategories/DisplayedBicats/Examples/CwF.vo] Deleting file 'UniMath/Bicategories/DisplayedBicats/Examples/CwF.glob'
- make[2]: *** Waiting for unfinished jobs....
- Finished transaction in 108.911 secs (100.756u,0.039s) (successful)
- 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.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.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.20210807
# command              ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4
# exit-code            2
# env-file             ~/.opam/log/coq-unimath-8448-335865.env
# output-file          ~/.opam/log/coq-unimath-8448-335865.out
### output ###
# has type
# [...]
#              (category_to_precategory
#                 (univalent_category_to_category HSET_univalent_category))) 
#           ?F) ?c)".
# 
# make[2]: *** [build/CoqMakefile.make:847: UniMath/Bicategories/DisplayedBicats/Examples/CwF.vo] Error 1
# make[2]: *** [UniMath/Bicategories/DisplayedBicats/Examples/CwF.vo] Deleting file 'UniMath/Bicategories/DisplayedBicats/Examples/CwF.glob'
# make[2]: *** Waiting for unfinished jobs....
# Finished transaction in 108.911 secs (100.756u,0.039s) (successful)
# 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.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.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