ยซ Up

fiat-crypto 0.0.13 Error with dependencies ๐Ÿš’

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.0      Formal proof management system
dune                3.1.1       Fast, portable, and opinionated build system
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.3       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: [
  "ocaml" {build}
  "ocamlfind" {build}
  "conf-jq" {build}
  "coq" {>= "8.11~"}
  "coq-coqprime" {>= "1.2.0"}
  "coq-rewriter" {= "0.0.2"}
  "coq-rupicola" {= "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.13.tar.gz"
  checksum: "sha512=c8f3da07cc4d8b2be86c9239d14c04a8ed990a12f80ce9b00c926cd5064afe1393de5bc52c673d7c7e0e099434ac4c2a03e302b2d23c47d97ce8dddb5404b75d"
}

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.13 coq.8.15.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; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-fiat-crypto.0.0.13 coq.8.15.0
Return code
7936
Duration
1 h 0 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.0      Formal proof management system
dune                3.1.1       Fast, portable, and opinionated build system
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.3       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
The following actions will be performed:
  - install coq-rewriter 0.0.2
  - install coq-coqutil  0.0.1
  - install coq-bignums  8.15.0
  - install conf-jq      1
  - install coq-bedrock2 0.0.1
  - install coq-coqprime 1.2.0
  - install coq-rupicola 0.0.4
===== 7 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-bedrock2.0.0.1] downloaded from https://github.com/mit-plv/bedrock2/archive/refs/tags/v0.0.1.tar.gz
[coq-bignums.8.15.0] downloaded from https://github.com/coq/bignums/archive/V8.15.0.tar.gz
[coq-coqprime.1.2.0] downloaded from https://github.com/thery/coqprime/archive/refs/tags/v8.15.zip
[coq-coqutil.0.0.1] downloaded from https://github.com/mit-plv/coqutil/archive/refs/tags/v0.0.1.tar.gz
[coq-rewriter.0.0.2] downloaded from https://github.com/mit-plv/rewriter/archive/refs/tags/v0.0.2.tar.gz
[coq-rupicola.0.0.4] downloaded from https://github.com/mit-plv/rupicola/archive/refs/tags/v0.0.4.tar.gz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of conf-jq failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build jq --version".
-> installed coq-bignums.8.15.0
-> installed coq-coqutil.0.0.1
-> installed coq-coqprime.1.2.0
-> installed coq-bedrock2.0.0.1
-> installed coq-rupicola.0.0.4
-> installed coq-rewriter.0.0.2
#=== ERROR while compiling conf-jq.1 ==========================================#
# context              2.0.7 | linux/x86_64 | ocaml-base-compiler.4.11.2 | https://opam.ocaml.org#4ce6f847
# path                 ~/.opam/ocaml-base-compiler.4.11.2/.opam-switch/build/conf-jq.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build jq --version
# exit-code            1
# env-file             ~/.opam/log/conf-jq-9538-ab22a1.env
# output-file          ~/.opam/log/conf-jq-9538-ab22a1.out
### output ###
# bwrap: execvp jq: No such file or directory
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-jq 1
+- 
+- The following changes have been performed
| - install coq-bedrock2 0.0.1
| - install coq-bignums  8.15.0
| - install coq-coqprime 1.2.0
| - install coq-coqutil  0.0.1
| - install coq-rewriter 0.0.2
| - install coq-rupicola 0.0.4
+- 
The packages you requested declare the following system dependencies. Please make sure they are installed before retrying:
    jq
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
    opam switch import "/home/bench/.opam/ocaml-base-compiler.4.11.2/.opam-switch/backup/state-20220502143457.export"

Install ๐Ÿš€

Command
true
Return code
0
Duration
0 s

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none