ยซ Up

fcsl-pcm 1.1.1 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                 dev         Formal proof management system
dune                3.0.3       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.3       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "FCSL <fcsl@software.imdea.org>"
homepage: "http://software.imdea.org/fcsl/"
bug-reports: "https://github.com/imdea-software/fcsl-pcm/issues"
dev-repo: "git+https://github.com/imdea-software/fcsl-pcm.git"
license: "Apache-2.0"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
  "ocaml"
  "coq" {(>= "8.9" & < "8.12~") | (= "dev")}
  "coq-mathcomp-ssreflect" {(>= "1.10.0" & < "1.11~") | (= "dev")}
]
tags: [
  "keyword:separation logic"
  "keyword:partial commutative monoid"
  "category:Computer Science/Data Types and Data Structures"
  "logpath:fcsl"
  "date:2019-01-06"
]
authors: [
  "Aleksandar Nanevski"
]
synopsis: "Partial Commutative Monoids"
description: """
The PCM library provides a formalisation of Partial Commutative Monoids (PCMs),
a common algebraic structure used in separation logic for verification of
pointer-manipulating sequential and concurrent programs.
The library provides lemmas for mechanised and automated reasoning about PCMs
in the abstract, but also supports concrete common PCM instances, such as heaps,
histories and mutexes.
This library relies on extensionality axioms: propositional and
functional extentionality."""
url {
  src: "https://github.com/imdea-software/fcsl-pcm/archive/v1.1.1.tar.gz"
       checksum: "sha256=3b52ae8f7dba4987ef2c2fc91480ebbecdbf7195bfc0d6892930f523e3475771"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-fcsl-pcm.1.1.1 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 4h opam install -y --deps-only coq-fcsl-pcm.1.1.1 coq.dev
Return code
0
Duration
8 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-fcsl-pcm.1.1.1 coq.dev
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                    dev         Formal proof management system
coq-mathcomp-ssreflect dev         Small Scale Reflection
dune                   3.0.3       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.3       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-fcsl-pcm 1.1.1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-fcsl-pcm.1.1.1: http]
[coq-fcsl-pcm.1.1.1] downloaded from https://github.com/imdea-software/fcsl-pcm/archive/v1.1.1.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-fcsl-pcm: 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-fcsl-pcm.1.1.1)
- coq_makefile -f _CoqProject -o CoqMakefile
- make --no-print-directory -f CoqMakefile 
- COQDEP VFILES
- COQC finmap/ordtype.v
- COQC pcm/pred.v
- COQC pcm/pcm.v
- COQC pcm/axioms.v
- File "./pcm/axioms.v", line 94, characters 0-27:
- 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 attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- COQC pcm/prelude.v
- File "./pcm/pred.v", line 34, characters 0-33:
- Warning: Declaring a scope implicitly is deprecated; use in advance an
- explicit "Declare Scope rel_scope.". [undeclared-scope,deprecated]
- File "./pcm/pred.v", line 125, characters 0-122:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 127, characters 0-114:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 129, characters 0-156:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 129, characters 0-156:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 131, characters 0-152:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 131, characters 0-152:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pcm.v", line 26, characters 0-33:
- Warning: Declaring a scope implicitly is deprecated; use in advance an
- explicit "Declare Scope pcm_scope.". [undeclared-scope,deprecated]
- File "./pcm/pred.v", line 213, characters 0-120:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 215, characters 0-137:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 217, characters 0-181:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 217, characters 0-181:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 221, characters 0-164:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 221, characters 0-164:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 224, characters 0-153:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 224, characters 0-153:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 227, characters 0-139:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 227, characters 0-139:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./finmap/ordtype.v", line 117, characters 0-26:
- 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 attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./pcm/pcm.v", line 134, characters 0-31:
- 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 attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./pcm/pred.v", line 281, characters 0-53:
- 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 attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./pcm/pred.v", line 423, characters 0-30:
- 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 attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./pcm/pcm.v", line 623, characters 0-62:
- 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 attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- File "./pcm/pred.v", line 518, characters 0-167:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 522, characters 0-190:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 526, characters 0-133:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- File "./pcm/pred.v", line 529, characters 0-147:
- Warning: grammar entry "ident" permitted "_" in addition to proper
- identifiers; this use is deprecated and its meaning will change in the
- future; use "name" instead. [deprecated-ident-entry,deprecated]
- COQC finmap/finmap.v
- File "./pcm/prelude.v", line 235, characters 0-30:
- 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 attribute is therefore deprecated. It is
- recommended to use "export" whenever possible. Use the attributes #[local],
- #[global] and #[export] depending on your choice. For example: "#[export]
- Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
- COQC pcm/mutex.v
- COQC pcm/lift.v
- COQC pcm/unionmap.v
- File "./pcm/unionmap.v", line 706, characters 17-29:
- Error: The reference uniq_perm_eq was not found in the current environment.
- 
- make[2]: *** [CoqMakefile:791: pcm/unionmap.vo] Error 1
- make[1]: *** [CoqMakefile:408: all] Error 2
- make: *** [Makefile:13: invoke-coqmakefile] Error 2
[ERROR] The compilation of coq-fcsl-pcm failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-fcsl-pcm.1.1.1 =================================#
# 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-fcsl-pcm.1.1.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-fcsl-pcm-10489-335865.env
# output-file          ~/.opam/log/coq-fcsl-pcm-10489-335865.out
### output ###
# [...]
# recommended to use "export" whenever possible. Use the attributes #[local],
# #[global] and #[export] depending on your choice. For example: "#[export]
# Hint Unfold foo : bar." [deprecated-hint-without-locality,deprecated]
# COQC pcm/mutex.v
# COQC pcm/lift.v
# COQC pcm/unionmap.v
# File "./pcm/unionmap.v", line 706, characters 17-29:
# Error: The reference uniq_perm_eq was not found in the current environment.
# 
# make[2]: *** [CoqMakefile:791: pcm/unionmap.vo] Error 1
# make[1]: *** [CoqMakefile:408: all] Error 2
# make: *** [Makefile:13: invoke-coqmakefile] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-fcsl-pcm 1.1.1
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-fcsl-pcm.1.1.1 coq.dev' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none