« Up

buchberger 8.11.0 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
coq                 8.10.2      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
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
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/buchberger"
dev-repo: "git+https://github.com/coq-community/buchberger.git"
bug-reports: "https://github.com/coq-community/buchberger/issues"
license: "LGPL-2.1-or-later"
synopsis: "Verified implementation of Buchberger's algorithm for computing Gröbner bases in Coq"
description: """
A verified implementation of Buchberger's algorithm in Coq,
which computes the Gröbner basis associated with a polynomial ideal.
Also includes a constructive proof of Dickson's lemma."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {>= "8.7" & < "8.13~"}
]
tags: [
  "category:Mathematics/Algebra"
  "category:Miscellaneous/Extracted Programs/Combinatorics"
  "keyword:Gröbner basis"
  "keyword:polynomial ideal"
  "keyword:Buchberger's algorithm"
  "logpath:Buchberger"
  "date:2020-05-27"
]
authors: [
  "Laurent Théry"
  "Henrik Persson"
]
url {
  src: "https://github.com/coq-community/buchberger/archive/v8.11.0.tar.gz"
  checksum: "sha512=a048ee35574090d2ffa6b8c6a5e4379bb5f7699e0b84c1c4781fb624d151faca02eb9122bae2d21296ba6dbe57adb116edaa1255a5475b1cbafe89d33d364a05"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-buchberger.8.11.0 coq.8.10.2
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-buchberger.8.11.0 coq.8.10.2
Return code
0
Duration
1 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-buchberger.8.11.0 coq.8.10.2
Return code
7936
Duration
1 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
coq                 8.10.2      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
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
[NOTE] Package coq is already installed (current version is 8.10.2).
The following actions will be performed:
  - install coq-buchberger 8.11.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-buchberger.8.11.0: http]
[coq-buchberger.8.11.0] downloaded from https://github.com/coq-community/buchberger/archive/v8.11.0.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-buchberger: 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-buchberger.8.11.0)
- coq_makefile -f _CoqProject -o Makefile.coq
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-buchberger.8.11.0'
- COQDEP VFILES
- COQC theories/Relation_Operators_compat.v
- COQC theories/Bar.v
- COQC theories/CoefStructure.v
- COQC theories/OrderStructure.v
- COQC theories/Monomials.v
- COQC theories/LetP.v
- COQC theories/ListProps.v
- COQC theories/moreCoefStructure.v
- COQC theories/Fred.v
- COQC theories/OpenIndGoodRel.v
- COQC theories/LexiOrder.v
- COQC theories/Dickson.v
- COQC theories/Term.v
- COQC theories/POrder.v
- COQC theories/DivTerm.v
- COQC theories/Peq.v
- COQC theories/Pplus.v
- COQC theories/Pmults.v
- File "./theories/Pmults.v", line 266, characters 0-383:
- Error: System error: "No space left on device"
- 
- make[2]: *** [Makefile.coq:659: theories/Pmults.vo] Error 1
- make[1]: *** [Makefile.coq:321: all] Error 2
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-buchberger.8.11.0'
- make: *** [Makefile:2: all] Error 2
[ERROR] The compilation of coq-buchberger failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-buchberger.8.11.0 ==============================#
# 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-buchberger.8.11.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-buchberger-7777-335865.env
# output-file          ~/.opam/log/coq-buchberger-7777-335865.out
### output ###
# [...]
# COQC theories/POrder.v
# COQC theories/DivTerm.v
# COQC theories/Peq.v
# COQC theories/Pplus.v
# COQC theories/Pmults.v
# File "./theories/Pmults.v", line 266, characters 0-383:
# Error: System error: "No space left on device"
# 
# make[2]: *** [Makefile.coq:659: theories/Pmults.vo] Error 1
# make[1]: *** [Makefile.coq:321: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-buchberger.8.11.0'
# make: *** [Makefile:2: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-buchberger 8.11.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-buchberger.8.11.0 coq.8.10.2' failed.

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none