# 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 dev Formal proof management system dune 2.9.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: "Yishuai Li <yishuai@cis.upenn.edu>" homepage: "https://github.com/liyishuai/coq-http" dev-repo: "git+https://github.com/liyishuai/coq-http.git" bug-reports: "https://github.com/liyishuai/coq-http/issues" license: "MPL-2.0" synopsis: "HTTP in Coq" description: """ HTTP specification in Coq, testable and verifiable""" build: [make "-j%{jobs}%"] run-test: [make "-j%{jobs}%" "test"] install: [make "install" "INSTALLDIR=%{bin}%"] depends: [ "coq" { >= "8.12~" } "ocamlbuild" { >= "0.14.0" } "coq-itree-io" { >= "0.1.0" } "coq-parsec" { >= "0.1.0" } ] tags: [ "category:Computer Science/Concurrent Systems and Protocols/Correctness of specific protocols" "category:Miscellaneous/Extracted Programs/Decision procedures" "keyword:co-induction" "keyword:extraction" "keyword:reactive systems" "date:2021-01-14" "logpath:HTTP" ] authors: [ "Yishuai Li <yishuai@cis.upenn.edu>" "Li-yao Xia <xialiyao@cis.upenn.edu>" "Yao Li <liyao@cis.upenn.edu>" "Azzam Althagafi <aazzam@cis.upenn.edu>" "Benjamin C. Pierce <bcpierce@cis.upenn.edu>" ] url { http: "https://github.com/liyishuai/coq-http/archive/v0.1.0.tar.gz" checksum: "sha512=7ccaf4cb1e64cf02a1a0dbee03d0bfce9a5f8c04e554d0272f06e942c281dfb52bcc0f109c469d635d2900c1e10ee4b1519aec096a9b7ef47566a4f9b24edf31" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-http.0.1.0 coq.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 4h opam install -y --deps-only coq-http.0.1.0 coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-http.0.1.0 coq.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-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system coq-ceres dev Library for serialization to S-expressions coq-ext-lib dev a library of Coq definitions, theorems, and tactics coq-itree dev A Library for Representing Recursive and Impure Programs in Coq coq-itree-io dev Run interaction trees in IO coq-paco dev Coq library implementing parameterized coinduction coq-parsec dev Monadic parser combinator library in Coq coq-simple-io dev IO monad for Coq cppo 1.6.8 Code preprocessor like cpp for OCaml dune 2.9.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 ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects. 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 dev). The following actions will be performed: - install coq-http 0.1.0 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/1: [coq-http.0.1.0: http] [coq-http.0.1.0] downloaded from https://github.com/liyishuai/coq-http/archive/v0.1.0.tar.gz Processing 1/1: <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/2: [coq-http: 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-http.0.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-http.0.1.0' - COQDEP VFILES - COQC theories/Common.v - COQC theories/Message.v - File "./theories/Common.v", line 18, characters 0-108: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - COQC theories/Printer.v - File "./theories/Common.v", line 28, characters 0-136: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Common.v", line 32, characters 0-314: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Printer.v", line 58, characters 0-86: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Common.v", line 57, characters 0-164: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Common.v", line 61, characters 0-277: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Common.v", line 76, characters 0-290: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - COQC theories/Parser.v - COQC theories/Instances.v - File "./theories/Instances.v", line 5, characters 0-504: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Parser.v", line 5, characters 0-37: - Warning: Notation "_ <? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/Parser.v", line 5, characters 0-37: - Warning: Notation "_ <=? _" was already used in scope char_scope. - [notation-overridden,parsing] - COQC theories/Semantics.v - File "./theories/Semantics.v", line 9, characters 0-50: - Warning: Notation "_ <? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/Semantics.v", line 9, characters 0-50: - Warning: Notation "_ <=? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/Semantics.v", line 70, characters 0-65: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Semantics.v", line 73, characters 0-160: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Semantics.v", line 98, characters 0-35: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Instances.v", line 32, characters 0-285: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Instances.v", line 46, characters 0-231: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Instances.v", line 63, characters 0-241: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - COQC theories/Tcp.v - File "./theories/Tcp.v", line 3, characters 0-55: - Warning: Notation "_ <? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/Tcp.v", line 3, characters 0-55: - Warning: Notation "_ <=? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/Tcp.v", line 18, characters 0-334: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Tcp.v", line 48, characters 0-224: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Tcp.v", line 55, characters 0-293: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Tcp.v", line 64, characters 0-194: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Tcp.v", line 126, characters 0-31: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - COQC theories/NetUnix.v - COQC theories/Trace.v - File "./theories/Trace.v", line 1, characters 0-34: - Warning: Notation "_ <? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/Trace.v", line 1, characters 0-34: - Warning: Notation "_ <=? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/Trace.v", line 8, characters 0-182: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - COQC theories/Observe.v - File "./theories/NetUnix.v", line 15, characters 0-47: - Warning: Notation "_ <? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/NetUnix.v", line 15, characters 0-47: - Warning: Notation "_ <=? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/NetUnix.v", line 122, characters 0-80: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Observe.v", line 3, characters 0-73: - Warning: Notation "_ <? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/Observe.v", line 3, characters 0-73: - Warning: Notation "_ <=? _" was already used in scope char_scope. - [notation-overridden,parsing] - File "./theories/Observe.v", line 35, characters 0-31: - Warning: The default value for instance locality is currently "local" in a - section and "global" otherwise, but is scheduled to change in a future - release. For the time being, adding instances outside of sections without - specifying an explicit locality attribute is therefore deprecated. It is - recommended to use "export" whenever possible. Use the attributes #[local], - #[global] and #[export] depending on your choice. For example: "#[export] - Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] - File "./theories/Observe.v", line 129, characters 10-19: - Error: The constructor Throw (in type exceptE) is expected to be applied to - 2 arguments while it is actually applied to 1 argument. - - make[2]: *** [Makefile.coq:763: theories/Observe.vo] Error 1 - make[1]: *** [Makefile.coq:387: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-http.0.1.0' - make: *** [Makefile:6: all] Error 2 [ERROR] The compilation of coq-http failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j7". #=== ERROR while compiling coq-http.0.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-http.0.1.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j7 # exit-code 2 # env-file ~/.opam/log/coq-http-18539-335865.env # output-file ~/.opam/log/coq-http-18539-335865.out ### output ### # [...] # specifying an explicit locality attribute is therefore deprecated. It is # recommended to use "export" whenever possible. Use the attributes #[local], # #[global] and #[export] depending on your choice. For example: "#[export] # Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] # File "./theories/Observe.v", line 129, characters 10-19: # Error: The constructor Throw (in type exceptE) is expected to be applied to # 2 arguments while it is actually applied to 1 argument. # # make[2]: *** [Makefile.coq:763: theories/Observe.vo] Error 1 # make[1]: *** [Makefile.coq:387: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.05.0/.opam-switch/build/coq-http.0.1.0' # make: *** [Makefile:6: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-http 0.1.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-http.0.1.0 coq.dev' failed.
No files were installed.
true