ยซ Up

vst-32 2.8 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.13.1      Formal proof management system
num                   1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml                 4.14.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.14.0      Official release 4.14.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
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: "Verified Software Toolchain"
description: "The software toolchain includes static analyzers to check assertions about your program; optimizing compilers to translate your program to machine language; operating systems and libraries to supply context for your program. The Verified Software Toolchain project assures with machine-checked proofs that the assertions claimed at the top of the toolchain really hold in the machine-language program, running in the operating-system context."
authors: [
  "Andrew W. Appel"
  "Lennart Beringer"
  "Sandrine Blazy"
  "Qinxiang Cao"
  "Santiago Cuellar"
  "Robert Dockins"
  "Josiah Dodds"
  "Nick Giannarakis"
  "Samuel Gruetter"
  "Aquinas Hobor"
  "Jean-Marie Madiot"
  "William Mansky"
]
maintainer: "VST team"
homepage: "http://vst.cs.princeton.edu/"
dev-repo: "git+https://github.com/PrincetonUniversity/VST.git"
bug-reports: "https://github.com/PrincetonUniversity/VST/issues"
license: "https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICENSE"
patches: [ "0001-Fix-issue-485-make-install-with-IGNORECOQVERSION.patch" "0002-Fix-Coq-8.14.0.patch" ]
build: [
  [make "-j%{jobs}%" "IGNORECOQVERSION=true" "BITSIZE=32"]
]
install: [
  [make "install" "IGNORECOQVERSION=true" "BITSIZE=32"]
]
depends: [
  "ocaml"
  "coq" {>= "8.12" & < "8.15~"}
  "coq-compcert-32" {= "3.9"}
  "coq-flocq" {>= "3.2.1"}
]
tags: [
  "category:Computer Science/Semantics and Compilation/Semantics"
  "keyword:C"
  "logpath:VST"
  "date:2021-06-01"
]
url {
  src: "https://github.com/PrincetonUniversity/VST/archive/v2.8.tar.gz"
  checksum: "sha512=80fae7277baf77319c9789fe4d170857862798988980f14c6ca4e11e5e027aff5dbf908848a193f90b0fb2a0dd7d12cf5f4446e2e5c13682e636d89838a08cae"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-vst-32.2.8 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-vst-32.2.8 coq.8.13.1
Return code
0
Duration
44 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-vst-32.2.8 coq.8.13.1
Return code
7936
Duration
1 h 49 m
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              4           Virtual package relying on a GMP lib system installation
coq                   8.13.1      Formal proof management system
coq-compcert-32       3.9         The CompCert C compiler (32 bit)
coq-flocq             3.4.3       A formalization of floating-point arithmetic for the Coq system
coq-menhirlib         20220210    A support library for verified Coq parsers produced by Menhir
dune                  3.4.1       Fast, portable, and opinionated build system
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
num                   1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml                 4.14.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.14.0      Official release 4.14.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.5       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 8.13.1).
The following actions will be performed:
  - install coq-vst-32 2.8
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-vst-32.2.8: http]
[coq-vst-32.2.8] downloaded from https://github.com/PrincetonUniversity/VST/archive/v2.8.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-vst-32: patch]
Processing  1/2: [coq-vst-32: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" "IGNORECOQVERSION=true" "BITSIZE=32" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-vst-32.2.8)
- ===== CONFIGURATION SUMMARY =====
- COMPCERT=platform
- COMPCERT_SRC_DIR=__NONE__
- COMPCERT_INST_DIR=/home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert
- BITSIZE=32
- ARCH=x86
- INSTALLDIR=/home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-variant/VST32/VST
- ===== DERIVED CONFIGURATION =====
- COMPCERT_INFO_PATH_REF=compcert
- COMPCERT_EXPLICIT_PATH=true
- COMPCERT_BUILD_FROM_SRC=false
- COMPCERT_NEW=false
- COQFLAGS=  -Q msl VST.msl   -Q sepcomp VST.sepcomp   -Q veric VST.veric   -Q floyd VST.floyd   -Q progs VST.progs   -Q concurrency VST.concurrency     -Q atomics VST.atomics   -Q wand_demo wand_demo   -Q sha sha   -Q hmacfcf hmacfcf   -Q tweetnacl20140427 tweetnacl20140427   -Q hmacdrbg hmacdrbg   -Q aes aes   -Q mailbox mailbox    -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight   
- COMPCERT_R_FLAGS= -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight
- =================================
- coqdep ... >.depend
- # DEPENDENCIES DEFAULT
- coqdep -vos   -Q msl VST.msl   -Q sepcomp VST.sepcomp   -Q veric VST.veric   -Q floyd VST.floyd   -Q progs VST.progs   -Q concurrency VST.concurrency     -Q atomics VST.atomics   -Q wand_demo wand_demo   -Q sha sha   -Q hmacfcf hmacfcf   -Q tweetnacl20140427 tweetnacl20140427   -Q hmacdrbg hmacdrbg   -Q aes aes   -Q mailbox mailbox    -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight    2>&1 >.depend `find msl sepcomp veric floyd progs concurrency atomics wand_demo sha hmacfcf tweetnacl20140427 hmacdrbg aes mailbox -name "*.v"` | grep -v 'Warning:.*found in the loadpath' || true
- wc .depend
-   2799  24423 658085 .depend
- ===== CONFIGURATION SUMMARY =====
- COMPCERT=platform
- COMPCERT_SRC_DIR=__NONE__
- COMPCERT_INST_DIR=/home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert
- BITSIZE=32
- ARCH=x86
- INSTALLDIR=/home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq-variant/VST32/VST
- ===== DERIVED CONFIGURATION =====
- COMPCERT_INFO_PATH_REF=compcert
- COMPCERT_EXPLICIT_PATH=true
- COMPCERT_BUILD_FROM_SRC=false
- COMPCERT_NEW=false
- COQFLAGS=  -Q msl VST.msl   -Q sepcomp VST.sepcomp   -Q veric VST.veric   -Q floyd VST.floyd   -Q progs VST.progs   -Q concurrency VST.concurrency     -Q atomics VST.atomics   -Q wand_demo wand_demo   -Q sha sha   -Q hmacfcf hmacfcf   -Q tweetnacl20140427 tweetnacl20140427   -Q hmacdrbg hmacdrbg   -Q aes aes   -Q mailbox mailbox    -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight   
- COMPCERT_R_FLAGS= -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight
- =================================
- echo   -Q msl VST.msl   -Q sepcomp VST.sepcomp   -Q veric VST.veric   -Q floyd VST.floyd   -Q progs VST.progs   -Q concurrency VST.concurrency     -Q atomics VST.atomics   -Q wand_demo wand_demo   -Q sha sha   -Q hmacfcf hmacfcf   -Q tweetnacl20140427 tweetnacl20140427   -Q hmacdrbg hmacdrbg   -Q aes aes   -Q mailbox mailbox    -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/lib compcert.lib  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/common compcert.common  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86_32 compcert.x86_32  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/x86 compcert.x86  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/cfrontend compcert.cfrontend  -Q /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-variant/compcert32/compcert/exportclight compcert.exportclight    > _CoqProject
- util/coqflags > _CoqProject-export
- COQC msl/Axioms.v
- COQC msl/simple_CCC.v
- COQC veric/lift.v
- COQC sepcomp/extspec.v
- COQC floyd/sublist.v
- sh util/make_version 32
- COQC floyd/find_nth_tactic.v
- COQC floyd/computable_theorems.v
- COQC floyd/simple_reify.v
- COQC floyd/Clightnotations.v
- COQC concurrency/lksize.v
- COQC progs/incr.v
- COQC progs/cond.v
- COQC progs/bin_search.v
- COQC progs/reverse.v
- COQC progs/reverse_client.v
- COQC progs/queue.v
- COQC progs/queue2.v
- COQC progs/sumarray.v
- COQC progs/insertionsort.v
- COQC progs/message.v
- COQC progs/string.v
- COQC progs/object.v
- COQC progs/revarray.v
- COQC progs/append.v
- COQC progs/min.v
- COQC progs/min64.v
- COQC progs/int_or_ptr.v
- COQC progs/dotprod.v
- COQC progs/strlib.v
- COQC progs/fib.v
- COQC progs/float.v
- COQC progs/global.v
- COQC progs/ptr_compare.v
- COQC progs/nest3.v
- COQC progs/nest2.v
- COQC progs/load_demo.v
- COQC progs/store_demo.v
- COQC progs/logical_compare.v
- COQC progs/field_loadstore.v
- COQC progs/even.v
- COQC progs/odd.v
- COQC progs/merge.v
- COQC progs/bst.v
- COQC progs/bst_oo.v
- COQC progs/floyd_tests.v
- COQC progs/structcopy.v
- COQC progs/sumarray2.v
- COQC progs/switch.v
- COQC progs/funcptr.v
- COQC progs/union.v
- COQC progs/cast_test.v
- COQC progs/tree.v
- COQC progs/loop_minus1.v
- COQC progs/libglob.v
- COQC progs/peel.v
- COQC progs/printf.v
- COQC progs/stackframe_demo.v
- COQC progs/rotate.v
- COQC progs/objectSelf.v
- COQC progs/objectSelfFancy.v
- COQC progs/objectSelfFancyOverriding.v
- COQC msl/Extensionality.v
- COQC veric/version.v
- COQC floyd/Zlength_solver.v
- COQC msl/base.v
- COQC msl/sepalg.v
- COQC msl/seplog.v
- COQC floyd/jmeq_lemmas.v
- COQC msl/eq_dec.v
- COQC msl/sig_isomorphism.v
- COQC msl/ageable.v
- COQC msl/sepalg_generators.v
- COQC msl/functors.v
- COQC msl/cjoins.v
- COQC msl/boolean_alg.v
- COQC msl/Coqlib2.v
- COQC msl/ghost.v
- COQC sepcomp/Address.v
- COQC floyd/list_solver.v
- COQC msl/psepalg.v
- COQC msl/age_sepalg.v
- COQC msl/sepalg_functors.v
- COQC msl/cross_split.v
- COQC msl/join_hom_lemmas.v
- COQC msl/knot.v
- COQC msl/predicates_hered.v
- COQC msl/knot_full.v
- COQC msl/knot_full_variant.v
- COQC msl/ghost_seplog.v
- COQC veric/coqlib4.v
- COQC veric/Memory.v
- COQC veric/val_lemmas.v
- COQC sepcomp/mem_lemmas.v
- COQC msl/age_to.v
- COQC floyd/coqlib3.v
- COQC floyd/PTops.v
- COQC msl/combiner_sa.v
- COQC msl/tree_shares.v
- COQC msl/knot_hered.v
- COQC msl/knot_shims.v
- COQC msl/knot_full_sa.v
- COQC msl/predicates_sl.v
- COQC msl/predicates_sa.v
- COQC msl/subtypes.v
- COQC veric/base.v
- COQC sepcomp/semantics.v
- COQC floyd/functional_base.v
- COQC floyd/compact_prod_sum.v
- COQC msl/knot_lemmas.v
- COQC msl/corable.v
- COQC msl/corable_direct.v
- COQC msl/subtypes_sl.v
- COQC msl/predicates_rec.v
- COQC msl/corec.v
- COQC msl/alg_seplog_direct.v
- COQC veric/Clight_base.v
- COQC veric/Cop2.v
- COQC veric/type_induction.v
- COQC veric/composite_compute.v
- COQC veric/Clight_lemmas.v
- COQC veric/address_conflict.v
- COQC sepcomp/semantics_lemmas.v
- COQC msl/knot_prop.v
- COQC msl/knot_unique.v
- COQC msl/contractive.v
- COQC msl/op_classes.v
- COQC veric/align_mem.v
- COQC sepcomp/event_semantics.v
- COQC sepcomp/step_lemmas.v
- COQC msl/shares.v
- COQC veric/Clight_core.v
- COQC msl/pshares.v
- COQC msl/msl_direct.v
- COQC msl/msl_standard.v
- COQC msl/env.v
- COQC msl/msl_classical.v
- COQC msl/normalize.v
- COQC msl/sepalg_list.v
- COQC veric/shares.v
- COQC veric/local.v
- COQC msl/alg_seplog.v
- COQC veric/splice.v
- COQC veric/rmaps.v
- COQC msl/log_normalize.v
- COQC msl/iter_sepcon.v
- COQC msl/ramification_lemmas.v
- COQC msl/wand_frame.v
- COQC msl/wandQ_frame.v
- COQC veric/rmaps_lemmas.v
- COQC veric/compcert_rmaps.v
- COQC veric/juicy_base.v
- COQC veric/mpred.v
- COQC veric/res_predicates.v
- COQC veric/age_to_resource_at.v
- COQC veric/juicy_mem.v
- COQC veric/own.v
- COQC veric/slice.v
- COQC veric/superprecise.v
- COQC veric/juicy_mem_lemmas.v
- COQC veric/juicy_safety.v
- COQC veric/mapsto_memory_block.v
- COQC veric/juicy_mem_ops.v
- COQC veric/seplog.v
- COQC veric/ghosts.v
- File "./veric/ghosts.v", line 46, characters 0-38:
- Warning: The default value for hint locality is currently "local" in a
- section and "global" otherwise, but is scheduled to change in a future
- release. For the time being, adding hints outside of sections without
- specifying an explicit locality is therefore deprecated. It is recommended to
- use "export" whenever possible. [deprecated-hint-without-locality,deprecated]
- COQC veric/ghost_PCM.v
- COQC veric/initial_world.v
- COQC veric/tycontext.v
- COQC veric/assert_lemmas.v
- COQC veric/invariants.v
- COQC floyd/assoclists.v
- COQC veric/Clight_Cop2.v
- COQC veric/expr.v
- COQC veric/change_compspecs.v
- COQC veric/expr2.v
- COQC veric/juicy_extspec.v
- COQC veric/NullExtension.v
- COQC veric/jstep.v
- COQC veric/mem_lessdef.v
- COQC veric/Clight_mem_lessdef.v
- COQC veric/aging_lemmas.v
- COQC veric/environ_lemmas.v
- COQC veric/binop_lemmas2.v
- COQC veric/expr_lemmas2.v
- COQC veric/binop_lemmas3.v
- COQC veric/expr_lemmas3.v
- COQC veric/Clight_mapsto_memory_block.v
- COQC veric/Clight_seplog.v
- COQC veric/binop_lemmas4.v
- COQC veric/binop_lemmas5.v
- COQC veric/binop_lemmas6.v
- COQC veric/binop_lemmas.v
- COQC veric/expr_lemmas4.v
- COQC veric/expr_lemmas.v
- COQC veric/extend_tc.v
- COQC veric/valid_pointer.v
- COQC veric/Clight_assert_lemmas.v
- COQC veric/semax.v
- COQC veric/Clight_initial_world.v
- COQC veric/initialize.v
- COQC veric/Clight_aging_lemmas.v
- COQC veric/semax_lemmas.v
- COQC veric/semax_conseq.v
- COQC veric/semax_call.v
- COQC veric/semax_switch.v
- COQC veric/semax_straight.v
- COQC veric/semax_loop.v
- COQC veric/semax_prog.v
- COQC veric/semax_ext.v
- COQC veric/semax_ext_oracle.v
- COQC veric/SeparationLogic.v
- COQC veric/SeparationLogicSoundness.v
- COQC floyd/val_lemmas.v
- COQC floyd/assert_lemmas.v
- COQC veric/SequentialClight.v
- COQC floyd/SeparationLogicFacts.v
- COQC floyd/SeparationLogicAsLogic.v
- COQC floyd/SeparationLogicAsLogicSoundness.v
- COQC floyd/base.v
- COQC floyd/seplog_tactics.v
- COQC floyd/typecheck_lemmas.v
- COQC floyd/computable_functions.v
- COQC floyd/QPcomposite.v
- COQC floyd/const_only_eval.v
- COQC floyd/quickprogram.v
- COQC floyd/base2.v
- COQC floyd/canon.v
- COQC floyd/linking.v
- COQC floyd/client_lemmas.v
- COQC floyd/fieldlist.v
- COQC floyd/local2ptree_denote.v
- COQC floyd/closed_lemmas.v
- COQC floyd/semax_tactics.v
- COQC floyd/compare_lemmas.v
- COQC floyd/extcall_lemmas.v
- COQC floyd/deadvars.v
- COQC floyd/canonicalize.v
- COQC floyd/reassoc_seq.v
- COQC floyd/type_induction.v
- COQC floyd/nested_pred_lemmas.v
- COQC floyd/aggregate_type.v
- COQC floyd/reptype_lemmas.v
- COQC floyd/align_compatible_dec.v
- COQC floyd/mapsto_memory_block.v
- COQC floyd/nested_field_lemmas.v
- COQC floyd/diagnosis.v
- COQC floyd/aggregate_pred.v
- COQC floyd/loadstore_mapsto.v
- COQC floyd/efield_lemmas.v
- COQC floyd/proj_reptype_lemmas.v
- COQC floyd/data_at_rec_lemmas.v
- COQC floyd/local2ptree_eval.v
- COQC floyd/forward_lemmas.v
- COQC floyd/field_at.v
- File "./floyd/forward_lemmas.v", line 331, characters 0-660:
- Error: System error: "No space left on device"
- 
- make: *** [Makefile:661: floyd/forward_lemmas.vo] Error 1
- make: *** Waiting for unfinished jobs....
[ERROR] The compilation of coq-vst-32 failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4 IGNORECOQVERSION=true BITSIZE=32".
#=== ERROR while compiling coq-vst-32.2.8 =====================================#
# context              2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-vst-32.2.8
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4 IGNORECOQVERSION=true BITSIZE=32
# exit-code            2
# env-file             ~/.opam/log/coq-vst-32-7019-f0f09f.env
# output-file          ~/.opam/log/coq-vst-32-7019-f0f09f.out
### output ###
# [...]
# COQC floyd/loadstore_mapsto.v
# COQC floyd/efield_lemmas.v
# COQC floyd/proj_reptype_lemmas.v
# COQC floyd/data_at_rec_lemmas.v
# COQC floyd/local2ptree_eval.v
# COQC floyd/forward_lemmas.v
# COQC floyd/field_at.v
# File "./floyd/forward_lemmas.v", line 331, characters 0-660:
# Error: System error: "No space left on device"
# 
# make: *** [Makefile:661: floyd/forward_lemmas.vo] Error 1
# make: *** Waiting for unfinished jobs....
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-vst-32 2.8
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-vst-32.2.8 coq.8.13.1' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none