ยซ Up

fiat-crypto 0.0.20 Error ๐Ÿ”ฅ

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   8.18.0      The Coq Proof Assistant
coq-core              8.18.0      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.18.0      The Coq Proof Assistant -- Standard Library
coqide-server         8.18.0      The Coq Proof Assistant, XML protocol server
dune                  3.13.0      Fast, portable, and opinionated build system
ocaml                 4.14.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.14.0      Official release 4.14.0
ocaml-config          2           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"
authors: [
  "Andres Erbsen <andreser@mit.edu>"
  "Google Inc."
  "Jade Philipoom <jadep@mit.edu> <jade.philipoom@gmail.com>"
  "Massachusetts Institute of Technology"
  "Zoe Paraskevopoulou <zoe.paraskevopoulou@gmail.com>"
]
maintainer: "Jason Gross <jgross@mit.edu>"
homepage: "https://github.com/mit-plv/fiat-crypto"
bug-reports: "https://github.com/mit-plv/fiat-crypto/issues"
license: "MIT OR Apache-2.0 OR BSD-1-Clause"
build: [
  [make "-j%{jobs}%" "EXTERNAL_DEPENDENCIES=1" "SKIP_COQSCRIPTS_INCLUDE=1" "coq" "standalone-ocaml"]
]
install: [make "EXTERNAL_DEPENDENCIES=1" "SKIP_COQSCRIPTS_INCLUDE=1" "BINDIR=%{bin}%" "install" "install-standalone-ocaml"]
depends: [
  "conf-findutils" {build}
  "ocaml" {build & >= "4.08~"}
  "ocamlfind" {build}
  "coq" {>= "8.15~"}
  "coq-coqprime" {>= "1.2.0"}
  "coq-rewriter" {>= "0.0.6" & <= "0.0.9"}
  "coq-rupicola" {= "0.0.7"}
  "coq-bedrock2-compiler" {= "0.0.5"}
]
conflict-class: [
  "coq-fiat-crypto"
]
dev-repo: "git+https://github.com/mit-plv/fiat-crypto.git"
synopsis: "Cryptographic Primitive Code Generation by Fiat"
description: """
Coq code and proofs for a command-line binary that can synthesize proven-correct
big-integer modular field arithmetic operations for cryptography.
Target languages include C, Rust, Zig, Go, and bedrock2.
"""
tags: ["logpath:Crypto"]
url {
  src: "https://github.com/mit-plv/fiat-crypto/archive/refs/tags/v0.0.20.tar.gz"
  checksum: "sha512=742933b8a0d34470946251fad584fb51fb5badcf393bc42e906e530206fcf5acf3951eff6b61f0f71f1ef56683fdda664b82d2da7464cbf7f14cc841ecccc04e"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-fiat-crypto.0.0.20 coq.8.18.0
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; timeout 4h opam install -y --deps-only coq-fiat-crypto.0.0.20 coq.8.18.0
Return code
0
Duration
34 m 0 s

Install ๐Ÿš€

Command
opam list; echo; timeout 4h opam install -y -v coq-fiat-crypto.0.0.20 coq.8.18.0
Return code
7936
Duration
2 m 0 s
Output
# 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              4             Virtual package relying on a GMP lib system installation
coq                   8.18.0        The Coq Proof Assistant
coq-bedrock2          0.0.5         A work-in-progress language and compiler for verified low-level programming
coq-bedrock2-compiler 0.0.5         A work-in-progress language and compiler for verified low-level programming (compiler part)
coq-bignums           9.0.0+coq8.18 Bignums, the Coq library of arbitrarily large numbers
coq-coqprime          1.4.0         Certifying prime numbers in Coq
coq-coqutil           0.0.3         Coq library for tactics, basic definitions, sets, maps
coq-core              8.18.0        The Coq Proof Assistant -- Core Binaries and Tools
coq-record-update     0.3.3         Generic support for updating record fields in Coq
coq-rewriter          0.0.9         Reflective PHOAS rewriting/pattern-matching-compilation framework for simply-typed equalities and let-lifting, experimental and tailored for use in Fiat Cryptography
coq-riscv             0.0.4         RISC-V Specification in Coq, somewhat experimental
coq-rupicola          0.0.7         Gallina to imperative code compilation, currently in design phase
coq-stdlib            8.18.0        The Coq Proof Assistant -- Standard Library
coqide-server         8.18.0        The Coq Proof Assistant, XML protocol server
dune                  3.13.0        Fast, portable, and opinionated build system
ocaml                 4.14.0        The OCaml compiler (virtual package)
ocaml-base-compiler   4.14.0        Official release 4.14.0
ocaml-config          2             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.18.0).
The following actions will be performed:
  - install coq-fiat-crypto 0.0.20
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-fiat-crypto.0.0.20: http]
[coq-fiat-crypto.0.0.20] downloaded from https://github.com/mit-plv/fiat-crypto/archive/refs/tags/v0.0.20.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-fiat-crypto: make coq]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" "EXTERNAL_DEPENDENCIES=1" "SKIP_COQSCRIPTS_INCLUDE=1" "coq" "standalone-ocaml" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-fiat-crypto.0.0.20)
- ./src/Rewriter/PerfTesting/Specific/make.py primes.txt
- GENTEST --makefile fiat-amd64/*.asm > Makefile.test-amd64-files.mk
- ECHO > _CoqProject
- COQ_MAKEFILE -f _CoqProject > Makefile.coq
- Warning: native compilation is globally deactivated by the configure flag
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- Makefile:153: warning: overriding recipe for target 'all'
- Makefile.coq:408: warning: ignoring old recipe for target 'all'
- Makefile:488: warning: overriding recipe for target 'validate'
- Makefile.coq:536: warning: ignoring old recipe for target 'validate'
- ECHO > src/Everything.v
- ECHO > src/Bedrock/Everything.v
- ECHO > src/Util/Tactics.v
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- COQDEP VFILES
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- Makefile:153: warning: overriding recipe for target 'all'
- Makefile.coq:408: warning: ignoring old recipe for target 'all'
- Makefile:488: warning: overriding recipe for target 'validate'
- Makefile.coq:536: warning: ignoring old recipe for target 'validate'
- COQC src/Util/NatUtil.v
- COQC src/Util/Pointed.v
- COQC src/Util/IffT.v
- COQC src/Util/Isomorphism.v
- COQC src/Util/HProp.v
- COQC src/Util/GlobalSettings.v
- File "./src/Util/NatUtil.v", line 14, characters 34-48:
- Warning: Notation plus_le_compat is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_le_mono instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 16, characters 25-32:
- Warning: Notation mod_mod is deprecated since 8.17. Use Div0.mod_mod instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 34, characters 13-32:
- Warning: Notation Min.min_case_strong is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_case_strong instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 34, characters 13-32:
- Warning: Notation Min.min_case_strong is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_case_strong instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC src/Util/Tactics/Test.v
- File "./src/Util/NatUtil.v", line 36, characters 13-32:
- Warning: Notation Max.max_case_strong is deprecated since 8.16.
- The Arith.Max file is obsolete. Use Nat.max_case_strong instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 36, characters 13-32:
- Warning: Notation Max.max_case_strong is deprecated since 8.16.
- The Arith.Max file is obsolete. Use Nat.max_case_strong instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 50, characters 44-63:
- Warning: Notation Max.max_case_strong is deprecated since 8.16.
- The Arith.Max file is obsolete. Use Nat.max_case_strong instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 49, characters 44-63:
- Warning: Notation Min.min_case_strong is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_case_strong instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC src/Util/Tactics/ConstrFail.v
- COQC src/Util/Tactics/Contains.v
- File "./src/Util/NatUtil.v", line 156, characters 43-50:
- Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 156, characters 43-50:
- Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 178, characters 12-23:
- Warning: Notation mult_succ_r is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_succ_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 178, characters 12-23:
- Warning: Notation mult_succ_r is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_succ_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 178, characters 12-23:
- Warning: Notation mult_succ_r is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_succ_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC src/Util/Comparison.v
- File "./src/Util/NatUtil.v", line 185, characters 12-23:
- Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 185, characters 12-23:
- Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 185, characters 12-23:
- Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 229, characters 8-21:
- Warning: Notation beq_nat is deprecated since 8.16. Use Nat.eqb instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 232, characters 23-39:
- Warning: Notation beq_nat_true_iff is deprecated since 8.16.
- Use Nat.eqb_eq instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 233, characters 23-40:
- Warning: Notation beq_nat_false_iff is deprecated since 8.16.
- Use Nat.eqb_neq instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC src/Util/Tactics/GetGoal.v
- File "
[...] truncated
tion,deprecated,default]
- File "./src/Util/NatUtil.v", line 401, characters 20-27:
- Warning: Notation mod_mul is deprecated since 8.17. Use Div0.mod_mul instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 408, characters 12-19:
- Warning: Notation beq_nat is deprecated since 8.16. Use Nat.eqb instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 408, characters 12-19:
- Warning: Notation beq_nat is deprecated since 8.16. Use Nat.eqb instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 409, characters 10-22:
- Warning: Notation beq_nat_true is deprecated since 8.16.
- Use the bidirectional version Nat.eqb_eq instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 409, characters 10-22:
- Warning: Notation beq_nat_true is deprecated since 8.16.
- Use the bidirectional version Nat.eqb_eq instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 416, characters 74-86:
- Warning: Notation beq_nat_refl is deprecated since 8.16.
- Use Nat.eqb_refl (with symmetry of equality) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 416, characters 74-86:
- Warning: Notation beq_nat_refl is deprecated since 8.16.
- Use Nat.eqb_refl (with symmetry of equality) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 416, characters 74-86:
- Warning: Notation beq_nat_refl is deprecated since 8.16.
- Use Nat.eqb_refl (with symmetry of equality) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 426, characters 37-52:
- Warning: Notation le_plus_minus_r is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_comm) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 426, characters 37-52:
- Warning: Notation le_plus_minus_r is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_comm) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 426, characters 37-52:
- Warning: Notation le_plus_minus_r is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_comm) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 428, characters 19-34:
- Warning: Notation add_mod_idemp_r is deprecated since 8.17.
- Use Div0.add_mod_idemp_r instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 428, characters 19-34:
- Warning: Notation add_mod_idemp_r is deprecated since 8.17.
- Use Div0.add_mod_idemp_r instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/NatUtil.v", line 428, characters 19-34:
- Warning: Notation add_mod_idemp_r is deprecated since 8.17.
- Use Div0.add_mod_idemp_r instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- COQC src/Util/ZUtil/Tactics/ReplaceNegWithPos.v
- COQC src/Util/ZUtil/Tactics/CompareToSgn.v
- COQC src/Util/ZUtil/Hints/PullPush.v
- COQC src/Util/ZUtil/Hints/Ztestbit.v
- COQC src/Util/ZUtil/Tactics/DivideExistsMul.v
- COQC src/Util/ZUtil/Tactics/PrimeBound.v
- COQC src/Util/PER.v
- COQC src/Util/ZUtil/Lnot.v
- COQC src/Util/Bool/LeCompat.v
- COQC src/Util/ZUtil/Pow2.v
- COQC src/Util/ZUtil/N2Z.v
- COQC src/Util/Tactics/PrintContext.v
- COQC src/Util/Tactics/OnSubterms.v
- COQC src/Util/Tactics/Revert.v
- COQC src/Algebra/Nsatz.v
- COQC src/Util/Factorize.v
- COQC src/Util/ZUtil/Odd.v
- COQC src/Util/Decidable/Bool2Prop.v
- COQC src/Util/Tactics/SetEvars.v
- COQC src/Util/Tactics/SubstEvars.v
- COQC src/Util/Tactics/SimplifyRepeatedIfs.v
- COQC src/Util/ZUtil/Nat2Z.v
- COQC src/Util/ZUtil/Z2Nat.v
- COQC src/Util/Tactics/ETransitivity.v
- COQC src/Util/Tactics/SubstLet.v
- COQC src/Util/Strings/Decimal.v
- COQC src/Util/ListUtil/FoldMap.v
- COQC src/Util/ListUtil/PermutationCompat.v
- File "./src/Util/ZUtil/Z2Nat.v", line 21, characters 36-42:
- Warning: Notation le_0_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_0_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./src/Util/ZUtil/Z2Nat.v", line 21, characters 36-42:
- Warning: Notation le_0_n is deprecated since 8.16.
- The Arith.Le file is obsolete. Use Nat.le_0_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- COQC src/Util/NUtil/Sorting.v
- COQC src/Util/NUtil/Testbit.v
- COQC src/Util/Unit.v
- COQC src/Util/ListUtil/SetoidListRev.v
- COQC src/Util/Bool/Equality.v
- COQC src/Util/ListUtil/RemoveN.v
- COQC src/Util/Tactics/HasBody.v
- COQC src/Assembly/Parse/Examples/boringssl_nasm_full_mul_p256.v
- COQC src/Assembly/Parse/Examples/fiat_25519_carry_square_optimised.v
- COQC src/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed10.v
- COQC src/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed20.v
- COQC src/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed11.v
- COQC src/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed12.v
- COQC src/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed4.v
- COQC src/Assembly/Parse/Examples/fiat_p256_square_optimised_seed103.v
- COQC src/Assembly/Parse/Examples/fiat_p256_square_optimised_seed46.v
- COQC src/Assembly/Parse/Examples/fiat_p256_square_optimised_seed6.v
- COQC src/Util/Tactics/NormalizeCommutativeIdentifier.v
- COQC src/Util/FueledLUB.v
- COQC src/TAPSort.v
- COQC src/Util/ZUtil/ModExp.v
- COQC src/Util/Loops.v
- File "./src/Util/Loops.v", line 149, characters 6-25:
- Warning: Tactic Notation revert dependent (hyp) is deprecated since 8.18.
- Use "generalize dependent" instead ("revert dependent" is currently an alias)
- [deprecated-tactic-notation-since-8.18,deprecated-since-8.18,deprecated-tactic-notation,deprecated,default]
- File "./src/Util/Loops.v", line 273, characters 10-84:
- Error: Cannot infer an instance of type "nat" for the variable n in
- environment:
- A : Type
- B : Type
- body : A -> A + B
- body_cps : A -> forall T : Type, (A + B -> T) -> T
- body_cps_ok : forall (s : A) (R : Type) (f : A + B -> R),
-               body_cps s R f = f (body s)
- body_cps2 : A -> forall R : Type, (A -> R) -> (B -> R) -> R
- body_cps2_ok : forall (s : A) (R : Type) (continue : A -> R) (break : B -> R),
-                body_cps2 s R continue break =
-                match body s with
-                | inl a => continue a
-                | inr b => break b
-                end
- P : B -> Prop
- f : nat
- s0 : A
- b : B
- H : loop f s0 = inr b
- HP : P b
- measure := fun s : A =>
-            match iterations_required (S f) s with
-            | Some n => n
-            | None => 0
-            end : A -> nat
- s : A
- n : nat
- Hs' : iterations_required (S f) s = Some (S n)
- Hs : loop (S n) s = inr b
- s' : A
- Hstep : body s = inl s'
- HA : iterations_required (S f) s' = Some n
- H0 : n < S f
- x : B
- H1 : forall n0 : nat,
-      (n0 < n -> exists a : A, loop n0 s' = inl a) /\
-      (n <= n0 -> loop n0 s' = inr x)
- 
- make: *** [Makefile.coq:838: src/Util/Loops.vo] Error 1
- make: *** [src/Util/Loops.vo] Deleting file 'src/Util/Loops.glob'
- make: *** Waiting for unfinished jobs....
[ERROR] The compilation of coq-fiat-crypto failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4 EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 coq standalone-ocaml".
#=== ERROR while compiling coq-fiat-crypto.0.0.20 =============================#
# context              2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-fiat-crypto.0.0.20
# command              ~/.opam/opam-init/hooks/sandbox.sh build make -j4 EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 coq standalone-ocaml
# exit-code            2
# env-file             ~/.opam/log/coq-fiat-crypto-10083-335865.env
# output-file          ~/.opam/log/coq-fiat-crypto-10083-335865.out
### output ###
# [...]
# s' : A
# Hstep : body s = inl s'
# HA : iterations_required (S f) s' = Some n
# H0 : n < S f
# x : B
# H1 : forall n0 : nat,
#      (n0 < n -> exists a : A, loop n0 s' = inl a) /\
#      (n <= n0 -> loop n0 s' = inr x)
# 
# make: *** [Makefile.coq:838: src/Util/Loops.vo] Error 1
# make: *** [src/Util/Loops.vo] Deleting file 'src/Util/Loops.glob'
# make: *** Waiting for unfinished jobs....
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-fiat-crypto 0.0.20
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-fiat-crypto.0.0.20 coq.8.18.0' failed.
The middle of the output is truncated (maximum 20000 characters)

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none