# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: "2.0" authors: [ "Jason Gross" "Andres Erbsen" "Massachusetts Institute of Technology" ] maintainer: "Jason Gross <jgross@mit.edu>" homepage: "https://github.com/mit-plv/engine-bench" bug-reports: "https://github.com/mit-plv/engine-bench/issues" license: "MIT" build: [ [make "-j%{jobs}%" "coq"] [make "-j%{jobs}%" "coq-perf"] ] install: [make "coq-install" "coq-install-perf"] depends: [ "coq" {>= "8.11~"} ] dev-repo: "git+https://github.com/mit-plv/engine-bench.git" synopsis: "Collection of benchmarks for the proof engine" tags: ["logpath:PerformanceExperiments" "logpath:PerformanceDemos"] url { src: "git+https://github.com/mit-plv/engine-bench.git#master" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-engine-bench.dev coq.8.11.dev
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 2h opam install -y --deps-only coq-engine-bench.dev coq.8.11.dev
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y coq-engine-bench.dev coq.8.11.dev
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml [NOTE] Package coq is already installed (current version is 8.11.dev). The following actions will be performed: - install coq-engine-bench dev <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [coq-engine-bench.dev] synchronised from git+https://github.com/mit-plv/engine-bench.git#master <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The compilation of coq-engine-bench failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4 coq-perf". #=== ERROR while compiling coq-engine-bench.dev ===============================# # context 2.0.5 | linux/x86_64 | ocaml-base-compiler.4.08.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.4.08.1/.opam-switch/build/coq-engine-bench.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 coq-perf # exit-code 2 # env-file ~/.opam/log/coq-engine-bench-30856-0a5907.env # output-file ~/.opam/log/coq-engine-bench-30856-0a5907.out ### output ### # [...] # COQC iota_reduction_with_abstract_fact9/_1_SuperFast.v > LOG # COQC pattern/_0_SuperFast.v > LOG # COQC quadratic_cbv_lazy_PHOAS/_0_SuperFast.v > LOG # COQC quadratic_native_PHOAS/_0_SuperFast.v > LOG # COQC quadratic_vm_PHOAS/_0_SuperFast.v > LOG # make --no-print-directory -C PerformanceExperiments perf-csv # PYTHON3 aggregate.py -o perf.csv # /usr/bin/env: 'python3': No such file or directory # make[3]: *** [Makefile.generated-files:36: perf.csv] Error 127 # make[2]: *** [Makefile:62: invoke-coqmakefile] Error 2 # make[1]: *** [Makefile:27: perf] Error 2 # make: *** [Makefile:51: coq-perf] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-engine-bench dev +- - No changes have been performed # Run eval $(opam env) to update the current shell environment
No files were installed.
true