ยซ Up

quantumlib 1.1.0 Error ๐Ÿ”ฅ

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-domains          base
base-nnp              base        Naked pointers prohibited in the OCaml heap
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   8.17.1      The Coq Proof Assistant
coq-core              8.17.1      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.17.1      The Coq Proof Assistant -- Standard Library
coqide-server         8.17.1      The Coq Proof Assistant, XML protocol server
dune                  3.12.2      Fast, portable, and opinionated build system
ocaml                 5.0.0       The OCaml compiler (virtual package)
ocaml-base-compiler   5.0.0       Official release 5.0.0
ocaml-config          3           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
synopsis: "Coq library for reasoning about quantum programs"
description: """
inQWIRE's QuantumLib is a Coq library for reasoning
 about quantum computation and quantum programs.
"""
maintainer: ["inQWIRE Developers"]
authors: ["inQWIRE"]
license: "MIT"
homepage: "https://github.com/inQWIRE/QuantumLib"
doc: "https://inqwire.github.io/QuantumLib/toc.html"
bug-reports: "https://github.com/inQWIRE/QuantumLib/issues"
depends: [
  "dune" {>= "2.8"}
  "coq" {>= "8.12"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/inQWIRE/QuantumLib.git"
url {
  src: "https://github.com/inQWIRE/QuantumLib/archive/v1.1.0.tar.gz"
  checksum: "sha256=d13100705487403119e4675d8645a1018ec37f48d366c16cf1d0c1cdd7ee6e90"
}
tags: [
  "keyword:quantum"
  "keyword:qwire"
  "keyword:sqir"
  "keyword:matrices"
  "keyword:vectors"
  "keyword:linear algebra"
  "keyword:complex numbers"
  "category:Mathematics/Algebra"
  "category:Mathematics/Real Calculus and Topology"
  "date:2022-07-31"
  "logpath:QuantumLib"
]

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-quantumlib.1.1.0 coq.8.17.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-quantumlib.1.1.0 coq.8.17.1
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; timeout 4h opam install -y -v coq-quantumlib.1.1.0 coq.8.17.1
Return code
7936
Duration
1 m 0 s
Output
# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-domains          base
base-nnp              base        Naked pointers prohibited in the OCaml heap
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   8.17.1      The Coq Proof Assistant
coq-core              8.17.1      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.17.1      The Coq Proof Assistant -- Standard Library
coqide-server         8.17.1      The Coq Proof Assistant, XML protocol server
dune                  3.12.2      Fast, portable, and opinionated build system
ocaml                 5.0.0       The OCaml compiler (virtual package)
ocaml-base-compiler   5.0.0       Official release 5.0.0
ocaml-config          3           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.17.1).
The following actions will be performed:
  - install coq-quantumlib 1.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [coq-quantumlib.1.1.0: http]
Processing  1/3:
-> retrieved coq-quantumlib.1.1.0  (https://github.com/inQWIRE/QuantumLib/archive/v1.1.0.tar.gz)
Processing  2/3: [coq-quantumlib: dune build]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-quantumlib" "-j" "4" "@install" (CWD=/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-quantumlib.1.1.0)
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/theories Coq -R . QuantumLib Prelim.v)
- File "./Prelim.v", line 43, characters 38-54:
- Warning: Notation beq_nat_true_iff is deprecated since 8.16.
- Use Nat.eqb_eq instead. [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 43, characters 38-54:
- Warning: Notation beq_nat_true_iff is deprecated since 8.16.
- Use Nat.eqb_eq instead. [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 178, characters 30-39:
- Warning: Notation Min.min_l is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 178, characters 30-39:
- Warning: Notation Min.min_l is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 178, characters 30-39:
- Warning: Notation Min.min_l is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 178, characters 30-39:
- Warning: Notation Min.min_l is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_l instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 179, characters 30-39:
- Warning: Notation Min.min_r is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 179, characters 30-39:
- Warning: Notation Min.min_r is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 179, characters 30-39:
- Warning: Notation Min.min_r is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 179, characters 30-39:
- Warning: Notation Min.min_r is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 284, characters 23-32:
- Warning: Notation mult_comm is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 284, characters 23-32:
- Warning: Notation mult_comm is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 284, characters 23-32:
- Warning: Notation mult_comm is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_comm instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 284, characters 62-72:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated]
- File "./Prelim.v", line 286, characters 43-53:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated]
- File "./Prelim.v", line 306, characters 55-65:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 299, characters 55-63:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition,deprecated]
- File "./Prelim.v", line 298, characters 55-63:
- Warning: Notation plus_0_l is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_l instead.
- [deprecated-syntactic-definition,deprecated]
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/theories Coq -R . QuantumLib Summation.v)
- File "./Summation.v", line 214, characters 0-85:
- Error: 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]
- 
[ERROR] The compilation of coq-quantumlib.1.1.0 failed at "dune build -p coq-quantumlib -j 4 @install".
#=== ERROR while compiling coq-quantumlib.1.1.0 ===============================#
# context              2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-quantumlib.1.1.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-quantumlib -j 4 @install
# exit-code            1
# env-file             ~/.opam/log/coq-quantumlib-6224-0637a5.env
# output-file          ~/.opam/log/coq-quantumlib-6224-0637a5.out
### output ###
# [...]
# The Arith.Plus file is obsolete. Use Nat.add_0_l instead.
# [deprecated-syntactic-definition,deprecated]
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/[...]
# File "./Summation.v", line 214, characters 0-85:
# Error: 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]
# 
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-quantumlib 1.1.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-quantumlib.1.1.0 coq.8.17.1' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none