« Up

coquelicot 3.1.0 Error

(2021-04-06 20:47:58 UTC)

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            3           Virtual package relying on a GMP lib system installation
coq                 dev         Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.10.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1      Official release 4.10.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.1       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "http://coquelicot.saclay.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coquelicot/coquelicot.git"
bug-reports: "https://gitlab.inria.fr/coquelicot/coquelicot/issues"
license: "LGPL-3.0-or-later"
patches: [
  "remake.patch"
]
build: [
  ["autoconf"] {dev}
  ["./configure"]
  ["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
  "coq" {>= "8.8"}
  "coq-mathcomp-ssreflect" {>= "1.6"}
  "conf-autoconf" {build & dev}
  ("conf-g++" {build} | "conf-clang" {build})
]
tags: [ "keyword:real analysis" "keyword:topology" "keyword:filters" "keyword:metric spaces" "category:Mathematics/Real Calculus and Topology" "logpath:Coquelicot" "date:2020-02-24" ]
authors: [ "Sylvie Boldo <sylvie.boldo@inria.fr>" "Catherine Lelay <catherine.lelay@inria.fr>" "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "A Coq formalization of real analysis compatible with the standard library"
url {
  src: "https://gforge.inria.fr/frs/download.php/file/38287/coquelicot-3.1.0.tar.gz"
  checksum: "sha512=f9aa6279250d3bf47255273d7af96d1d1845bc531426e4ce8de7ede183975cfd894d88baaa13af6cd056656ad434add4d9fd2e5f9b4d59f6887cc235ec6f0a5b"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-coquelicot.3.1.0 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 2h opam install -y --deps-only coq-coquelicot.3.1.0 coq.dev
Return code
0
Duration
1 m 41 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-coquelicot.3.1.0 coq.dev
Return code
7936
Duration
1 m 56 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-g++               1.0         Virtual package relying on the g++ compiler (for C++)
conf-gmp               3           Virtual package relying on a GMP lib system installation
coq                    dev         Formal proof management system
coq-mathcomp-ssreflect dev         Small Scale Reflection
num                    1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml                  4.10.1      The OCaml compiler (virtual package)
ocaml-base-compiler    4.10.1      Official release 4.10.1
ocaml-config           1           OCaml Switch Configuration
ocamlfind              1.9.1       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 dev).
The following actions will be performed:
  - install coq-coquelicot 3.1.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-coquelicot.3.1.0: http]
[coq-coquelicot.3.1.0] downloaded from https://gforge.inria.fr/frs/download.php/file/38287/coquelicot-3.1.0.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-coquelicot: patch]
Processing  1/2: [coq-coquelicot: ./configure]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.1/.opam-switch/build/coq-coquelicot.3.1.0)
- checking for g++... g++
- checking whether the C++ compiler works... 
- yes
- checking for C++ compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... 
- yes
- checking for coqc... /home/bench/.opam/ocaml-base-compiler.4.10.1/bin/coqc
- checking for coqdep... /home/bench/.opam/ocaml-base-compiler.4.10.1/bin/coqdep
- checking for coqdoc... /home/bench/.opam/ocaml-base-compiler.4.10.1/bin/coqdoc
- checking for SSReflect... yes
- configure: building remake...
- /usr/bin/ld: /tmp/ccH1DGeC.o: in function `main':
- remake.cpp:(.text.startup+0xae0): warning: the use of `tempnam' is dangerous, better use `mkstemp'
- configure: creating ./config.status
- config.status: creating Remakefile
Processing  1/2: [coq-coquelicot: ./remake]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./remake" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.10.1/.opam-switch/build/coq-coquelicot.3.1.0)
- Building theories/AutoDerive.vo
- Building theories/Compactness.vo
- Building theories/Complex.vo
- Building theories/Continuity.vo
- Building theories/Derive.vo
- Building theories/Hierarchy.vo
- Building theories/Rcomplements.vo
- Building theories/Lim_seq.vo
- Building theories/Iter.vo
- Building theories/Equiv.vo
- Building theories/Lub.vo
- Building theories/Markov.vo
- Building theories/Rbar.vo
- Building theories/Derive_2d.vo
- Building theories/ElemFct.vo
- Building theories/RInt.vo
- Building theories/RInt_analysis.vo
- Building theories/PSeries.vo
- Building theories/SF_seq.vo
- Building theories/Seq_fct.vo
- Building theories/Series.vo
- Building theories/Coquelicot.vo
- Building theories/KHInt.vo
- Building theories/RInt_gen.vo
- File "./theories/Rcomplements.v", line 660, characters 2-37:
- Warning: Duplicate clear of H [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 676, characters 2-20:
- Warning: Duplicate clear of n [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 1383, characters 2-54:
- Warning: Duplicate clear of n [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 1413, characters 2-54:
- Warning: Duplicate clear of n [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 1434, characters 2-49:
- Warning: Duplicate clear of Hl [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 1439, characters 2-26:
- Warning: Duplicate clear of Hl [duplicate-clear,ssr]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1637, characters 19-28:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1638, characters 24-34:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1637, characters 19-28:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1638, characters 24-34:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1637, characters 19-28:
- Warning: Notation RList.nil is deprecated since 8.12. use List.nil instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1630, characters 2-460:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1638, characters 24-34:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1656, characters 35-48:
- Warning: Notation RList.Rlength is deprecated since 8.12.
- use List.length instead [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1657, characters 19-29:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1657, characters 34-44:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1658, characters 21-31:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1658, characters 36-46:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1666, characters 35-45:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/Rcomplements.v", line 1666, characters 49-59:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- Finished theories/Rcomplements.vo
- File "./theories/Rbar.v", line 49, characters 0-27:
- Warning:
- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
- [ambiguous-paths,typechecker]
- File "./theories/Iter.v", line 187, characters 12-20:
- Warning: Notation iota_add is deprecated since mathcomp 1.13.0.
- Use iotaD instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 187, characters 12-20:
- Warning: Notation iota_add is deprecated since mathcomp 1.13.0.
- Use iotaD instead. [deprecated-syntactic-definition,deprecated]
- File "./theories/Iter.v", line 187, characters 12-20:
- Warning: Notation iota_add is deprecated since mathcomp 1.13.0.
- Use iotaD instead. [deprecated-syntactic-definition,deprecated]
- Finished theories/Iter.vo
- Finished theories/Markov.vo
- Finished theories/Compactness.vo
- Finished theories/Rbar.v
[...] truncated
ctic-definition,deprecated]
- File "./theories/RInt.v", line 3593, characters 33-43:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3593, characters 49-59:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3593, characters 33-43:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3593, characters 49-59:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3597, characters 33-43:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3597, characters 49-59:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3597, characters 33-43:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3597, characters 49-59:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3618, characters 2-51:
- Warning: Duplicate clear of Hx [duplicate-clear,ssr]
- File "./theories/RInt.v", line 3618, characters 2-51:
- Warning: Duplicate clear of Hx [duplicate-clear,ssr]
- File "./theories/RInt.v", line 3620, characters 34-44:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3620, characters 34-44:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3624, characters 27-37:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3624, characters 27-37:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3624, characters 27-37:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3664, characters 2-55:
- Warning: Duplicate clear of Hx [duplicate-clear,ssr]
- File "./theories/RInt.v", line 3664, characters 2-55:
- Warning: Duplicate clear of Hx [duplicate-clear,ssr]
- File "./theories/RInt.v", line 3666, characters 34-44:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3666, characters 34-44:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3670, characters 27-37:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3670, characters 27-37:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3670, characters 27-37:
- Warning: Notation RList.cons is deprecated since 8.12. use List.cons instead
- [deprecated-syntactic-definition,deprecated]
- File "./theories/RInt.v", line 3749, characters 2-107:
- Warning: Duplicate clear of IH [duplicate-clear,ssr]
- File "./theories/RInt.v", line 3805, characters 2-148:
- Warning: Duplicate clear of Hptd [duplicate-clear,ssr]
- File "./theories/RInt.v", line 3814, characters 2-159:
- Warning: Duplicate clear of IH [duplicate-clear,ssr]
- File "./theories/PSeries.v", line 2045, characters 4-64:
- Warning: Duplicate clear of Hn [duplicate-clear,ssr]
- File "./theories/PSeries.v", line 2045, characters 4-64:
- Warning: Duplicate clear of Hn [duplicate-clear,ssr]
- File "./theories/PSeries.v", line 2441, characters 4-46:
- Warning: Duplicate clear of r [duplicate-clear,ssr]
- File "./theories/PSeries.v", line 2457, characters 3-82:
- Warning: Duplicate clear of Hw [duplicate-clear,ssr]
- Finished theories/PSeries.vo
- File "./theories/RInt.v", line 3904, characters 4-50:
- Warning: Duplicate clear of Hab [duplicate-clear,ssr]
- File "./theories/RInt.v", line 3904, characters 4-50:
- Warning: Duplicate clear of Hab [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4023, characters 4-79:
- Warning: Duplicate clear of Hx [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4294, characters 2-23:
- Warning: Duplicate clear of HIf [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4309, characters 2-23:
- Warning: Duplicate clear of HIf [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4332, characters 2-22:
- Warning: Duplicate clear of HIf [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4394, characters 2-23:
- Warning: Duplicate clear of HIf [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4454, characters 6-34:
- Warning: Duplicate clear of H1 [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4454, characters 6-34:
- Warning: Duplicate clear of H1 [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4489, characters 6-34:
- Warning: Duplicate clear of Ht [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4489, characters 6-34:
- Warning: Duplicate clear of Ht [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4503, characters 6-34:
- Warning: Duplicate clear of H1 [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4503, characters 6-34:
- Warning: Duplicate clear of H1 [duplicate-clear,ssr]
- File "./theories/RInt.v", line 4592, characters 2-23:
- Warning: Duplicate clear of HIf [duplicate-clear,ssr]
- Finished theories/RInt.vo
- File "./theories/RInt_analysis.v", line 27, characters 0-66:
- Warning:
- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
- [ambiguous-paths,typechecker]
- File "./theories/RInt_analysis.v", line 48, characters 4-104:
- Warning: Duplicate clear of CIf [duplicate-clear,ssr]
- File "./theories/RInt_analysis.v", line 113, characters 2-114:
- Warning: Duplicate clear of CIf [duplicate-clear,ssr]
- File "./theories/RInt_analysis.v", line 338, characters 2-59:
- Warning: Duplicate clear of Hf [duplicate-clear,ssr]
- File "./theories/RInt_analysis.v", line 470, characters 2-95:
- Warning: Duplicate clear of Ha [duplicate-clear,ssr]
- File "./theories/RInt_analysis.v", line 474, characters 2-95:
- Warning: Duplicate clear of Hb [duplicate-clear,ssr]
- Finished theories/KHInt.vo
- File "./theories/RInt_analysis.v", line 692, characters 2-60:
- Warning: Duplicate clear of Hf [duplicate-clear,ssr]
- File "./theories/RInt_analysis.v", line 773, characters 0-57:
- Warning: Duplicate clear of Ca [duplicate-clear,ssr]
- File "./theories/RInt_analysis.v", line 793, characters 0-57:
- Warning: Duplicate clear of Ca [duplicate-clear,ssr]
- File "./theories/RInt_analysis.v", line 794, characters 0-57:
- Warning: Duplicate clear of Cb [duplicate-clear,ssr]
- File "./theories/RInt_analysis.v", line 1283, characters 0-58:
- Warning: Duplicate clear of Hy [duplicate-clear,ssr]
- Finished theories/RInt_analysis.vo
- File "./theories/ElemFct.v", line 24, characters 0-96:
- Warning:
- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
- [ambiguous-paths,typechecker]
- File "./theories/RInt_gen.v", line 24, characters 0-88:
- Warning:
- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
- [ambiguous-paths,typechecker]
- Finished theories/RInt_gen.vo
- File "./theories/ElemFct.v", line 556, characters 2-30:
- Warning: Duplicate clear of Hy [duplicate-clear,ssr]
- File "./theories/ElemFct.v", line 570, characters 2-36:
- Warning: Duplicate clear of n [duplicate-clear,ssr]
- File "./theories/ElemFct.v", line 604, characters 2-28:
- Error: No applicable tactic.
- 
- Failed to build theories/ElemFct.vo
- Failed to build all
- Failed to build theories/AutoDerive.vo
- Failed to build theories/Coquelicot.vo
[ERROR] The compilation of coq-coquelicot failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ./remake -j4".
#=== ERROR while compiling coq-coquelicot.3.1.0 ===============================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.10.1 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.10.1/.opam-switch/build/coq-coquelicot.3.1.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4
# exit-code            1
# env-file             ~/.opam/log/coq-coquelicot-17829-d474c2.env
# output-file          ~/.opam/log/coq-coquelicot-17829-d474c2.out
### output ###
# [...]
# Finished theories/RInt_gen.vo
# File "./theories/ElemFct.v", line 556, characters 2-30:
# Warning: Duplicate clear of Hy [duplicate-clear,ssr]
# File "./theories/ElemFct.v", line 570, characters 2-36:
# Warning: Duplicate clear of n [duplicate-clear,ssr]
# File "./theories/ElemFct.v", line 604, characters 2-28:
# Error: No applicable tactic.
# 
# Failed to build theories/ElemFct.vo
# Failed to build all
# Failed to build theories/AutoDerive.vo
# Failed to build theories/Coquelicot.vo
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-coquelicot 3.1.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-coquelicot.3.1.0 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