« Up

chick-blog 1.0.1 Error with dependencies

(2021-11-01 16:42:58 UTC)

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              3           Virtual package relying on a GMP lib system installation
coq                   8.14.0      Formal proof management system
dune                  2.9.1       Fast, portable, and opinionated build system
ocaml                 4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.0      Official release 4.12.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.1       A library manager for OCaml
zarith                1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-chick-blog"
dev-repo: "git+https://github.com/clarus/coq-chick-blog.git"
bug-reports: "https://github.com/clarus/coq-chick-blog/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
  ["./configure.sh"]
  [make "-j%{jobs}%"]
  [make "-C" "extraction" "-j%{jobs}%"]
]
depends: [
  "cohttp-lwt-unix"
  "coq-error-handlers"
  "coq-function-ninjas"
  "coq-list-string"
  "coq-moment"
  "coq"
  "lwt"
  "ocaml" {>= "4.03"}
  "ocamlfind" {build}
]
tags: [
  "date:2019-11-26"
  "keyword:blog"
  "keyword:effects"
  "keyword:extraction"
]
synopsis: "A blog engine written and proven in Coq"
url {
  src: "https://github.com/clarus/coq-chick-blog/archive/1.0.1.tar.gz"
  checksum: "sha512=1327eba89ee0b0a21559e624bc478763e5f431f3e9fc6ba272ac3f60a64ac4a921287f4c773eba86cc8ea101fe14601350bfe4063a4870355e215bd6a2e5ce5d"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-chick-blog.1.0.1 coq.8.14.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-chick-blog.1.0.1 coq.8.14.0
Return code
7936
Duration
7 m 20 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              3           Virtual package relying on a GMP lib system installation
coq                   8.14.0      Formal proof management system
dune                  2.9.1       Fast, portable, and opinionated build system
ocaml                 4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.0      Official release 4.12.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.1       A library manager for OCaml
zarith                1.12        Implements arithmetic and logical operations over arbitrary-precision integers
The following actions will be performed:
  - install seq                 base
  - install coq-error-handlers  1.2.0
  - install mirage-no-xen       1
  - install ocaml-syntax-shims  1.0.0
  - install coq-function-ninjas 1.0.0
  - install ocamlbuild          0.14.0
  - install stdlib-shims        0.3.0
  - install duration            0.2.0
  - install conf-pkg-config     2
  - install conf-gmp-powm-sec   3
  - install coq-list-plus       1.1.0
  - install mmap                1.1.0
  - install ocaml-compiler-libs v0.12.4
  - install gmap                0.3.0
  - install ppx_derivers        1.2.1
  - install csexp               1.5.1
  - install macaddr             5.2.0
  - install mirage-no-solo5     1
  - install base64              3.5.0
  - install conf-ruby           1.0.0
  - install coq-cunit           1.0.0
  - install base-bytes          base
  - install cppo                1.6.8
  - install magic-mime          1.2.0
  - install sexplib0            v0.14.0
  - install cmdliner            1.0.4
  - install domain-name         0.3.1
  - install result              1.5
  - install num                 1.4
  - install bigarray-compat     1.0.0
  - install re                  1.10.3
  - install uchar               0.0.2
  - install topkg               1.0.4
  - install coq-list-string     2.1.2
  - install stringext           1.6.0
  - install ocplib-endian       1.1
  - install ppxlib              0.23.0
  - install ipaddr              5.2.0
  - install dune-configurator   2.9.1
  - install cstruct             6.0.1
  - install bigstringaf         0.8.0
  - install uutf                1.0.2
  - install rresult             0.7.0
  - install ptime               0.8.5
  - install mtime               1.3.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install coq-moment          1.2.0
  - install lwt                 5.4.2
  - install base                v0.14.1
  - install eqaf                0.8
  - install angstrom            0.15.0
  - install jsonm               1.0.1
  - install asn1-combinators    0.2.6
  - install fpath               0.7.3
  - install logs                0.7.0
  - install ppx_sexp_conv       v0.14.3
  - install parsexp             v0.14.1
  - install mirage-crypto       0.10.4
  - install uri                 4.2.0
  - install bos                 0.2.1
  - install ipaddr-sexp         5.2.0
  - install sexplib             v0.14.0
  - install pbkdf               1.2.0
  - install mirage-crypto-rng   0.10.4
  - install uri-sexp            4.2.0
  - install conduit             4.0.2
  - install mirage-crypto-pk    0.10.4
  - install mirage-crypto-ec    0.10.4
  - install cohttp              4.0.0
  - install conduit-lwt         4.0.2
  - install x509                0.15.1
  - install cohttp-lwt          4.0.0
  - install ca-certs            0.2.2
  - install conduit-lwt-unix    4.0.2
  - install cohttp-lwt-unix     4.0.0
===== 76 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[asn1-combinators.0.2.6] downloaded from cache at https://opam.ocaml.org/cache
[astring.0.8.5] downloaded from cache at https://opam.ocaml.org/cache
[angstrom.0.15.0] downloaded from cache at https://opam.ocaml.org/cache
[base64.3.5.0] downloaded from cache at https://opam.ocaml.org/cache
[bigarray-compat.1.0.0] downloaded from cache at https://opam.ocaml.org/cache
[base.v0.14.1] downloaded from cache at https://opam.ocaml.org/cache
[bigstringaf.0.8.0] downloaded from cache at https://opam.ocaml.org/cache
[bos.0.2.1] downloaded from cache at https://opam.ocaml.org/cache
[ca-certs.0.2.2] downloaded from cache at https://opam.ocaml.org/cache
[cmdliner.1.0.4] downloaded from cache at https://opam.ocaml.org/cache
[cohttp.4.0.0] downloaded from cache at https://opam.ocaml.org/cache
[conduit.4.0.2] downloaded from cache at https://opam.ocaml.org/cache
[conduit-lwt.4.0.2] found in cache
[conduit-lwt-unix.4.0.2] found in cache
[cohttp-lwt.4.0.0] downloaded from cache at https://opam.ocaml.org/cache
[coq-cunit.1.0.0] downloaded from https://github.com/clarus/coq-cunit/archive/1.0.0.tar.gz
[coq-error-handlers.1.2.0] downloaded from https://github.com/clarus/coq-error-handlers/archive/1.2.0.tar.gz
[coq-function-ninjas.1.0.0] downloaded from https://github.com/clarus/coq-function-ninjas/archive/1.0.0.tar.gz
[cohttp-lwt-unix.4.0.0] downloaded from cache at https://opam.ocaml.org/cache
[coq-list-plus.1.1.0] downloaded from https://github.com/clarus/coq-list-plus/archive/1.1.0.tar.gz
[coq-list-string.2.1.2] downloaded from https://github.com/clarus/coq-list-string/archive/2.1.2.tar.gz
[coq-moment.1.2.0] downloaded from https://github.com/clarus/coq-moment/archive/1.2.0.tar.gz
[cppo.1.6.8] downloaded from cache at https://opam.ocaml.org/cache
[csexp.1.5.1] downloaded from cache at https://opam.ocaml.org/cache
[dune-configurator.2.9.1] found in cache
[domain-name.0.3.1] downloaded from cache at https://opam.ocaml.org/cache
[cstruct.6.0.1] downloaded from cache at https://opam.ocaml.org/cache
[duration.0.2.0] downloaded from cache at https://opam.ocaml.org/cache
[eqaf.0.8] downloaded from cache at https://opam.ocaml.org/cache
[fmt.0.9.0] downloaded from cache at https://opam.ocaml.org/cache
[fpath.0.7.3] downloaded from cache at https://opam.ocaml.org/cache
[gmap.0.3.0] downloaded from cache at https://opam.ocaml.org/cache
[ipaddr.5.2.0] downloaded from cache at https://opam.ocaml.org/cache
[jsonm.1.0.1] downloaded from cache at https://opam.ocaml.org/cache
[logs.0.7.0] downloaded from cache at https://opam.ocaml.org/cache
[macaddr.5.2.0] found in cache
[magic-mime.1.2.0] downloaded from cache at https://opam.ocaml.org/cache
[ipaddr-sexp.5.2.0] downloaded from cache at https://opam.ocaml.org/cache
[lwt.5.4.2] downloaded from cache at https://opam.ocaml.org/cache
[mirage-crypto.0.10.4] downloaded from cache at https://opam.ocaml.org/cache
[mirage-crypto-rng.0.10.4] found in cache
[mirage-crypto-ec.0.10.4] downloaded from cache at https://opam.ocaml.org/cache
[mirage-crypto-pk.0.10.4] downloaded from cache at https://opam.ocaml.org/cache
[mmap.1.1.0] downloaded from cache at https://opam.ocaml.org/cache
[mtime.1.3.0] downloaded from cache at https://opam.ocaml.org/cache
[num.1.4] downloaded from cache at https://opam.ocaml.org/cache
[ocaml-compiler-libs.v0.12.4] downloaded from cache at https://opam.ocaml.org/cache
[ocaml-syntax-shims.1.0.0] downloaded from cache at https://opam.ocaml.org/cache
[ocamlbuild.0.14.0] downloaded from cache at https://opam.ocaml.org/cache
[ocplib-endian.1.1] downloaded from cache at https://opam.ocaml.org/cache
[parsexp.v0.14.1] downloaded from cache at https://opam.ocaml.org/cache
[pbkdf.1.2.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_derivers.1.2.1] downloaded from cache at https://opam.ocaml.org/cache
[ppx_sexp_conv.v0.14.3] downloaded from cache at https://opam.ocaml.org/cache
[ptime.0.8.5] downloaded from cache at https://opam.ocaml.org/cache
[ppxlib.0.23.0] downloaded from cache at https://opam.ocaml.org/cache
[re.1.10.3] downloaded from cache at https://opam.ocaml.org/cache
[result.1.5] downloaded from cache at https://opam.ocaml.org/cache
[rresult.0.7.0] downloaded from cache at https://opam.ocaml.org/cache
[sexplib.v0.14.0] downloaded from cache at https://opam.ocaml.org/cache
[sexplib0.v0.14.0] downloaded from cache at https://opam.ocaml.org/cache
[stdlib-shims.0.3.0] downloaded from cache at https://opam.ocaml.org/cache
[stringext.1.6.0] downloaded from cache at https://opam.ocaml.org/cache
[topkg.1.0.4] downloaded from cache at https://opam.ocaml.org/cache
[uchar.0.0.2] downloaded from cache at https://opam.ocaml.org/cache
[uri.4.2.0] downloaded from cache at https://opam.ocaml.org/cache
[uutf.1.0.2] downloaded from cache at https://opam.ocaml.org/cache
[x509.0.15.1] downloaded from cache at https://opam.ocaml.org/cache
[uri-sexp.4.2.0] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bytes.base
-> installed base64.3.5.0
-> installed bigarray-compat.1.0.0
-> installed cmdliner.1.0.4
-> installed conf-gmp-powm-sec.3
-> installed conf-pkg-config.2
-> installed conf-ruby.1.0.0
-> installed coq-cunit.1.0.0
-> installed bigstringaf.0.8.0
-> installed coq-error-handlers.1.2.0
-> installed coq-function-ninjas.1.0.0
-> installed coq-list-plus.1.1.0
-> installed cppo.1.6.8
-> installed csexp.1.5.1
-> installed cstruct.6.0.1
-> installed domain-name.0.3.1
-> installed duration.0.2.0
-> installed gmap.0.3.0
-> installed macaddr.5.2.0
-> installed magic-mime.1.2.0
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> installed mmap.1.1.0
-> installed num.1.4
-> installed eqaf.0.8
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocamlbuild.0.14.0
-> installed ocplib-endian.1.1
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed angstrom.0.15.0
-> installed coq-list-string.2.1.2
-> installed dune-configurator.2.9.1
-> installed seq.base
[ERROR] The compilation of coq-moment failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build ruby pp.rb".
-> installed re.1.10.3
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.3.0
-> installed ipaddr.5.2.0
-> installed mirage-crypto.0.10.4
-> installed pbkdf.1.2.0
-> installed stringext.1.6.0
-> installed lwt.5.4.2
-> installed topkg.1.0.4
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed base.v0.14.1
-> installed fpath.0.7.3
-> installed mtime.1.3.0
-> installed ptime.0.8.5
-> installed logs.0.7.0
-> installed mirage-crypto-rng.0.10.4
-> installed asn1-combinators.0.2.6
-> installed parsexp.v0.14.1
-> installed ppxlib.0.23.0
-> installed mirage-crypto-pk.0.10.4
-> installed rresult.0.7.0
-> installed sexplib.v0.14.0
-> installed uchar.0.0.2
-> installed uri.4.2.0
-> installed uutf.1.0.2
-> installed mirage-crypto-ec.0.10.4
-> installed ppx_sexp_conv.v0.14.3
-> installed bos.0.2.1
-> installed jsonm.1.0.1
-> installed x509.0.15.1
-> installed ipaddr-sexp.5.2.0
-> installed uri-sexp.4.2.0
-> installed ca-certs.0.2.2
-> installed conduit.4.0.2
-> installed cohttp.4.0.0
-> installed conduit-lwt.4.0.2
-> installed cohttp-lwt.4.0.0
-> installed conduit-lwt-unix.4.0.2
-> installed cohttp-lwt-unix.4.0.0
#=== ERROR while compiling coq-moment.1.2.0 ===================================#
# context              2.0.8 | linux/x86_64 | ocaml-base-compiler.4.12.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.12.0/.opam-switch/build/coq-moment.1.2.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build ruby pp.rb
# exit-code            1
# env-file             ~/.opam/log/coq-moment-855-17eda2.env
# output-file          ~/.opam/log/coq-moment-855-17eda2.out
### output ###
# pp.rb:5:in `<main>': undefined method `[]' for nil:NilClass (NoMethodError)
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-moment 1.2.0
+- 
+- The following changes have been performed
| - install angstrom            0.15.0
| - install asn1-combinators    0.2.6
| - install astring             0.8.5
| - install base                v0.14.1
| - install base-bytes          base
| - install base64              3.5.0
| - install bigarray-compat     1.0.0
| - install bigstringaf         0.8.0
| - install bos                 0.2.1
| - install ca-certs            0.2.2
| - install cmdliner            1.0.4
| - install cohttp              4.0.0
| - install cohttp-lwt          4.0.0
| - install cohttp-lwt-unix     4.0.0
| - install conduit             4.0.2
| - install conduit-lwt         4.0.2
| - install conduit-lwt-unix    4.0.2
| - install conf-gmp-powm-sec   3
| - install conf-pkg-config     2
| - install conf-ruby           1.0.0
| - install coq-cunit           1.0.0
| - install coq-error-handlers  1.2.0
| - install coq-function-ninjas 1.0.0
| - install coq-list-plus       1.1.0
| - install coq-list-string     2.1.2
| - install cppo                1.6.8
| - install csexp               1.5.1
| - install cstruct             6.0.1
| - install domain-name         0.3.1
| - install dune-configurator   2.9.1
| - install duration            0.2.0
| - install eqaf                0.8
| - install fmt                 0.9.0
| - install fpath               0.7.3
| - install gmap                0.3.0
| - install ipaddr              5.2.0
| - install ipaddr-sexp         5.2.0
| - install jsonm               1.0.1
| - install logs                0.7.0
| - install lwt                 5.4.2
| - install macaddr             5.2.0
| - install magic-mime          1.2.0
| - install mirage-crypto       0.10.4
| - install mirage-crypto-ec    0.10.4
| - install mirage-crypto-pk    0.10.4
| - install mirage-crypto-rng   0.10.4
| - install mirage-no-solo5     1
| - install mirage-no-xen       1
| - install mmap                1.1.0
| - install mtime               1.3.0
| - install num                 1.4
| - install ocaml-compiler-libs v0.12.4
| - install ocaml-syntax-shims  1.0.0
| - install ocamlbuild          0.14.0
| - install ocplib-endian       1.1
| - install parsexp             v0.14.1
| - install pbkdf               1.2.0
| - install ppx_derivers        1.2.1
| - install ppx_sexp_conv       v0.14.3
| - install ppxlib              0.23.0
| - install ptime               0.8.5
| - install re                  1.10.3
| - install result              1.5
| - install rresult             0.7.0
| - install seq                 base
| - install sexplib             v0.14.0
| - install sexplib0            v0.14.0
| - install stdlib-shims        0.3.0
| - install stringext           1.6.0
| - install topkg               1.0.4
| - install uchar               0.0.2
| - install uri                 4.2.0
| - install uri-sexp            4.2.0
| - install uutf                1.0.2
| - install x509                0.15.1
+- 
# 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.12.0/.opam-switch/backup/state-20211031011729.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