(2021-10-22 16:55:43 UTC)
This result is black-listed as it is considered as too hard to reproduce / to solve. If you find a way to fix this package, please make a pull-request to github.com/coq/opam-coq-archive. The list of black-listed packages is in black_list.rb.
# 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 3 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.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" name: "coq-tactician" synopsis: "Tactician: A Seamless, Interactive Tactic Learner and Prover for Coq" description: """ Tactician is a tactic learner and prover for the Coq Proof Assistant. The system will help users make tactical proof decisions while they retain control over the general proof strategy. To this end, Tactician will learn from previously written tactic scripts, and either gives the user suggestions about the next tactic to be executed or altogether takes over the burden of proof synthesis. Tactician's goal is to provide the user with a seamless, interactive, and intuitive experience together with strong, adaptive proof automation. """ homepage: "https://coq-tactician.github.io" dev-repo: "git+https://github.com/coq-tactician/coq-tactician" bug-reports: "https://github.com/coq-tactician/coq-tactician/issues" maintainer: "Lasse Blaauwbroek <lasse@blaauwbroek.eu>" authors: "Lasse Blaauwbroek <lasse@blaauwbroek.eu" depends: [ "ocaml" {>= "4.08"} "dune" {>= "2.5"} "opam-client" {>= "2.1.0~beta2"} "cmdliner" "coq" {>= "8.13" & < "8.14~"} "coq-tactician-dummy" ] depexts: ["git"] build: [ ["dune" "build" "--release" "-j" jobs] ] post-messages: [" --- Tactician was successfully installed --- In order to enable Tactician, you should run tactician enable " {success}] url { src: "https://github.com/coq-tactician/coq-tactician/archive/1.0-beta1-8.13.tar.gz" } tags: [ "keyword:tactic-learning" "keyword:machine-learning" "keyword:automation" "keyword:proof-synthesis" "category:Miscellaneous/Coq Extensions" "logpath:Tactician" ]
true
Dry install with the current Coq version:
opam install -y --show-action coq-tactician.1.0~beta1+8.13 coq.8.13.1
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-tactician.1.0~beta1+8.13 coq.8.13.1
# 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 3 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.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers The following actions will be performed: - install seq base - install cmdliner 1.0.4 - install conf-g++ 1.0 - install dune 2.9.1 - install base-bytes base - install ocamlbuild 0.14.0 - install stdlib-shims 0.3.0 - install re 1.10.3 - install opam-file-format 2.1.3 - install cppo 1.6.8 - install coq-tactician-dummy 1.0~beta1 - install ocamlgraph 2.0.0 - install extlib 1.7.7-1 - install opam-core 2.1.0 - install cudf 0.9-1 - install opam-format 2.1.0 - install mccs 1.1+13 - install dose3 5.0.1-1 - install opam-repository 2.1.0 - install opam-solver 2.1.0 - install opam-state 2.1.0 - install opam-client 2.1.0 ===== 22 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [cmdliner.1.0.4] downloaded from cache at https://opam.ocaml.org/cache [coq-tactician-dummy.1.0~beta1] downloaded from https://github.com/coq-tactician/coq-tactician-dummy/archive/1.0-beta1.tar.gz [cppo.1.6.8] downloaded from cache at https://opam.ocaml.org/cache [cudf.0.9-1] downloaded from cache at https://opam.ocaml.org/cache [extlib.1.7.7-1] downloaded from cache at https://opam.ocaml.org/cache [dune.2.9.1] downloaded from cache at https://opam.ocaml.org/cache [mccs.1.1+13] downloaded from cache at https://opam.ocaml.org/cache [ocamlbuild.0.14.0] downloaded from cache at https://opam.ocaml.org/cache [ocamlgraph.2.0.0] downloaded from cache at https://opam.ocaml.org/cache [opam-file-format.2.1.3] downloaded from cache at https://opam.ocaml.org/cache [opam-client.2.1.0] downloaded from cache at https://opam.ocaml.org/cache [opam-format.2.1.0] found in cache [opam-repository.2.1.0] found in cache [opam-solver.2.1.0] found in cache [opam-state.2.1.0] found in cache [opam-core.2.1.0] downloaded from cache at https://opam.ocaml.org/cache [re.1.10.3] downloaded from cache at https://opam.ocaml.org/cache [stdlib-shims.0.3.0] downloaded from cache at https://opam.ocaml.org/cache [ERROR] The sources of the following couldn't be obtained, aborting: - dose3.5.0.1-1: curl error code 403
true
No files were installed.
true