« Up

smlms 1.0.0 Error 🔥

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   dev         The Coq Proof Assistant
coq-core              dev         The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            dev         The Coq Proof Assistant -- Standard Library
coqide-server         dev         The Coq Proof Assistant, XML protocol server
dune                  3.12.1      Fast, portable, and opinionated build system
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.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo Férée <feree@irif.fr>"
authors: [
  "Hugo Férée"
]
homepage: "https://gitlab.com/trustworthy-refactoring/coq-smlms"
dev-repo: "git+https://gitlab.com/trustworthy-refactoring/coq-smlms.git"
bug-reports: "https://gitlab.com/trustworthy-refactoring/coq-smlms/-/issues"
license: "MIT"
build: [
  [make "-j%{jobs}%"]
  [make "html"] {with-doc}
]
install: [make "install"]
depends: [
  "ocaml"
  "coq" {>= "8.15.1"}
]
tags: [
  "category:Computer Science/Semantics and Compilation/Semantics"
  "keywords: adequacy"
  "keywords: modules"
  "keywords: module types"
  "keywords: OCaml"
  "keywords: refactoring"
  "keywords: renaming"
  "keywords: semantics"
  "logpath:AbstractRenaming"
  "date:2023-02-14"
]
synopsis:
  "A formal semantics capturing value binding in a language with a powerful module system such as OCaml."
url {
  src: "https://gitlab.com/trustworthy-refactoring/coq-smlms/-/archive/v1.0.0/coq-smlms-v1.0.0.tar.gz"
  checksum: "sha256=edde3149da9a2cc3c5cbf1f91f73f34d0e7a41304fa2b8051f97edfe69a5bfff"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-smlms.1.0.0 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-smlms.1.0.0 coq.dev
Return code
0
Duration
1 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-smlms.1.0.0 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-gmp              4           Virtual package relying on a GMP lib system installation
coq                   dev         The Coq Proof Assistant
coq-core              dev         The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            dev         The Coq Proof Assistant -- Standard Library
coqide-server         dev         The Coq Proof Assistant, XML protocol server
dune                  3.12.1      Fast, portable, and opinionated build system
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.6       A library manager for OCaml
zarith                1.13        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-smlms 1.0.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-smlms.1.0.0: http]
[coq-smlms.1.0.0] downloaded from https://gitlab.com/trustworthy-refactoring/coq-smlms/-/archive/v1.0.0/coq-smlms-v1.0.0.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-smlms: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-smlms.1.0.0)
- coq_makefile -Q . AbstractRenaming *.v > makefile.coq 2> /dev/null
- COQDEP VFILES
- COQC Modules.v
- File "./Modules.v", line 982, characters 7-63:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- COQC Semantics.v
- COQC Renaming_operations.v
- File "./Renaming_operations.v", line 467, characters 0-711:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Renaming_operations.v", line 467, characters 0-711:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Renaming_operations.v", line 499, characters 0-927:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Renaming_operations.v", line 499, characters 0-927:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Renaming_operations.v", line 499, characters 0-927:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Renaming_operations.v", line 499, characters 0-927:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Renaming_operations.v", line 499, characters 0-927:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Renaming_operations.v", line 499, characters 0-927:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Renaming_operations.v", line 499, characters 0-927:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Renaming_operations.v", line 499, characters 0-927:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Renaming_operations.v", line 499, characters 0-927:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Semantics.v", line 4300, characters 6-23:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Semantics.v", line 4347, characters 2-173:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Semantics.v", line 4347, characters 2-173:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Semantics.v", line 4809, characters 6-62:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Semantics.v", line 4809, characters 6-62:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Semantics.v", line 4819, characters 6-62:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Semantics.v", line 4819, characters 6-62:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- COQC Default_renaming.v
- File "./Default_renaming.v", line 777, characters 6-16:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Default_renaming.v", line 782, characters 6-16:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Default_renaming.v", line 804, characters 6-16:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Default_renaming.v", line 809, characters 6-16:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Default_renaming.v", line 852, characters 16-33:
- Warning: Notation app_assoc_reverse is deprecated since 8.18.
- Use app_assoc instead.
- [deprecated-syntactic-definition-since-8.18,deprecated-since-8.18,deprecated-syntactic-definition,deprecated,default]
- File "./Default_renaming.v", line 852, characters 16-33:
- Warning: Notation app_assoc_reverse is deprecated since 8.18.
- Use app_assoc instead.
- [deprecated-syntactic-definition-since-8.18,deprecated-since-8.18,deprecated-syntactic-definition,deprecated,default]
- File "./Default_renaming.v", line 852, characters 16-33:
- Warning: Notation app_assoc_reverse is deprecated since 8.18.
- Use app_assoc instead.
- [deprecated-syntactic-definition-since-8.18,deprecated-since-8.18,deprecated-syntactic-definition,deprecated,default]
- File "./Default_renaming.v", line 2624, characters 39-77:
- Error: No such goal. Focus next goal with bullet *.
- 
- make[1]: *** [makefile.coq:847: Default_renaming.vo] Error 1
- make[1]: *** [Default_renaming.vo] Deleting file 'Default_renaming.glob'
- make: *** [makefile.coq:417: all] Error 2
[ERROR] The compilation of coq-smlms failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-smlms.1.0.0 ====================================#
# 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-smlms.1.0.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code            2
# env-file             ~/.opam/log/coq-smlms-9291-335865.env
# output-file          ~/.opam/log/coq-smlms-9291-335865.out
### output ###
# [...]
# Use app_assoc instead.
# [deprecated-syntactic-definition-since-8.18,deprecated-since-8.18,deprecated-syntactic-definition,deprecated,default]
# File "./Default_renaming.v", line 852, characters 16-33:
# Warning: Notation app_assoc_reverse is deprecated since 8.18.
# Use app_assoc instead.
# [deprecated-syntactic-definition-since-8.18,deprecated-since-8.18,deprecated-syntactic-definition,deprecated,default]
# File "./Default_renaming.v", line 2624, characters 39-77:
# Error: No such goal. Focus next goal with bullet *.
# 
# make[1]: *** [makefile.coq:847: Default_renaming.vo] Error 1
# make[1]: *** [Default_renaming.vo] Deleting file 'Default_renaming.glob'
# make: *** [makefile.coq:417: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-smlms 1.0.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-smlms.1.0.0 coq.dev' failed.

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none