# 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.18.0 The Coq Proof Assistant coq-core 8.18.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.18.0 The Coq Proof Assistant -- Standard Library coqide-server 8.18.0 The Coq Proof Assistant, XML protocol server dune 3.13.0 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: # This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A formal verification of algorithm W" maintainer: ["Masayuki Mizuno <mizuno@wantedly.com>"] authors: ["Masayuki Mizuno <mizuno@wantedly.com>"] license: "MIT" homepage: "https://github.com/fetburner/type-infer" bug-reports: "https://github.com/fetburner/type-infer/issues" depends: [ "dune" {>= "2.5"} "coq" {>= "8.8"} "coq-mathcomp-ssreflect" {>= "1.11"} ] build: [ ["dune" "subst"] {pinned} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/fetburner/type-infer.git" url { src: "https://github.com/fetburner/type-infer/archive/0.1.0.tar.gz" checksum: "md5=c4d970724196eb181cc51ee7718de3c6" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-type-infer.0.1.0 coq.8.18.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-type-infer.0.1.0 coq.8.18.0
opam list; echo; timeout 4h opam install -y -v coq-type-infer.0.1.0 coq.8.18.0
# Packages matching: installed # Name # Installed # Synopsis atd 2.15.0 Parser for the ATD data format description language atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators atdgen-runtime 2.15.0 Runtime library for code generated by atdgen atdts 2.15.0 TypeScript code generation for ATD APIs base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.18.0 The Coq Proof Assistant coq-core 8.18.0 The Coq Proof Assistant -- Core Binaries and Tools coq-elpi 2.0.0 Elpi extension language for Coq coq-hierarchy-builder 1.7.0 High level commands to declare and evolve a hierarchy based on packed classes coq-mathcomp-ssreflect 2.2.0 Small Scale Reflection coq-stdlib 8.18.0 The Coq Proof Assistant -- Standard Library coqide-server 8.18.0 The Coq Proof Assistant, XML protocol server cppo 1.6.9 Code preprocessor like cpp for OCaml dune 3.13.0 Fast, portable, and opinionated build system easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library elpi 1.18.1 ELPI - Embeddable λProlog Interpreter menhir 20231231 An LR(1) parser generator menhirCST 20231231 Runtime support library for parsers generated by Menhir menhirLib 20231231 Runtime support library for parsers generated by Menhir menhirSdk 20231231 Compile-time library for auxiliary tools related to Menhir ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged 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 ppx_derivers 1.2.1 Shared [@@deriving] plugin registry ppx_deriving 5.2.1 Type-driven code generation for OCaml ppxlib 0.31.0 Standard infrastructure for ppx rewriters re 1.11.0 RE is a regular expression library for OCaml result 1.5 Compatibility Result module seq base Compatibility package for OCaml's standard iterator type starting from 4.07. sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers [NOTE] Package coq is already installed (current version is 8.18.0). The following actions will be performed: - install coq-type-infer 0.1.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-type-infer.0.1.0: http] Processing 1/3: -> retrieved coq-type-infer.0.1.0 (https://github.com/fetburner/type-infer/archive/0.1.0.tar.gz) Processing 2/3: [coq-type-infer: dune build] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-type-infer" "-j" "4" "@install" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-type-infer.0.1.0) - Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune - 3.8 and will be removed in an upcoming Dune version. - Hint: To disable this warning, add the following to your dune-project file: - (warnings (deprecated_coq_lang_lt_08 disabled)) - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R theories TypeInfer theories/Types.v) - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ + _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ - _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ <= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ < _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ >= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ > _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ <= _ <= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ < _ <= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ <= _ < _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ < _ < _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 1, characters 0-43: - Warning: Notation "_ * _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Types.v", line 19, characters 26-33: - Error: The reference EqMixin was not found in the current environment. - - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R theories TypeInfer theories/Util.v) - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ + _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ - _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ <= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ < _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ >= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ > _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ <= _ <= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ < _ <= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ <= _ < _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ < _ < _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Util.v", line 1, characters 0-43: - Warning: Notation "_ * _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R theories TypeInfer theories/Term.v) - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ + _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ - _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ <= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ < _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ >= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ > _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ <= _ <= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ < _ <= _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ <= _ < _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ < _ < _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 1, characters 0-43: - Warning: Notation "_ * _" was already used in scope nat_scope. - [notation-overridden,parsing,default] - File "./theories/Term.v", line 143, characters 0-22: - Warning: Adding and removing hints in the core database implicitly is - deprecated. Please specify a hint database. - [implicit-core-hint-db,deprecated-since-8.10,deprecated,default] [ERROR] The compilation of coq-type-infer.0.1.0 failed at "dune build -p coq-type-infer -j 4 @install". #=== ERROR while compiling coq-type-infer.0.1.0 ===============================# # 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-type-infer.0.1.0 # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-type-infer -j 4 @install # exit-code 1 # env-file ~/.opam/log/coq-type-infer-11364-500261.env # output-file ~/.opam/log/coq-type-infer-11364-500261.out ### output ### # [...] # Warning: Notation "_ <= _ < _" was already used in scope nat_scope. # [notation-overridden,parsing,default] # File "./theories/Term.v", line 1, characters 0-43: # Warning: Notation "_ < _ < _" was already used in scope nat_scope. # [notation-overridden,parsing,default] # File "./theories/Term.v", line 1, characters 0-43: # Warning: Notation "_ * _" was already used in scope nat_scope. # [notation-overridden,parsing,default] # File "./theories/Term.v", line 143, characters 0-22: # Warning: Adding and removing hints in the core database implicitly is # deprecated. Please specify a hint database. # [implicit-core-hint-db,deprecated-since-8.10,deprecated,default] <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-type-infer 0.1.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-type-infer.0.1.0 coq.8.18.0' failed.
No files were installed.
true