ยซ Up

monae 0.4.1 Error with dependencies ๐Ÿš’

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/affeldt-aist/monae"
dev-repo: "git+https://github.com/affeldt-aist/monae.git"
bug-reports: "https://github.com/affeldt-aist/monae/issues"
license: "LGPL-2.1-or-later"
synopsis: "Monads and equational reasoning in Coq"
description: """
This Coq library contains a hierarchy of monads with their laws used
in several examples of monadic equational reasoning."""
build: [make "-j%{jobs}%"]
install: [make "install_full"]
depends: [
  "coq" { (>= "8.14" & < "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-analysis" { (>= "0.4.0") & (< "0.6~")}
  "coq-infotheo" { >= "0.3.7" & < "0.4~"}
  "coq-paramcoq" { >= "1.1.3" & < "1.2~" }
  "coq-hierarchy-builder" { >= "1.2.0" }
  "coq-equations" { >= "1.3" & < "1.4~" }
]
tags: [
  "keyword:monae"
  "keyword:effects"
  "keyword:probability"
  "keyword:nondeterminism"
  "logpath:monae"
  "date:2022-04-28"
]
authors: [
  "Reynald Affeldt"
  "David Nowak"
  "Takafumi Saikawa"
  "Jacques Garrigue"
  "Ayumu Saito"
  "Celestine Sauvage"
  "Kazunari Tanaka"
]
url {
  http: "https://github.com/affeldt-aist/monae/archive/0.4.1.tar.gz"
  checksum: "sha512=6b3b31a0999ecdf217cd6417a62332dd522c19324e3c037c6634d0ddd62404c9ac9f69c2982b9c80522ee852321e9cadfcca02d38fb31d070d3b96514ca43ee9"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-monae.0.4.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-monae.0.4.1 coq.8.15.1
Return code
7936
Duration
29 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
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
The following actions will be performed:
  - install cppo                   1.6.9
  - install coq-equations          1.3+8.15
  - install ppx_derivers           1.2.1
  - install coq-mathcomp-ssreflect 1.14.0
  - install menhirSdk              20220210
  - install menhirLib              20220210
  - install result                 1.5
  - install seq                    base
  - install coq-paramcoq           1.1.3+coq8.15
  - install sexplib0               v0.15.1
  - install ocaml-compiler-libs    v0.12.4
  - install stdlib-shims           0.3.0
  - install coq-mathcomp-finmap    1.5.2
  - install coq-mathcomp-fingroup  1.14.0
  - install coq-mathcomp-bigenough 1.0.1
  - install menhir                 20220210
  - install re                     1.10.4
  - install ppxlib                 0.27.0
  - install coq-mathcomp-algebra   1.14.0
  - install ppx_deriving           5.2.1
  - install coq-mathcomp-solvable  1.14.0
  - install elpi                   1.15.2
  - install coq-mathcomp-field     1.14.0
  - install coq-elpi               1.14.0
  - install coq-hierarchy-builder  1.3.0
  - install coq-mathcomp-analysis  0.5.4
  - install coq-infotheo           0.3.8
===== 27 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-elpi.1.14.0] downloaded from https://github.com/LPCIC/coq-elpi/archive/v1.14.0.tar.gz
[coq-equations.1.3+8.15] downloaded from https://github.com/mattam82/Coq-Equations/archive/refs/tags/v1.3-8.15.tar.gz
[coq-hierarchy-builder.1.3.0] downloaded from https://github.com/math-comp/hierarchy-builder/archive/v1.3.0.tar.gz
[coq-infotheo.0.3.8] downloaded from https://github.com/affeldt-aist/infotheo/archive/0.3.8.tar.gz
[coq-mathcomp-algebra.1.14.0] downloaded from https://github.com/math-comp/math-comp/archive/mathcomp-1.14.0.tar.gz
[coq-mathcomp-analysis.0.5.4] downloaded from https://github.com/math-comp/analysis/archive/0.5.4.tar.gz
[coq-mathcomp-field.1.14.0] found in cache
[coq-mathcomp-fingroup.1.14.0] found in cache
[coq-mathcomp-bigenough.1.0.1] downloaded from https://github.com/math-comp/bigenough/archive/1.0.1.tar.gz
[coq-mathcomp-solvable.1.14.0] found in cache
[coq-mathcomp-ssreflect.1.14.0] found in cache
[coq-mathcomp-finmap.1.5.2] downloaded from https://github.com/math-comp/finmap/archive/1.5.2.tar.gz
[coq-paramcoq.1.1.3+coq8.15] downloaded from https://github.com/coq-community/paramcoq/archive/v1.1.3+coq8.15.tar.gz
[cppo.1.6.9] downloaded from cache at https://opam.ocaml.org/cache
[elpi.1.15.2] downloaded from cache at https://opam.ocaml.org/cache
[menhir.20220210] downloaded from cache at https://opam.ocaml.org/cache
[menhirSdk.20220210] found in cache
[menhirLib.20220210] downloaded from cache at https://opam.ocaml.org/cache
[ocaml-compiler-libs.v0.12.4] downloaded from cache at https://opam.ocaml.org/cache
[ppx_derivers.1.2.1] downloaded from cache at https://opam.ocaml.org/cache
[ppx_deriving.5.2.1] downloaded from cache at https://opam.ocaml.org/cache
[ppxlib.0.27.0] downloaded from cache at https://opam.ocaml.org/cache
[re.1.10.4] downloaded from cache at https://opam.ocaml.org/cache
[result.1.5] downloaded from cache at https://opam.ocaml.org/cache
[sexplib0.v0.15.1] downloaded from cache at https://opam.ocaml.org/cache
[stdlib-shims.0.3.0] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed coq-paramcoq.1.1.3+coq8.15
-> installed cppo.1.6.9
-> installed menhirLib.20220210
-> installed menhirSdk.20220210
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed seq.base
-> installed coq-equations.1.3+8.15
-> installed re.1.10.4
-> installed sexplib0.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed menhir.20220210
-> installed ppxlib.0.27.0
-> installed coq-mathcomp-ssreflect.1.14.0
-> installed coq-mathcomp-bigenough.1.0.1
-> installed ppx_deriving.5.2.1
[ERROR] The compilation of elpi failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make build DUNE_OPTS=-p elpi -j 4".
-> installed coq-mathcomp-finmap.1.5.2
-> installed coq-mathcomp-fingroup.1.14.0
-> installed coq-mathcomp-algebra.1.14.0
-> installed coq-mathcomp-solvable.1.14.0
-> installed coq-mathcomp-field.1.14.0
#=== ERROR while compiling elpi.1.15.2 ========================================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | https://opam.ocaml.org#626ee258
# path                 ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/elpi.1.15.2
# command              ~/.opam/opam-init/hooks/sandbox.sh build make build DUNE_OPTS=-p elpi -j 4
# exit-code            2
# env-file             ~/.opam/log/elpi-4948-666f86.env
# output-file          ~/.opam/log/elpi-4948-666f86.out
### output ###
# [...]
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/parser/.test_parser.eobjs/byte -I /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/menhirLib -I /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/ppx_deriving/runtime -I /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/re -I /home/bench/.opam/ocaml-base-compiler.4.09.1/lib/re/str -I /h[...]
# Command exited with code 2.
# Fatal error: exception Sys_error("No space left on device")
# Raised by primitive operation at file "stdlib.ml", line 385, characters 19-27
# Called from file "otherlibs/stdune/exn.ml", line 14, characters 4-13
# Called from file "otherlibs/stdune/exn.ml", line 12, characters 8-11
# Re-raised at file "otherlibs/stdune/exn.ml", line 18, characters 4-11
# Called from file "stdlib.ml", line 553, characters 62-65
# Called from file "stdlib.ml" (inlined), line 556, characters 20-39
# Called from file "stdlib.ml", line 559, characters 2-15
# Called from file "bin/main.ml", line 100, characters 4-10
# make: *** [Makefile:39: build] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build elpi 1.15.2
+- 
+- The following changes have been performed (the rest was aborted)
| - install coq-equations          1.3+8.15
| - install coq-mathcomp-algebra   1.14.0
| - install coq-mathcomp-bigenough 1.0.1
| - install coq-mathcomp-field     1.14.0
| - install coq-mathcomp-fingroup  1.14.0
| - install coq-mathcomp-finmap    1.5.2
| - install coq-mathcomp-solvable  1.14.0
| - install coq-mathcomp-ssreflect 1.14.0
| - install coq-paramcoq           1.1.3+coq8.15
| - install cppo                   1.6.9
| - install menhir                 20220210
| - install menhirLib              20220210
| - install menhirSdk              20220210
| - install ocaml-compiler-libs    v0.12.4
| - install ppx_derivers           1.2.1
| - install ppx_deriving           5.2.1
| - install ppxlib                 0.27.0
| - install re                     1.10.4
| - install result                 1.5
| - install seq                    base
| - install sexplib0               v0.15.1
| - install stdlib-shims           0.3.0
+- 
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
    opam switch import "/home/bench/.opam/ocaml-base-compiler.4.09.1/.opam-switch/backup/state-20220914063023.export"

Install ๐Ÿš€

Command
true
Return code
0
Duration
0 s

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none