« Up

mathcomp-analysis 0.5.1 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.15.1      Formal proof management system
dune                3.4.1       Fast, portable, and opinionated build system
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
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: "Reynald Affeldt <reynald.affeldt@aist.go.jp>"
homepage: "https://github.com/math-comp/analysis"
dev-repo: "git+https://github.com/math-comp/analysis.git"
bug-reports: "https://github.com/math-comp/analysis/issues"
license: "CECILL-C"
synopsis: "An analysis library for mathematical components"
description: """
This repository contains an experimental library for real analysis for
the Coq proof-assistant and using the Mathematical Components library."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" { (>= "8.13" & < "8.16~") | (= "dev") }
  "coq-mathcomp-ssreflect" { (>= "1.13.0" & < "1.15~") | (= "dev") }
  "coq-mathcomp-fingroup" { (>= "1.13.0" & < "1.15~") | (= "dev") }
  "coq-mathcomp-algebra" { (>= "1.13.0" & < "1.15~") | (= "dev") }
  "coq-mathcomp-solvable" { (>= "1.13.0" & < "1.15~") | (= "dev") }
  "coq-mathcomp-field" { (>= "1.13.0" & < "1.15~") | (= "dev") }
  "coq-mathcomp-finmap" { (>= "1.5.1" & < "1.6~") | (= "dev") }
  "coq-mathcomp-bigenough" { (>= "1.0.0") }
  "coq-hierarchy-builder" { (>= "1.2.0") }
]
tags: [
  "category:Mathematics/Real Calculus and Topology"
  "keyword:analysis"
  "keyword:topology"
  "keyword:real numbers"
  "date:2022-06-04"
  "logpath:mathcomp.analysis"
]
authors: [
  "Reynald Affeldt"
  "Yves Bertot"
  "Cyril Cohen"
  "Marie Kerjean"
  "Assia Mahboubi"
  "Damien Rouhling"
  "Pierre Roux"
  "Kazuhiko Sakaguchi"
  "Zachary Stone"
  "Pierre-Yves Strub"
  "Laurent Théry"
]
url {
  http: "https://github.com/math-comp/analysis/archive/0.5.1.tar.gz"
  checksum: "sha512=668bdc47114376529d9aa9b355afbbf74dedbdb8cf372433d11f72251265604bd83fbf8c5a6c5d6868f7e7c5f113e14c84df330f01a8f678c95294621148fab8"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-mathcomp-analysis.0.5.1 coq.8.15.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-mathcomp-analysis.0.5.1 coq.8.15.1
Return code
0
Duration
30 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-analysis.0.5.1 coq.8.15.1
Return code
7936
Duration
18 m 0 s
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.15.1      Formal proof management system
coq-elpi               1.14.0      Elpi extension language for Coq
coq-hierarchy-builder  1.3.0       High level commands to declare and evolve a hierarchy based on packed classes
coq-mathcomp-algebra   1.14.0      Mathematical Components Library on Algebra
coq-mathcomp-bigenough 1.0.1       A small library to do epsilon - N reasoning
coq-mathcomp-field     1.14.0      Mathematical Components Library on Fields
coq-mathcomp-fingroup  1.14.0      Mathematical Components Library on finite groups
coq-mathcomp-finmap    1.5.2       Finite sets, finite maps, finitely supported functions
coq-mathcomp-solvable  1.14.0      Mathematical Components Library on finite groups (II)
coq-mathcomp-ssreflect 1.14.0      Small Scale Reflection
cppo                   1.6.9       Code preprocessor like cpp for OCaml
dune                   3.4.1       Fast, portable, and opinionated build system
elpi                   1.15.2      ELPI - Embeddable λProlog Interpreter
menhir                 20220210    An LR(1) parser generator
menhirLib              20220210    Runtime support library for parsers generated by Menhir
menhirSdk              20220210    Compile-time library for auxiliary tools related to Menhir
ocaml                  4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler    4.09.1      Official release 4.09.1
ocaml-compiler-libs    v0.12.4     OCaml compiler libraries repackaged
ocaml-config           1           OCaml Switch Configuration
ocamlfind              1.9.5       A library manager for OCaml
ppx_derivers           1.2.1       Shared [@@deriving] plugin registry
ppx_deriving           5.2.1       Type-driven code generation for OCaml
ppxlib                 0.27.0      Standard library for ppx rewriters
re                     1.10.4      RE is a regular expression library for OCaml
result                 1.5         Compatibility Result module
seq                    base        Compatibility package for OCaml's standard iterator type starting from 4.07.
sexplib0               v0.15.1     Library containing the definition of S-expressions and some base converters
stdlib-shims           0.3.0       Backport some of the new stdlib features to older compiler
zarith                 1.12        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.15.1).
The following actions will be performed:
  - install coq-mathcomp-analysis 0.5.1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-mathcomp-analysis.0.5.1: http]
[coq-mathcomp-analysis.0.5.1] downloaded from https://github.com/math-comp/analysis/archive/0.5.1.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-mathcomp-analysis: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-mathcomp-analysis.0.5.1)
- /home/bench/.opam/ocaml-base-compiler.4.09.1/bin/coq_makefile  -f _CoqProject -o Makefile.coq
- make -f Makefile.coq 
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-mathcomp-analysis.0.5.1'
- COQDEP VFILES
- COQC theories/mathcomp_extra.v
- COQC theories/boolp.v
- COQC theories/forms.v
- COQC theories/altreals/xfinmap.v
- File "./theories/forms.v", line 124, characters 0-52:
- Warning: class_of_axiom does not respect the uniform inheritance condition
- [uniform-inheritance,typechecker]
- File "./theories/forms.v", line 140, characters 0-48:
- Warning: additiver does not respect the uniform inheritance condition
- [uniform-inheritance,typechecker]
- File "./theories/forms.v", line 141, characters 0-45:
- Warning: linearr does not respect the uniform inheritance condition
- [uniform-inheritance,typechecker]
- COQC theories/signed.v
- COQC theories/classical_sets.v
- COQC theories/functions.v
- COQC theories/reals.v
- COQC theories/altreals/discrete.v
- COQC theories/prodnormedzmodule.v
- COQC theories/topology.v
- COQC theories/cardinality.v
- COQC theories/ereal.v
- File "./theories/ereal.v", line 2257, characters 0-84:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- File "./theories/ereal.v", line 2257, characters 0-84:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- COQC theories/normedtype.v
- COQC theories/nsatz_realtype.v
- COQC theories/altreals/realseq.v
- COQC theories/altreals/realsum.v
- COQC theories/altreals/distr.v
- COQC theories/Rstruct.v
- COQC theories/landau.v
- COQC theories/fsbigop.v
- COQC theories/summability.v
- COQC theories/derive.v
- COQC theories/sequences.v
- COQC theories/esum.v
- COQC theories/set_interval.v
- COQC theories/numfun.v
- File "./theories/numfun.v", line 223, characters 0-88:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- File "./theories/numfun.v", line 223, characters 0-88:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- File "./theories/numfun.v", line 225, characters 0-88:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- File "./theories/numfun.v", line 225, characters 0-88:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- COQC theories/measure.v
- File "./theories/measure.v", line 1202, characters 0-127:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- File "./theories/measure.v", line 1202, characters 0-127:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- File "./theories/measure.v", line 1202, characters 0-127:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- File "./theories/measure.v", line 1312, characters 0-4:
- Warning: measure_to_nadditive_measure does not respect the uniform
- inheritance condition [uniform-inheritance,typechecker]
- File "./theories/measure.v", line 1350, characters 0-80:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- File "./theories/measure.v", line 1350, characters 0-80:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- File "./theories/measure.v", line 1367, characters 0-72:
- Warning: measure_additive_measure does not respect the uniform inheritance
- condition [uniform-inheritance,typechecker]
- COQC theories/realfun.v
- COQC theories/exp.v
- COQC theories/lebesgue_measure.v
- File "./theories/lebesgue_measure.v", line 130, characters 0-76:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- File "./theories/lebesgue_measure.v", line 130, characters 0-76:
- Warning: Casts are ignored in patterns [cast-in-pattern,automation]
- COQC theories/trigo.v
- COQC theories/lebesgue_integral.v
- File "./theories/lebesgue_integral.v", line 200, characters 0-51:
- Error: apply-w-params
- 
- make[2]: *** [Makefile.coq:764: theories/lebesgue_integral.vo] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[1]: *** [Makefile.coq:387: all] Error 2
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-mathcomp-analysis.0.5.1'
- make: *** [Makefile.common:63: this-build] Error 2
[ERROR] The compilation of coq-mathcomp-analysis failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-mathcomp-analysis.0.5.1 ========================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-mathcomp-analysis.0.5.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-mathcomp-analysis-21849-335865.env
# output-file          ~/.opam/log/coq-mathcomp-analysis-21849-335865.out
### output ###
# [...]
# File "./theories/lebesgue_measure.v", line 130, characters 0-76:
# Warning: Casts are ignored in patterns [cast-in-pattern,automation]
# COQC theories/trigo.v
# COQC theories/lebesgue_integral.v
# File "./theories/lebesgue_integral.v", line 200, characters 0-51:
# Error: apply-w-params
# 
# make[2]: *** [Makefile.coq:764: theories/lebesgue_integral.vo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [Makefile.coq:387: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-mathcomp-analysis.0.5.1'
# make: *** [Makefile.common:63: this-build] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-mathcomp-analysis 0.5.1
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-mathcomp-analysis.0.5.1 coq.8.15.1' failed.

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none