ยซ Up

regexp-brzozowski 1.0 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.14.1      Formal proof management system
dune                     3.8.1       Fast, portable, and opinionated build system
ocaml                    4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler      4.05.0      Official 4.05.0 release
ocaml-config             1           OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1    OCaml 4.08.1 Secondary Switch Compiler
ocamlfind                1.9.1       A library manager for OCaml
ocamlfind-secondary      1.9.1       Adds support for ocaml-secondary-compiler to ocamlfind
zarith                   1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/regexp-Brzozowski"
dev-repo: "git+https://github.com/coq-community/regexp-Brzozowski.git"
bug-reports: "https://github.com/coq-community/regexp-Brzozowski/issues"
license: "MIT"
synopsis: "Decision procedures for regular expression equivalence in Coq using Mathematical Components"
description: """
Coq library that formalizes decision procedures for regular
expression equivalence, using the Mathematical Components
library. The formalization builds on Brzozowski's derivatives
of regular expressions for correctness."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {>= "8.10"}
  "coq-mathcomp-ssreflect" {>= "1.12.0"}
  "coq-reglang" {>= "1.1.3"}
]
tags: [
  "category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
  "category:Computer Science/Formal Languages Theory and Automata"
  "keyword:regular expressions"
  "keyword:decision procedure"
  "keyword:relation algebra"
  "logpath:RegexpBrzozowski"
  "date:2022-01-22"
]
authors: [
  "Thierry Coquand"
  "Vincent Siles"
]
url {
  src: "https://github.com/coq-community/regexp-Brzozowski/archive/v1.0.tar.gz"
  checksum: "sha512=bc837c5c76ec5e6751fcff7f00bf5fffbfb4ad53ca4212f259f2d61f61df65efd588c97fcb5ce45a6eec3e4f2339a2cf06ca1977d1d13569b0fec856d3522a02"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-regexp-brzozowski.1.0 coq.8.14.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-regexp-brzozowski.1.0 coq.8.14.1
Return code
0
Duration
6 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-regexp-brzozowski.1.0 coq.8.14.1
Return code
7936
Duration
2 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.14.1      Formal proof management system
coq-mathcomp-ssreflect   1.16.0      Small Scale Reflection
coq-reglang              1.1.3       Representations of regular languages (i.e., regexps, various types of automata, and WS1S) with equivalence proofs, in Coq and MathComp
dune                     3.8.1       Fast, portable, and opinionated build system
ocaml                    4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler      4.05.0      Official 4.05.0 release
ocaml-config             1           OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1    OCaml 4.08.1 Secondary Switch Compiler
ocamlfind                1.9.1       A library manager for OCaml
ocamlfind-secondary      1.9.1       Adds support for ocaml-secondary-compiler to ocamlfind
zarith                   1.12        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.14.1).
The following actions will be performed:
  - install coq-regexp-brzozowski 1.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-regexp-brzozowski.1.0: http]
[coq-regexp-brzozowski.1.0] downloaded from https://github.com/coq-community/regexp-Brzozowski/archive/v1.0.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-regexp-brzozowski: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j7" (CWD=/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-regexp-brzozowski.1.0)
- coq_makefile -f _CoqProject -o Makefile.coq
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-regexp-brzozowski.1.0'
- COQDEP VFILES
- COQC theories/glue.v
- COQC theories/regexp.v
- COQC theories/gfinset.v
- COQC theories/finite_der.v
- COQC theories/equiv.v
- COQC theories/sim1.v
- COQC theories/sim2.v
- File "./theories/sim1.v", line 804, characters 2-27:
- Error: The LHS of inE does not match any subterm of the goal
- 
- make[2]: *** [Makefile.coq:763: theories/sim1.vo] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[1]: *** [Makefile.coq:386: all] Error 2
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-regexp-brzozowski.1.0'
- make: *** [Makefile:2: all] Error 2
[ERROR] The compilation of coq-regexp-brzozowski failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j7".
#=== ERROR while compiling coq-regexp-brzozowski.1.0 ==========================#
# context              2.0.1 | linux/x86_64 | ocaml-base-compiler.4.05.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-regexp-brzozowski.1.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j7
# exit-code            2
# env-file             ~/.opam/log/coq-regexp-brzozowski-15910-335865.env
# output-file          ~/.opam/log/coq-regexp-brzozowski-15910-335865.out
### output ###
# [...]
# COQC theories/finite_der.v
# COQC theories/equiv.v
# COQC theories/sim1.v
# COQC theories/sim2.v
# File "./theories/sim1.v", line 804, characters 2-27:
# Error: The LHS of inE does not match any subterm of the goal
# 
# make[2]: *** [Makefile.coq:763: theories/sim1.vo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[1]: *** [Makefile.coq:386: all] Error 2
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-regexp-brzozowski.1.0'
# make: *** [Makefile:2: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-regexp-brzozowski 1.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-regexp-brzozowski.1.0 coq.8.14.1' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none