« Up

hydra-battles 0.4 Error 🔥

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   dev         The Coq Proof Assistant
coq-core              dev         The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            dev         The Coq Proof Assistant -- Standard Library
coqide-server         dev         The Coq Proof Assistant, XML protocol server
dune                  3.12.1      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.6       A library manager for OCaml
zarith                1.13        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.11" & < "8.14~") | (= "dev")}
  "coq-equations" {(>= "1.2" & < "1.3~") | (= "dev")}
]
tags: [
  "category:Mathematics/Combinatorics and Graph Theory"
  "category:Mathematics/Logic/Foundations"
  "keyword:Ketonen-Solovay machinery"
  "keyword:ordinal numbers"
  "keyword:primitive recursive functions"
  "logpath:hydras"
  "date:2021-05-19"
]
authors: [
  "Pierre Castéran"
]
url {
  src: "https://github.com/coq-community/hydra-battles/archive/v0.4.tar.gz"
  checksum: "sha256=bba82794e49e03fd82fcee592b2b037ec20669d10e6c47ed8b4f8a7f851756eb"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

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

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-hydra-battles.0.4 coq.dev
Return code
7936
Duration
1 m 0 s
Output
# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   dev         The Coq Proof Assistant
coq-core              dev         The Coq Proof Assistant -- Core Binaries and Tools
coq-equations         dev         A function definition package for Coq
coq-stdlib            dev         The Coq Proof Assistant -- Standard Library
coqide-server         dev         The Coq Proof Assistant, XML protocol server
dune                  3.12.1      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.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 dev).
The following actions will be performed:
  - install coq-hydra-battles 0.4
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-hydra-battles.0.4: http]
[coq-hydra-battles.0.4] downloaded from https://github.com/coq-community/hydra-battles/archive/v0.4.tar.gz
Processing  1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/2: [coq-hydra-battles: dune build]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-hydra-battles" "-j" "4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-hydra-battles.0.4)
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- (cd _build/default/theories/ordinals && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqdep -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/theories Coq -R . hydras -dyndep opt -vos solutions_exercises/schutte_cnf_counter_example.v solutions_exercises/predSuccUnicity.v solutions_exercises/omega_iterates.v solutions_exercises/lt_succ_le.v solutions_exercises/isqrt.v solutions_exercises/is_F_monotonous.v solutions_exercises/ge_omega_iff.v solutions_exercises/T1_ltNotWf.v solutions_exercises/MorePRExamples.v solutions_exercises/MinPR2.v solutions_exercises/MinPR.v solutions_exercises/Limit_Infinity.v solutions_exercises/Ge_omega_plus.v solutions_exercises/FibonacciPR.v solutions_exercises/F_3.v rpo/term.v rpo/rpo.v rpo/more_list.v rpo/list_set.v rpo/list_permut.v rpo/dickson.v rpo/decidable_set.v rpo/closure.v Schutte/Well_Orders.v Schutte/Schutte_basics.v Schutte/Schutte.v Schutte/PartialFun.v Schutte/Ordering_Functions.v Schutte/MoreEpsilonIota.v Schutte/Lub.v Schutte/GRelations.v Schutte/Critical.v Schutte/Countable.v Schutte/Correctness_E0.v Schutte/CNF.v Schutte/Addition.v Schutte/AP.v Prelude/WfVariant.v Prelude/Sort_spec.v Prelude/Simple_LexProd.v Prelude/Restriction.v Prelude/OrdNotations.v Prelude/More_Arith.v Prelude/MoreVectors.v Prelude/MoreOrders.v Prelude/MoreLists.v Prelude/Merge_Sort.v Prelude/Iterates.v Prelude/Fuel.v Prelude/First_toggle.v Prelude/Exp2.v Prelude/DecPreOrder_Instances.v Prelude/DecPreOrder.v OrdinalNotations/ON_plus.v OrdinalNotations/ON_mult.v OrdinalNotations/ON_Omega_plus_omega.v OrdinalNotations/ON_Omega2.v OrdinalNotations/ON_Omega.v OrdinalNotations/ON_O.v OrdinalNotations/ON_Generic.v OrdinalNotations/ON_Finite.v OrdinalNotations/Example_3PlusOmega.v OmegaOmega/OO.v OmegaOmega/ListOmega.v OmegaOmega/Examples.v MoreAck/PrimRecExamples.v MoreAck/Iterate_compat.v MoreAck/AckNotPR.v MoreAck/Ack.v Hydra/Omega_Small.v Hydra/Omega2_Small.v Hydra/O2H.v Hydra/KP_example.v Hydra/Hydra_Theorems.v Hydra/Hydra_Termination.v Hydra/Hydra_Lemmas.v Hydra/Hydra_Extraction.v Hydra/Hydra_Examples.v Hydra/Hydra_Definitions.v Hydra/Epsilon0_Needed_Std.v Hydra/Epsilon0_Needed_Generic.v Hydra/Epsilon0_Needed_Free.v Hydra/BigBattle.v Hydra/Battle_length.v Gamma0/T2.v Gamma0/Gamma0.v Epsilon0/T1.v Epsilon0/Paths.v Epsilon0/Large_Sets_Examples.v Epsilon0/Large_Sets.v Epsilon0/L_alpha.v Epsilon0/Hprime.v Epsilon0/Hessenberg.v Epsilon0/F_omega.v Epsilon0/F_alpha.v Epsilon0/Epsilon0rpo.v Epsilon0/Epsilon0.v Epsilon0/E0.v Epsilon0/Canon.v Ackermann/wellFormed.v Ackermann/wConsistent.v Ackermann/subProp.v Ackermann/subAll.v Ackermann/primRecbuggy.v Ackermann/primRec.v Ackermann/prLogic.v Ackermann/model.v Ackermann/misc.v Ackermann/folReplace.v Ackermann/folProp.v Ackermann/folProof.v Ackermann/folLogic3.v Ackermann/folLogic2.v Ackermann/folLogic.v Ackermann/fol.v Ackermann/extEqualNat.v Ackermann/expressible.v Ackermann/codeSubTerm.v Ackermann/codeSubFormula.v Ackermann/codePA.v Ackermann/codeNatToTerm.v Ackermann/codeList.v Ackermann/codeFreeVar.v Ackermann/code.v Ackermann/checkPrf.v Ackermann/cPair.v Ackermann/PAtheory.v Ackermann/PAconsistent.v Ackermann/PA.v Ackermann/NNtheory.v Ackermann/NN2PA.v Ackermann/NN.v Ackermann/ListExt.v Ackermann/Languages.v Ackermann/LNT.v Ackermann/LNN2LNT.v Ackermann/LNN.v Ackermann/Deduction.v) > _build/default/theories/ordinals/.hydras.theory.d
- Warning: in file solutions_exercises/omega_iterates.v, library
-          Max is required and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file solutions_exercises/isqrt.v, library Min is required
-          from root Coq and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file solutions_exercises/is_F_monotonous.v, library
-          Max is required and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file solutions_exercises/is_F_monotonous.v, library
-          Mult is required and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file solutions_exercises/MinPR2.v, library Min is required
-          from root Coq and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file solutions_exercises/MinPR.v, library Min is required
-          from root Coq and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file solutions_exercises/F_3.v, library
-          Max is required and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file solutions_exercises/F_3.v, library
-          Mult is required and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file Schutte/GRelations.v, library Le is required
-          from root Coq and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file Schutte/Countable.v, library Even is required
-          from root Coq and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file Schutte/Countable.v, library Div2 is required
-          from root Coq and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file Prelude/More_Arith.v, library Div2 is required
-          from root Coq and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file Prelude/More_Arith.v, library Even is required
-          from root Coq and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file Prelude/More_Arith.v, library Max is required
-          from root Coq and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file Prelude/MoreVectors.v, library
-          Max is required and has not been found in the loadpath!
-          [module-not-found,filesystem,default]
- Warning: in file Prelude/Merge_Sort.v, library Div2 is required
-          from root Coq and has not been found in the loadpath!
-          [module-
[...] truncated
r.4.14.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/theories Coq -R theories/ordinals hydras theories/ordinals/Ackermann/primRec.v)
- File "./theories/ordinals/Ackermann/primRec.v", line 14, characters 0-20:
- Error: Cannot find a physical path bound to logical path Even.
- 
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/theories Coq -R theories/ordinals hydras theories/ordinals/Ackermann/primRecbuggy.v)
- File "./theories/ordinals/Ackermann/primRecbuggy.v", line 15, characters 0-43:
- Error: Cannot find a physical path bound to logical path Even.
- 
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/theories Coq -R theories/ordinals hydras theories/ordinals/Schutte/GRelations.v)
- File "./theories/ordinals/Schutte/GRelations.v", line 7, characters 0-53:
- Error: Cannot find a physical path bound to logical path Le with prefix Coq.
- 
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/theories Coq -R theories/ordinals hydras theories/ordinals/Prelude/Merge_Sort.v)
- File "./theories/ordinals/Prelude/Merge_Sort.v", line 6, characters 0-144:
- Error: Cannot find a physical path bound to logical path
- Div2 with prefix Coq.
- 
[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.0.4 ==============================#
# context              2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.0 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.4.14.0/.opam-switch/build/coq-hydra-battles.0.4
# 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-23822-335865.env
# output-file          ~/.opam/log/coq-hydra-battles-23822-335865.out
### output ###
# [...]
# File "./theories/ordinals/Ackermann/primRecbuggy.v", line 15, characters 0-43:
# Error: Cannot find a physical path bound to logical path Even.
# 
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plu[...]
# File "./theories/ordinals/Schutte/GRelations.v", line 7, characters 0-53:
# Error: Cannot find a physical path bound to logical path Le with prefix Coq.
# 
# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.4.14.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.4.14.0/lib/coq/../coq-core/plu[...]
# File "./theories/ordinals/Prelude/Merge_Sort.v", line 6, characters 0-144:
# Error: Cannot find a physical path bound to logical path
# Div2 with prefix Coq.
# 
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-hydra-battles 0.4
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-hydra-battles.0.4 coq.dev' failed.
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