ยซ Up

hammer 1.1+8.9 Black list ๐Ÿดโ€โ˜ ๏ธ

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-num            base        Num library distributed with the OCaml compiler
base-threads        base
base-unix           base
camlp5              7.14        Preprocessor-pretty-printer of OCaml
conf-findutils      1           Virtual package relying on findutils
conf-perl           2           Virtual package relying on perl
coq                 8.9.1       Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.03.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0      Official 4.03.0 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.6       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL-2.1-only"
build: [
  [make "-j%{jobs}%" {ocaml:version >= "4.06"}]
  [make "tests"] {with-test}
]
install: [ make "install" ]
depends: [
  "ocaml"
  "conf-g++" {build}
  "coq" {>= "8.9" & < "8.10~"}
]
tags: [
  "category:Miscellaneous/Coq Extensions"
  "keyword:automation"
  "keyword:hammer"
  "date:2019-02-11"
  "logpath:Hammer"
]
authors: [
  "Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
  "Cezary Kaliszyk <cezary.kaliszyk@uibk.ac.at>"
  "Burak Ekici <burak.ekici@uibk.ac.at>"
]
synopsis: "Automation for Dependent Type Theory"
url {
  src: "https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.1-coq8.9.tar.gz"
  checksum: "md5=76a72dd942b2f6d4f6392b0a9f44af02"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-hammer.1.1+8.9 coq.8.9.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-hammer.1.1+8.9 coq.8.9.1
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-hammer.1.1+8.9 coq.8.9.1
Return code
10240
Duration
1 m 0 s
Output
# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-num            base        Num library distributed with the OCaml compiler
base-threads        base
base-unix           base
camlp5              7.14        Preprocessor-pretty-printer of OCaml
conf-findutils      1           Virtual package relying on findutils
conf-g++            1.0         Virtual package relying on the g++ compiler (for C++)
conf-perl           2           Virtual package relying on perl
coq                 8.9.1       Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.03.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0      Official 4.03.0 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.6       A library manager for OCaml
[NOTE] Package coq is already installed (current version is 8.9.1).
The following actions will be performed:
  - install coq-hammer 1.1+8.9
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-hammer.1.1+8.9: http]
[ERROR] The sources of the following couldn't be obtained, aborting:
          - coq-hammer.1.1+8.9:
            https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.1-coq8.9.tar.gz (Curl failed: "/usr/bin/curl --write-out %{http_code}\\n --retry 3 --retry-delay 2 --user-agent opam/2.0.5 -L -o /home/bench/.opam/ocaml-base-compiler.4.03.0/.opam-switch/sources/coq-hammer.1.1+8.9/v1.1-coq8.9.tar.gz.part https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.1-coq8.9.tar.gz" exited with code 16)
'opam install -y -v coq-hammer.1.1+8.9 coq.8.9.1' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none