ยซ Up

fiat-crypto 0.0.16 Error ๐Ÿ”ฅ

Context

# 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.15.1      Formal proof management system
dune                  3.6.2       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.5       A library manager for OCaml
zarith                1.12        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.7"}
  "coq-rupicola" {= "0.0.6"}
  "coq-bedrock2-compiler" {= "0.0.4"}
]
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.16.tar.gz"
  checksum: "sha512=db5e3ce6eb30066150c3611222c48f0eaab02f5b6101faab20d8a586c4f23bacb0c46372eff03736d7f017195500b3ea0203895052bf6ade752030a08c77e86d"
}

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.16 coq.8.15.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-fiat-crypto.0.0.16 coq.8.15.1
Return code
0
Duration
2 h 15 m

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-fiat-crypto.0.0.16 coq.8.15.1
Return code
31744
Duration
4 h 1 m
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.15.1      Formal proof management system
coq-bedrock2          0.0.4       A work-in-progress language and compiler for verified low-level programming
coq-bedrock2-compiler 0.0.4       A work-in-progress language and compiler for verified low-level programming (compiler part)
coq-bignums           8.15.0      Bignums, the Coq library of arbitrary large numbers
coq-coqprime          1.2.0       Certifying prime numbers in Coq
coq-coqutil           0.0.2       Coq library for tactics, basic definitions, sets, maps
coq-record-update     0.3.1       Generic support for updating record fields in Coq
coq-rewriter          0.0.7       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.3       RISC-V Specification in Coq, somewhat experimental
coq-rupicola          0.0.6       Gallina to imperative code compilation, currently in design phase
dune                  3.6.2       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.5       A library manager for OCaml
zarith                1.12        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.15.1).
The following actions will be performed:
  - install coq-fiat-crypto 0.0.16
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-fiat-crypto.0.0.16: http]
[coq-fiat-crypto.0.0.16] downloaded from https://github.com/mit-plv/fiat-crypto/archive/refs/tags/v0.0.16.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.16)
- ./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:154: warning: overriding recipe for target 'all'
- Makefile.coq:386: warning: ignoring old recipe for target 'all'
- Makefile:489: warning: overriding recipe for target 'validate'
- Makefile.coq:514: warning: ignoring old recipe for target 'validate'
- 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:154: warning: overriding recipe for target 'all'
- Makefile.coq:386: warning: ignoring old recipe for target 'all'
- Makefile:489: warning: overriding recipe for target 'validate'
- Makefile.coq:514: warning: ignoring old recipe for target 'validate'
- COQC src/Util/ZUtil/Hints/Core.v
- 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
- COQC src/Util/Tactics/Test.v
- COQC src/Util/Tactics/ConstrFail.v
- COQC src/Util/ZUtil/Tactics/ReplaceNegWithPos.v
- COQC src/Util/Tactics/GetGoal.v
- COQC src/Util/Strings/Decimal.v
- COQC src/Util/Tactics/Contains.v
- COQC src/Util/Comparison.v
- COQC src/Util/ZUtil/Tactics/SplitMinMax.v
- COQC src/Util/Tactics/HasBody.v
- COQC src/Util/Tactics/PrintContext.v
- COQC src/Util/Tactics/DebugPrint.v
- COQC src/Util/ListUtil/NthExt.v
- COQC src/Util/Bool/Equality.v
- COQC src/Util/ZUtil/Div/Bootstrap.v
- COQC src/Util/ZUtil/Modulo/Bootstrap.v
- COQC src/Util/ZUtil/Tactics/PrimeBound.v
- COQC src/Util/ZUtil/Tactics/CompareToSgn.v
- COQC src/Util/ZUtil/Tactics/DivideExistsMul.v
- COQC src/Util/ZUtil/Lnot.v
- COQC src/Util/Bool/LeCompat.v
- COQC src/Util/ZUtil/N2Z.v
- COQC src/Util/ZUtil/Pow2.v
- COQC src/Util/ZUtil/Tactics/PeelLe.v
- COQC src/Util/Tactics/NormalizeCommutativeIdentifier.v
- COQC src/Util/Tactics/SetEvars.v
- COQC src/Util/Tactics/SubstEvars.v
- COQC src/Util/PER.v
- COQC src/Util/ListUtil/FoldMap.v
- COQC src/Util/ListUtil/PermutationCompat.v
- 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/ListUtil/RemoveN.v
- COQC src/Algebra/Nsatz.v
- COQC src/Util/ZUtil/Odd.v
- COQC src/Util/Tactics/OnSubterms.v
- COQC src/Util/Tactics/Revert.v
- COQC src/Util/Factorize.v
- COQC src/Util/Decidable/Bool2Prop.v
- COQC src/Util/FueledLUB.v
- COQC src/Util/Tactics/SimplifyRepeatedIfs.v
- COQC src/TAPSort.v
- COQC src/Util/ZUtil/Z2Nat.v
- COQC src/Util/Tactics/ETransitivity.v
- COQC src/Util/Tactics/SubstLet.v
- COQC src/Util/ZUtil/ModExp.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/Assembly/Parse/Examples/boringssl_nasm_full_mul_p256.v
- COQC src/Util/Loops.v
- COQC src/PushButtonSynthesis/InvertHighLow.v
- COQC src/Util/Tactics/ChangeInAll.v
- COQC src/Util/DefaultedTypes.v
- COQC src/Util/Pos.v
- COQC src/Util/Sumbool.v
- COQC src/Util/Bool/IsTrue.v
- COQC src/Util/ZUtil/DistrIf.v
- COQC src/Util/ZUtil/Ge.v
- COQC src/Util/ZUtil/Mul.v
- COQC src/Util/ZUtil/Sgn.v
- COQC src/Util/ZUtil/Sorting.v
- COQC src/Util/SideConditions/CorePackages.v
- COQC src/Util/Logic/ImplAnd.v
- COQC src/Util/Sigma/Associativity.v
- COQC src/Util/Sigma/Lift.v
- COQC src/Util/Sigma/MapProjections.v
- COQC src/Util/Sigma/Related.v
- COQC src/Util/Tactics/CPSId.v
- COQC src/Util/Tactics/EvarNormalize.v
- COQC src/Util/Tactics/ClearFree.v
- COQC src/Util/Tactics/ClearAll.v
- COQC src/Util/Tactics/ClearDuplicates.v
- COQC src/Util/Tactics/ClearbodyAll.v
- COQC src/Util/Tactics/ConvoyDestruct.v
- COQC src/Util/Tactics/DestructTrivial.v
- COQC src/Util/Tactics/ESpecialize.v
- COQC src/Util/Tactics/EvarExists.v
- COQC src/Util/Tactics/Forward.v
- COQC src/Util/Tactics/PoseTermWithName.v
- COQC src/Util/Tactics/SideConditionsBeforeToAfter.v
- COQC src/Util/Tactics/SimplifyProjections.v
- COQC src/Util/Tactics/TransparentAssert.v
- COQC src/Util/Tactics/UnfoldArg.v
- COQC src/Util/Tactics/UnifyAbstractReflexivity.v
- COQC src/Util/Tactics/VM.v
- COQC src/Util/ZUtil/Hints/ZArith.v
- COQC src/Util/ZUtil/Hints/Ztestbit.v
- COQC src/Util/ZUtil/Hints/PullPush.v
- COQC src/Util/ZUtil/ZSimplify/Core.v
- COQC src/Util/Equality.v
- COQC src/Util/FixCoqMistakes.v
- COQC src/Util/Tactics/Not.v
- COQC src/Util/Tactics/SplitInContext.v
- COQC src/Util/ZUtil/ZSimplify/Simple.v
- COQC src/Util/Tactics/SetoidSubst.v
- COQC src/Util/PrimitiveProd.v
- COQC src/Util/Tactics/FindHyp.v
- COQC src/Util/DynList.v
- COQC src/Util/Tactics/CountBinders.v
- COQC src/Util/Tactics/AppendUnderscores.v
- COQC src/Util/Tactics/PrintGoal.v
- COQC src/Util/PrimitiveHList.v
- COQC src/Util/Tactics/RunTacticAsConstr.v
- COQC src/Util/Structures/Equalities.v
- COQC src/Util/Structures/Equalities/Iso.v
- COQC src/Util/Logic/Forall.v
- COQC src/Util/Logic/Exists.v
- COQC src/Util/ZUtil/Tactics/DivModToQuotRem.v
- COQC src/Util/ZUtil/Modulo/PullPush.v
- COQC src/Util/ZUtil/Tactics/LinearSubstitute.v
- COQC src/Util/ZUtil/Opp.v
- COQC src/Util/Logic/ProdForall.v
- COQC src/Util/ListUtil/Partition.v
- COQC src/Util/ListUtil/StdlibCompat.v
- COQC src/Util/Structures/Equalities/Project.v
- COQC src/Util/ListUtil/Concat.v
- COQC src/Util/ListUtil/Filter.v
- COQC src/Util/Logic.v
- COQC src/Util/Structures/Equalities/Unit.v
- COQC src/Util/Sorting/Sorted/Proper.v
- COQC src/Util/Tactics/WarnIfGoalsRemain.v
- COQC src/Util/ListUtil/CombineExtend.v
- COQC src/Util/ZUtil/Nat2Z.v
- COQC src/Util/Telescope/Core.v
- COQC src/Util/ListUtil/Split.v
- COQC src/Util/Tactics/RevertUntil.v
- COQC src/Util/Curry.v
- COQC src/Util/Tactics.v
- COQC src/Util/Tower.v
- COQC src/Util/Wf.v
- COQC src/Util/Tactics/HeadUnderBinders.v
- COQC src/Util/Structures/Equalities/Empty.v
- COQC src/Util/Strings/String_as_OT.v
- COQC src/Util/Strings/String_as_OT_old.v
- COQC src/Util/Tactics/CacheTerm.v
- COQC src/Util/Tactics/Delta1.v
- COQC src/Util/ZUtil/Hints.v
- COQC src/Util/Prod.v
- COQC src/Util/Sigma.v
- COQC src/Util/Tactics/Head.v
- COQC src/Util/Tactics/DestructHyps.v
- File "./src/Util/Sigma.v", line 376, characters 0-52:
- Warning: The Ltac name inversion_sigma may be unusable because of a conflict
- with a notation. [unusable-identifier,parsing]
- COQC src/Util/Notations.v
- COQC src/Ut
[...] truncated
drock2_word_by_word_montgomery.v", line 4, characters 0-101:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_word_by_word_montgomery.v", line 4, characters 0-101:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_word_by_word_montgomery.v", line 4, characters 0-101:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_base_conversion.v", line 4, characters 0-87:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_base_conversion.v", line 4, characters 0-87:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_base_conversion.v", line 4, characters 0-87:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_unsaturated_solinas.v", line 4, characters 0-95:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_saturated_solinas.v", line 4, characters 0-91:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_unsaturated_solinas.v", line 4, characters 0-95:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_unsaturated_solinas.v", line 4, characters 0-95:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_saturated_solinas.v", line 4, characters 0-91:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_saturated_solinas.v", line 4, characters 0-91:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_word_by_word_montgomery.v", line 4, characters 0-101:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_base_conversion.v", line 4, characters 0-87:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_base_conversion.v", line 4, characters 0-87:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_base_conversion.v", line 4, characters 0-87:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_word_by_word_montgomery.v", line 4, characters 0-101:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- File "./src/ExtractionOCaml/with_bedrock2_word_by_word_montgomery.v", line 4, characters 0-101:
- Warning: The identifier __ contains __ which is reserved for the extraction
- [extraction-reserved-identifier,extraction]
- COQC src/Bedrock/Specs/Field.v
- COQC src/Bedrock/Field/Synthesis/Generic/Operation.v
- COQC src/Bedrock/Group/Point.v
- OCAMLOPT src/ExtractionOCaml/bedrock2_unsaturated_solinas.mli
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- OCAMLOPT src/ExtractionOCaml/bedrock2_saturated_solinas.mli
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- OCAMLOPT src/ExtractionOCaml/bedrock2_word_by_word_montgomery.mli
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- OCAMLOPT src/ExtractionOCaml/bedrock2_base_conversion.mli
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- OCAMLOPT src/ExtractionOCaml/with_bedrock2_unsaturated_solinas.mli
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- OCAMLOPT src/ExtractionOCaml/with_bedrock2_saturated_solinas.mli
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- COQC src/Bedrock/Field/Interface/Representation.v
- COQC src/Bedrock/Field/Interface/Compilation2.v
- COQC src/Bedrock/Field/Synthesis/Generic/UnsaturatedSolinas.v
- COQC src/Bedrock/Field/Synthesis/Specialized/Tactics.v
- COQC src/Bedrock/Field/Synthesis/Specialized/ReifiedOperation.v
- COQC src/Bedrock/Field/Synthesis/Generic/WordByWordMontgomery.v
- OCAMLOPT src/ExtractionOCaml/bedrock2_unsaturated_solinas.ml -o src/ExtractionOCaml/bedrock2_unsaturated_solinas
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- OCAMLOPT src/ExtractionOCaml/bedrock2_saturated_solinas.ml -o src/ExtractionOCaml/bedrock2_saturated_solinas
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- File "src/ExtractionOCaml/bedrock2_unsaturated_solinas.ml", line 714208, characters 10-25:
- 714208 | | S x' -> Pervasives.succ (int_of_nat x')
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/ExtractionOCaml/bedrock2_saturated_solinas.ml", line 640456, characters 10-25:
- 640456 | | S x' -> Pervasives.succ (int_of_nat x')
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- OCAMLOPT src/ExtractionOCaml/bedrock2_word_by_word_montgomery.ml -o src/ExtractionOCaml/bedrock2_word_by_word_montgomery
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- OCAMLOPT src/ExtractionOCaml/bedrock2_base_conversion.ml -o src/ExtractionOCaml/bedrock2_base_conversion
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- OCAMLOPT src/ExtractionOCaml/with_bedrock2_unsaturated_solinas.ml -o src/ExtractionOCaml/with_bedrock2_unsaturated_solinas
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- OCAMLOPT src/ExtractionOCaml/with_bedrock2_saturated_solinas.ml -o src/ExtractionOCaml/with_bedrock2_saturated_solinas
- ulimit
- /bin/sh: 10: [: 8192: unexpected operator
- Warning: Stack size (8192) may be too small.
- Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 32768 kbytes
- File "src/ExtractionOCaml/bedrock2_base_conversion.ml", line 634624, characters 10-25:
- 634624 | | S x' -> Pervasives.succ (int_of_nat x')
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/ExtractionOCaml/bedrock2_word_by_word_montgomery.ml", line 788195, characters 10-25:
- 788195 | | S x' -> Pervasives.succ (int_of_nat x')
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/ExtractionOCaml/with_bedrock2_unsaturated_solinas.ml", line 714208, characters 10-25:
- 714208 | | S x' -> Pervasives.succ (int_of_nat x')
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
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