ยซ Up

reduction-effects 0.1.4 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.13.1      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
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"
synopsis:
  "A Coq plugin to add reduction side effects to some Coq reduction strategies"
maintainer: "Yishuai Li <yishuai@cis.upenn.edu>"
authors: "Hugo Herbelin"
license: "MPL-2.0"
tags: "logpath:ReductionEffect"
homepage: "https://github.com/coq-community/reduction-effects"
bug-reports: "https://github.com/coq-community/reduction-effects/issues"
depends: [
  "coq" {>= "8.10"}
  "cppo" {>= "1.6.8"}
]
build: [make "-j%{jobs}%"]
run-test: [make "-j%{jobs}%" "test"]
install: [make "install"]
dev-repo: "git+https://github.com/coq-community/reduction-effects.git"
url {
  src:
    "https://github.com/coq-community/reduction-effects/archive/v0.1.4.tar.gz"
  checksum: [
    "md5=1f6c0770a41952367eca4c137ea1783e"
    "sha512=b984536b9657e79f5d39e7ba204906f61d92dc51027ea31005f8b6cc5f42595ec99b7516917b7461157e9ea46293a86207c26a435963582e524cb04b20496173"
  ]
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-reduction-effects.0.1.4 coq.8.13.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-reduction-effects.0.1.4 coq.8.13.1
Return code
7936
Duration
3 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.13.1      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
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 dune 3.4.1
  - install cppo 1.6.9
===== 2 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[cppo.1.6.9] downloaded from cache at https://opam.ocaml.org/cache
[dune.3.4.1] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed dune.3.4.1
[ERROR] The compilation of cppo failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build dune build -p cppo -j 4".
#=== ERROR while compiling cppo.1.6.9 =========================================#
# context              2.0.7 | linux/x86_64 | ocaml-base-compiler.4.11.2 | https://opam.ocaml.org#0fc5b3d7
# path                 ~/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/cppo.1.6.9
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p cppo -j 4
# exit-code            2
# env-file             ~/.opam/log/cppo-10664-876af6.env
# output-file          ~/.opam/log/cppo-10664-876af6.out
### output ###
# [...]
# 21 |  (libraries unix str))
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.11.2/bin/ocamlopt.opt -w -40 -g -I src/.cppo_main.eobjs/byte -I src/.cppo_main.eobjs/native -intf-suffix .ml -no-alias-deps -o src/.cppo_main.eobjs/native/cppo_main.cmx -c -impl src/cppo_main.ml)
# Command exited with code 2.
# Fatal error: exception Sys_error("No space left on device")
# Raised by primitive operation at Stdlib.close_out in file "stdlib.ml", line 385, characters 19-27
# Called from Stdune__exn.protectx in file "otherlibs/stdune/exn.ml", line 14, characters 4-13
# Called from Stdune__exn.protectx in file "otherlibs/stdune/exn.ml", line 12, characters 8-11
# Re-raised at Stdune__exn.protectx in file "otherlibs/stdune/exn.ml", line 18, characters 4-11
# Called from Stdlib.at_exit.(fun) in file "stdlib.ml", line 553, characters 62-65
# Called from Stdlib.do_at_exit in file "stdlib.ml" (inlined), line 556, characters 20-39
# Called from Stdlib.exit in file "stdlib.ml", line 559, characters 2-15
# Called from Main in file "bin/main.ml", line 100, characters 4-10
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build cppo 1.6.9
+- 
+- The following changes have been performed
| - install dune 3.4.1
+- 
# 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.11.2/.opam-switch/backup/state-20220915003424.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