« Up

hydra-battles dev 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                 dev         Formal proof management system
dune                3.0.3       Fast, portable, and opinionated build system
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
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"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/hydra-battles"
dev-repo: "git+https://github.com/coq-community/hydra-battles.git"
bug-reports: "https://github.com/coq-community/hydra-battles/issues"
license: "MIT"
synopsis: "Exploration of some properties of Kirby and Paris' hydra battles, with the help of Coq"
description: """
An exploration of some properties of Kirby and Paris' hydra battles,
with the help of the Coq Proof assistant. This development includes
the study of several representations of ordinal numbers, and a part
of the so-called Ketonen and Solovay machinery (combinatorial
properties of epsilon0)."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "dune" {>= "2.5"}
  "coq" {(>= "8.13" & < "8.15~") | (= "dev")}
  "coq-equations" {(>= "1.2" & < "1.4~") | (= "dev")}
]
tags: [
  "category:Mathematics/Combinatorics and Graph Theory"
  "category:Mathematics/Logic/Foundations"
  "keyword:Ketonen-Solovay machinery"
  "keyword:ordinals"
  "keyword:primitive recursive functions"
  "logpath:hydras"
]
authors: [
  "Pierre Castéran"
  "Évelyne Contejean"
  "Jeremy Damour"
  "Russell O'Connor"
  "Karl Palmskog"
  "Clément Pit-Claudel"
  "Théo Zimmermann"
]
url {
  src: "git+https://github.com/coq-community/hydra-battles.git#master"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-hydra-battles.dev coq.dev
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-hydra-battles.dev coq.dev
Return code
0
Duration
2 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-hydra-battles.dev coq.dev
Return code
7936
Duration
7 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                 dev         Formal proof management system
coq-equations       dev         A function definition package for Coq
dune                3.0.3       Fast, portable, and opinionated build system
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
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
[NOTE] Package coq is already installed (current version is dev).
The following actions will be performed:
  - install coq-hydra-battles dev
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[coq-hydra-battles.dev] synchronised from git+https://github.com/coq-community/hydra-battles.git#master
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of coq-hydra-battles failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-hydra-battles -j 4".
#=== ERROR while compiling coq-hydra-battles.dev ==============================#
# context              2.0.6 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///home/bench/run/opam-coq-archive/extra-dev
# path                 ~/.opam/ocaml-base-compiler.4.09.1/.opam-switch/build/coq-hydra-battles.dev
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-hydra-battles -j 4
# exit-code            1
# env-file             ~/.opam/log/coq-hydra-battles-14272-e4db2f.env
# output-file          ~/.opam/log/coq-hydra-battles-14272-e4db2f.out
### output ###
# [...]
# Warning: Notation le_lt_or_eq is deprecated since 8.16.
# The Arith.Lt file is obsolete. Use the bidirectional version Nat.lt_eq_cases instead.
# [deprecated-syntactic-definition,deprecated]
# File "./theories/ordinals/Epsilon0/Paths.v", line 2981, characters 12-26:
# Warning: Notation le_lt_or_eq is deprecated since 8.16.
# The Arith.Lt file is obsolete. Use the bidirectional version Nat.lt_eq_cases instead.
# [deprecated-syntactic-definition,deprecated]
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.09.1/bin/coqc -w -deprecated-hint-rewrite-without-locality -w -unknown-option -w -deprecated-option -R theories/ordinals hydras theories/ordinals/Schutte/Critical.v)
# Cr_pos_iff alpha_pos
#      : forall x : Ord,
#        Cr alpha x <->
#        (forall beta : Ord, beta < alpha -> In (A_ beta) x /\ phi beta x = x)
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-hydra-battles dev
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none