[INFO] crate polytype 6.1.1 is already in cache [INFO] checking polytype-6.1.1 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate polytype 6.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate polytype 6.1.1 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate polytype 6.1.1 [INFO] finished tweaking crates.io crate polytype 6.1.1 [INFO] tweaked toml for crates.io crate polytype 6.1.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c802d0d7f5e566afd13ca83a2e7b1dfa052f455fa24afb716c6dec7061bc9dc0 [INFO] running `"docker" "start" "-a" "c802d0d7f5e566afd13ca83a2e7b1dfa052f455fa24afb716c6dec7061bc9dc0"` [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking polytype v6.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | method!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | method!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | method!(constructed_complex, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | / method!(constructed_complex, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 52 | | do_parse!( [INFO] [stderr] 53 | | name_raw: alpha >> [INFO] [stderr] 54 | | name: expr_res!(N::parse(&name_raw)) >> [INFO] [stderr] ... | [INFO] [stderr] 58 | | (Type::Constructed(name, args))) [INFO] [stderr] 59 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | method!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | method!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | method!(constructed_complex, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | / method!(constructed_complex, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 52 | | do_parse!( [INFO] [stderr] 53 | | name_raw: alpha >> [INFO] [stderr] 54 | | name: expr_res!(N::parse(&name_raw)) >> [INFO] [stderr] ... | [INFO] [stderr] 58 | | (Type::Constructed(name, args))) [INFO] [stderr] 59 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | / method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 61 | | do_parse!( [INFO] [stderr] 62 | | alpha: ws!(alt!(call_m!(self.parenthetical) | [INFO] [stderr] 63 | | call_m!(self.var) | [INFO] [stderr] ... | [INFO] [stderr] 68 | | (Type::arrow(alpha, beta))) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | / method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 61 | | do_parse!( [INFO] [stderr] 62 | | alpha: ws!(alt!(call_m!(self.parenthetical) | [INFO] [stderr] 63 | | call_m!(self.var) | [INFO] [stderr] ... | [INFO] [stderr] 68 | | (Type::arrow(alpha, beta))) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | / method!(constructed_complex, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 52 | | do_parse!( [INFO] [stderr] 53 | | name_raw: alpha >> [INFO] [stderr] 54 | | name: expr_res!(N::parse(&name_raw)) >> [INFO] [stderr] ... | [INFO] [stderr] 58 | | (Type::Constructed(name, args))) [INFO] [stderr] 59 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | / method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 61 | | do_parse!( [INFO] [stderr] 62 | | alpha: ws!(alt!(call_m!(self.parenthetical) | [INFO] [stderr] 63 | | call_m!(self.var) | [INFO] [stderr] ... | [INFO] [stderr] 68 | | (Type::arrow(alpha, beta))) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | / method!(constructed_complex, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 52 | | do_parse!( [INFO] [stderr] 53 | | name_raw: alpha >> [INFO] [stderr] 54 | | name: expr_res!(N::parse(&name_raw)) >> [INFO] [stderr] ... | [INFO] [stderr] 58 | | (Type::Constructed(name, args))) [INFO] [stderr] 59 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | / method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 61 | | do_parse!( [INFO] [stderr] 62 | | alpha: ws!(alt!(call_m!(self.parenthetical) | [INFO] [stderr] 63 | | call_m!(self.var) | [INFO] [stderr] ... | [INFO] [stderr] 68 | | (Type::arrow(alpha, beta))) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | / method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 61 | | do_parse!( [INFO] [stderr] 62 | | alpha: ws!(alt!(call_m!(self.parenthetical) | [INFO] [stderr] 63 | | call_m!(self.var) | [INFO] [stderr] ... | [INFO] [stderr] 68 | | (Type::arrow(alpha, beta))) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | method!(parenthetical, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | / method!(parenthetical, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 71 | | do_parse!( [INFO] [stderr] 72 | | tag!("(") >> [INFO] [stderr] 73 | | interior: call_m!(self.arrow) >> [INFO] [stderr] 74 | | tag!(")") >> [INFO] [stderr] 75 | | (interior)) [INFO] [stderr] 76 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | method!(binding, CompleteStr<'_>, TypeSchema>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | / method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 61 | | do_parse!( [INFO] [stderr] 62 | | alpha: ws!(alt!(call_m!(self.parenthetical) | [INFO] [stderr] 63 | | call_m!(self.var) | [INFO] [stderr] ... | [INFO] [stderr] 68 | | (Type::arrow(alpha, beta))) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | / method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 61 | | do_parse!( [INFO] [stderr] 62 | | alpha: ws!(alt!(call_m!(self.parenthetical) | [INFO] [stderr] 63 | | call_m!(self.var) | [INFO] [stderr] ... | [INFO] [stderr] 68 | | (Type::arrow(alpha, beta))) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | / method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 61 | | do_parse!( [INFO] [stderr] 62 | | alpha: ws!(alt!(call_m!(self.parenthetical) | [INFO] [stderr] 63 | | call_m!(self.var) | [INFO] [stderr] ... | [INFO] [stderr] 68 | | (Type::arrow(alpha, beta))) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | / method!(binding, CompleteStr<'_>, TypeSchema>, mut self, [INFO] [stderr] 78 | | do_parse!( [INFO] [stderr] 79 | | opt!(tag!("∀")) >> [INFO] [stderr] 80 | | tag!("t") >> [INFO] [stderr] ... | [INFO] [stderr] 84 | | (TypeSchema::Polytype{variable, body})) [INFO] [stderr] 85 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | method!(monotype, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | / method!(monotype, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 87 | | alt!(call_m!(self.arrow) | [INFO] [stderr] 88 | | call_m!(self.var) | [INFO] [stderr] 89 | | call_m!(self.constructed_complex) | [INFO] [stderr] 90 | | call_m!(self.constructed_simple)) [INFO] [stderr] 91 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | / method!(monotype, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 87 | | alt!(call_m!(self.arrow) | [INFO] [stderr] 88 | | call_m!(self.var) | [INFO] [stderr] 89 | | call_m!(self.constructed_complex) | [INFO] [stderr] 90 | | call_m!(self.constructed_simple)) [INFO] [stderr] 91 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | / method!(monotype, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 87 | | alt!(call_m!(self.arrow) | [INFO] [stderr] 88 | | call_m!(self.var) | [INFO] [stderr] 89 | | call_m!(self.constructed_complex) | [INFO] [stderr] 90 | | call_m!(self.constructed_simple)) [INFO] [stderr] 91 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | / method!(monotype, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 87 | | alt!(call_m!(self.arrow) | [INFO] [stderr] 88 | | call_m!(self.var) | [INFO] [stderr] 89 | | call_m!(self.constructed_complex) | [INFO] [stderr] 90 | | call_m!(self.constructed_simple)) [INFO] [stderr] 91 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | method!(polytype, CompleteStr<'_>, TypeSchema>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | / method!(polytype, CompleteStr<'_>, TypeSchema>, mut self, [INFO] [stderr] 93 | | alt!(call_m!(self.binding) | [INFO] [stderr] 94 | | map!(call_m!(self.monotype), TypeSchema::Monotype)) [INFO] [stderr] 95 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | / method!(polytype, CompleteStr<'_>, TypeSchema>, mut self, [INFO] [stderr] 93 | | alt!(call_m!(self.binding) | [INFO] [stderr] 94 | | map!(call_m!(self.monotype), TypeSchema::Monotype)) [INFO] [stderr] 95 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | / method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 61 | | do_parse!( [INFO] [stderr] 62 | | alpha: ws!(alt!(call_m!(self.parenthetical) | [INFO] [stderr] 63 | | call_m!(self.var) | [INFO] [stderr] ... | [INFO] [stderr] 68 | | (Type::arrow(alpha, beta))) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | / method!(arrow, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 61 | | do_parse!( [INFO] [stderr] 62 | | alpha: ws!(alt!(call_m!(self.parenthetical) | [INFO] [stderr] 63 | | call_m!(self.var) | [INFO] [stderr] ... | [INFO] [stderr] 68 | | (Type::arrow(alpha, beta))) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | method!(parenthetical, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | / method!(parenthetical, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 71 | | do_parse!( [INFO] [stderr] 72 | | tag!("(") >> [INFO] [stderr] 73 | | interior: call_m!(self.arrow) >> [INFO] [stderr] 74 | | tag!(")") >> [INFO] [stderr] 75 | | (interior)) [INFO] [stderr] 76 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | method!(binding, CompleteStr<'_>, TypeSchema>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | / method!(binding, CompleteStr<'_>, TypeSchema>, mut self, [INFO] [stderr] 78 | | do_parse!( [INFO] [stderr] 79 | | opt!(tag!("∀")) >> [INFO] [stderr] 80 | | tag!("t") >> [INFO] [stderr] ... | [INFO] [stderr] 84 | | (TypeSchema::Polytype{variable, body})) [INFO] [stderr] 85 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | method!(monotype, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | / method!(monotype, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 87 | | alt!(call_m!(self.arrow) | [INFO] [stderr] 88 | | call_m!(self.var) | [INFO] [stderr] 89 | | call_m!(self.constructed_complex) | [INFO] [stderr] 90 | | call_m!(self.constructed_simple)) [INFO] [stderr] 91 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | / method!(monotype, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 87 | | alt!(call_m!(self.arrow) | [INFO] [stderr] 88 | | call_m!(self.var) | [INFO] [stderr] 89 | | call_m!(self.constructed_complex) | [INFO] [stderr] 90 | | call_m!(self.constructed_simple)) [INFO] [stderr] 91 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | / method!(monotype, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 87 | | alt!(call_m!(self.arrow) | [INFO] [stderr] 88 | | call_m!(self.var) | [INFO] [stderr] 89 | | call_m!(self.constructed_complex) | [INFO] [stderr] 90 | | call_m!(self.constructed_simple)) [INFO] [stderr] 91 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | / method!(monotype, CompleteStr<'_>, Type>, mut self, [INFO] [stderr] 87 | | alt!(call_m!(self.arrow) | [INFO] [stderr] 88 | | call_m!(self.var) | [INFO] [stderr] 89 | | call_m!(self.constructed_complex) | [INFO] [stderr] 90 | | call_m!(self.constructed_simple)) [INFO] [stderr] 91 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | method!(polytype, CompleteStr<'_>, TypeSchema>, mut self, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | / method!(polytype, CompleteStr<'_>, TypeSchema>, mut self, [INFO] [stderr] 93 | | alt!(call_m!(self.binding) | [INFO] [stderr] 94 | | map!(call_m!(self.monotype), TypeSchema::Monotype)) [INFO] [stderr] 95 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | / method!(polytype, CompleteStr<'_>, TypeSchema>, mut self, [INFO] [stderr] 93 | | alt!(call_m!(self.binding) | [INFO] [stderr] 94 | | map!(call_m!(self.monotype), TypeSchema::Monotype)) [INFO] [stderr] 95 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::methods::call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | use nom::{alt, call_m, do_parse, expr_res, map, map_res, method, opt, separated_list, tag, ws}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::methods::method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:2:58 [INFO] [stderr] | [INFO] [stderr] 2 | use nom::{alt, call_m, do_parse, expr_res, map, map_res, method, opt, separated_list, tag, ws}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::methods::call_m': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | use nom::{alt, call_m, do_parse, expr_res, map, map_res, method, opt, separated_list, tag, ws}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::methods::method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:2:58 [INFO] [stderr] | [INFO] [stderr] 2 | use nom::{alt, call_m, do_parse, expr_res, map, map_res, method, opt, separated_list, tag, ws}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.09s [INFO] running `"docker" "inspect" "c802d0d7f5e566afd13ca83a2e7b1dfa052f455fa24afb716c6dec7061bc9dc0"` [INFO] running `"docker" "rm" "-f" "c802d0d7f5e566afd13ca83a2e7b1dfa052f455fa24afb716c6dec7061bc9dc0"` [INFO] [stdout] c802d0d7f5e566afd13ca83a2e7b1dfa052f455fa24afb716c6dec7061bc9dc0