# 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.0 The Coq Proof Assistant coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server dune 3.12.2 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 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" 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" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-fiat-crypto.0.0.20 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; timeout 4h opam install -y --deps-only coq-fiat-crypto.0.0.20 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-fiat-crypto.0.0.20 coq.8.17.0
# 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-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.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.17 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.17.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.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server dune 3.12.2 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 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.0). The following actions will be performed: - install coq-fiat-crypto 0.0.20 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-fiat-crypto.0.0.20: http] Processing 1/3: -> retrieved coq-fiat-crypto.0.0.20 (https://github.com/mit-plv/fiat-crypto/archive/refs/tags/v0.0.20.tar.gz) Processing 2/3: [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.5.1.1/.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 - COQC src/Util/Tactics/Test.v - COQC src/Util/Tactics/ConstrFail.v - COQC src/Util/Tactics/Contains.v - COQC src/Util/Comparison.v - COQC src/Util/Tactics/GetGoal.v - COQC src/Util/ListUtil/NthExt.v - COQC src/Util/Tactics/DebugPrint.v - COQC src/Util/ZUtil/Hints/Core.v - File "./src/Util/NatUtil.v", line 14, characters 0-57: - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - COQC src/Util/ZUtil/Tactics/SplitMinMax.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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - 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,deprecated] - File "./src/Util/NatUtil.v", line 252, characters 28-36: - Warning: Notation mod_same is deprecated since 8.17. - Use Div0.mod_same instead. [deprecated-syntactic-definition,deprecated] - File "./src/Util/NatUtil.v", line 252, characters 28-36: - Warning: Notation mod_same is deprecated since 8.17. - Use Div0.mod_same instead. [deprecated-syntactic-definition,deprecated] - File "./src/Util/NatUtil.v", line 272, characters 10-17: - Warning: Notatio [...] truncated ionOCaml/dettman_multiplication.v", line 3, characters 0-87: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/dettman_multiplication.v", line 3, characters 0-87: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/dettman_multiplication.v", line 3, characters 0-87: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - COQC src/Rewriter/PerfTesting/StandaloneOCamlMain.v - File "./src/ExtractionOCaml/word_by_word_montgomery.v", line 3, characters 0-87: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/word_by_word_montgomery.v", line 3, characters 0-87: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/word_by_word_montgomery.v", line 3, characters 0-87: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - COQC src/StandaloneDebuggingExamples.v - File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - COQC src/Bedrock/Field/Translation/Proofs/LoadStoreList.v - File "./src/Bedrock/Field/Translation/Proofs/LoadStoreList.v", line 158, characters 17-18: - Warning: Unused variable a might be a misspelled constructor. Use _ or _a to - silence this warning. [unused-pattern-matching-variable,pattern-matching] - COQC src/Bedrock/Field/Common/Names/MakeNames.v - COQC src/Bedrock/Field/Translation/Proofs/Cmd.v - File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - COQC src/Bedrock/Field/Translation/Proofs/ValidComputable/Expr.v - OCAMLOPT src/ExtractionOCaml/unsaturated_solinas.mli - Warning: Stack size (8192) may be too small. - Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes - OCAMLOPT src/ExtractionOCaml/saturated_solinas.mli - Warning: Stack size (8192) may be too small. - Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes - OCAMLOPT src/ExtractionOCaml/dettman_multiplication.mli - Warning: Stack size (8192) may be too small. - Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes - OCAMLOPT src/ExtractionOCaml/word_by_word_montgomery.mli - Warning: Stack size (8192) may be too small. - Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes - OCAMLOPT src/ExtractionOCaml/base_conversion.mli - Warning: Stack size (8192) may be too small. - Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes - OCAMLOPT src/ExtractionOCaml/solinas_reduction.mli - Warning: Stack size (8192) may be too small. - Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes - COQC src/ExtractionOCaml/perf_unsaturated_solinas.v - COQC src/ExtractionOCaml/perf_word_by_word_montgomery.v - COQC src/Everything.v - COQC src/Bedrock/Field/Common/Arrays/MakeAccessSizes.v - File "./src/Bedrock/Field/Common/Arrays/MakeAccessSizes.v", line 146, characters 17-18: - Warning: Unused variable s might be a misspelled constructor. Use _ or _s to - silence this warning. [unused-pattern-matching-variable,pattern-matching] - COQC src/Bedrock/Field/Translation/Proofs/Func.v - COQC src/Bedrock/Field/Stringification/Stringification.v - COQC src/PerfTesting/PerfTestPrint.v - Finished transaction in 2.895 secs (2.611u,0.283s) (successful) - Finished transaction in 0.005 secs (0.002u,0.s) (successful) - COQC src/PerfTesting/PerfTestSearch.v - COQC src/PerfTesting/PerfTestSearchPattern.v - Finished transaction in 3.221 secs (0.u,0.s) (successful) - Finished transaction in 3.293 secs (2.938u,0.352s) (successful) - Finished transaction in 3.388 secs (3.064u,0.315s) (successful) - OCAMLOPT src/ExtractionOCaml/unsaturated_solinas.ml -o src/ExtractionOCaml/unsaturated_solinas - Warning: Stack size (8192) may be too small. - Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes - Finished transaction in 11.304 secs (0.005u,0.003s) (successful) - Finished transaction in 3.251 secs (0.063u,0.008s) (successful) - OCAMLOPT src/ExtractionOCaml/saturated_solinas.ml -o src/ExtractionOCaml/saturated_solinas - Warning: Stack size (8192) may be too small. - Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes - Finished transaction in 14.659 secs (1.585u,0.135s) (successful) - Finished transaction in 10.708 secs (1.845u,0.139s) (successful) - Finished transaction in 6.36 secs (2.855u,0.016s) (successful) - File "src/ExtractionOCaml/unsaturated_solinas.ml", line 733732, characters 10-25: - 733732 | | S x' -> Pervasives.succ (int_of_nat x') - ^^^^^^^^^^^^^^^ - Error: Unbound module Pervasives - make: *** [Makefile.standalone:40: src/ExtractionOCaml/unsaturated_solinas] Error 2 - make: *** Waiting for unfinished jobs.... - File "src/ExtractionOCaml/saturated_solinas.ml", line 659829, characters 10-25: - 659829 | | S x' -> Pervasives.succ (int_of_nat x') - ^^^^^^^^^^^^^^^ - Error: Unbound module Pervasives - make: *** [Makefile.standalone:40: src/ExtractionOCaml/saturated_solinas] Error 2 - Finished transaction in 26.26 secs (16.419u,0.171s) (successful) - Finished transaction in 31.348 secs (16.594u,0.295s) (successful) - Finished transaction in 17.917 secs (5.554u,0.048s) (successful) [ERROR] The compilation of coq-fiat-crypto.0.0.20 failed at "make -j4 EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 coq standalone-ocaml". #=== ERROR while compiling coq-fiat-crypto.0.0.20 =============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.1.1/.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-19530-8aba25.env # output-file ~/.opam/log/coq-fiat-crypto-19530-8aba25.out ### output ### # 733732 | | S x' -> Pervasives.succ (int_of_nat x') # [...] # Error: Unbound module Pervasives # make: *** [Makefile.standalone:40: src/ExtractionOCaml/unsaturated_solinas] Error 2 # make: *** Waiting for unfinished jobs.... # File "src/ExtractionOCaml/saturated_solinas.ml", line 659829, characters 10-25: # 659829 | | S x' -> Pervasives.succ (int_of_nat x') # ^^^^^^^^^^^^^^^ # Error: Unbound module Pervasives # make: *** [Makefile.standalone:40: src/ExtractionOCaml/saturated_solinas] Error 2 # Finished transaction in 26.26 secs (16.419u,0.171s) (successful) # Finished transaction in 31.348 secs (16.594u,0.295s) (successful) # Finished transaction in 17.917 secs (5.554u,0.048s) (successful) <><> 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.17.0' failed. The middle of the output is truncated (maximum 20000 characters)
No files were installed.
true