[INFO] crate polytype 6.1.1 is already in cache [INFO] testing polytype-6.1.1 against 1.44.0 for beta-1.45-1 [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 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d2f6a45b757c851a07aacc3fceae87f09d932b10e0c347375aa1d83a9fdf3bbc [INFO] running `"docker" "start" "-a" "d2f6a45b757c851a07aacc3fceae87f09d932b10e0c347375aa1d83a9fdf3bbc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling 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 '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: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 '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: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.68s [INFO] running `"docker" "inspect" "d2f6a45b757c851a07aacc3fceae87f09d932b10e0c347375aa1d83a9fdf3bbc"` [INFO] running `"docker" "rm" "-f" "d2f6a45b757c851a07aacc3fceae87f09d932b10e0c347375aa1d83a9fdf3bbc"` [INFO] [stdout] d2f6a45b757c851a07aacc3fceae87f09d932b10e0c347375aa1d83a9fdf3bbc [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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 131e03e4734d3b9cc372465fc13122f08b10b6766d44d8079722100b03fac0f1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "131e03e4734d3b9cc372465fc13122f08b10b6766d44d8079722100b03fac0f1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] Compiling polytype v6.1.1 (/opt/rustwide/workdir) [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: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: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 '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: 25 warnings emitted [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 '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: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 '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: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.32s [INFO] running `"docker" "inspect" "131e03e4734d3b9cc372465fc13122f08b10b6766d44d8079722100b03fac0f1"` [INFO] running `"docker" "rm" "-f" "131e03e4734d3b9cc372465fc13122f08b10b6766d44d8079722100b03fac0f1"` [INFO] [stdout] 131e03e4734d3b9cc372465fc13122f08b10b6766d44d8079722100b03fac0f1 [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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stdout] 5cb31322696d2eba6e92cfaf3604f2f37e8034d7e8ea014eb55d5648434c5ca2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "5cb31322696d2eba6e92cfaf3604f2f37e8034d7e8ea014eb55d5648434c5ca2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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 '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 '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: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: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: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 '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 '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: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: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: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: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: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: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: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: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: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: 25 warnings emitted [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: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/polytype-721a09a5bb9e63b7 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tests-a07838aa12ba57dd [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test test_arrow_methods ... ok [INFO] [stdout] test test_ptp_macro ... ok [INFO] [stdout] test test_tp_from_vecdeque ... ok [INFO] [stdout] test test_tp_macro ... ok [INFO] [stdout] test test_unify_both_sides_polymorphic ... ok [INFO] [stdout] test test_unify_both_sides_polymorphic_occurs ... ok [INFO] [stdout] test test_unify_one_side_polymorphic ... ok [INFO] [stdout] test test_unify_nonstring_name ... ok [INFO] [stdout] test test_parse ... ok [INFO] [stdout] test test_merge_no_sacreds ... ok [INFO] [stdout] test test_tp_from_vec ... ok [INFO] [stdout] test test_merge_with_sacreds ... ok [INFO] [stdout] test test_unify_one_side_polymorphic_fail ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests polytype [INFO] [stdout] [INFO] [stdout] running 44 tests [INFO] [stdout] test src/macros.rs - ptp (line 119) ... ignored [INFO] [stdout] test src/lib.rs - Name (line 119) ... ok [INFO] [stdout] test src/lib.rs - Name (line 127) ... ok [INFO] [stdout] test src/macros.rs - ptp (line 141) ... ok [INFO] [stdout] test src/context.rs - context::Context::new_variable (line 70) ... ok [INFO] [stdout] test src/macros.rs - tp (line 5) ... ignored [INFO] [stdout] test src/lib.rs - Infer (line 190) ... ok [INFO] [stdout] test src/context.rs - context::Context::confine (line 219) ... ok [INFO] [stdout] test src/macros.rs - ptp (line 159) ... ok [INFO] [stdout] test src/context.rs - context::Context::merge (line 259) ... ok [INFO] [stdout] test src/context.rs - context::Context::unify (line 114) ... ok [INFO] [stdout] test src/context.rs - context::Context::unify (line 134) ... ok [INFO] [stdout] test src/context.rs - context::Context::unify (line 98) ... ok [INFO] [stdout] test src/macros.rs - ptp (line 185) ... ok [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] test src/context.rs - context::Context::merge (line 286) ... ok [INFO] [stdout] test src/lib.rs - Infer (line 205) ... ok [INFO] [stdout] test src/macros.rs - tp (line 53) ... ok [INFO] [stdout] test src/lib.rs - Infer (line 242) ... ok [INFO] [stdout] test src/macros.rs - tp (line 69) ... ok [INFO] [stdout] test src/macros.rs - tp (line 86) ... ok [INFO] [stdout] test src/lib.rs - (line 44) ... ok [INFO] [stdout] test src/macros.rs - tp (line 42) ... ok [INFO] [stdout] test src/types.rs - types::Type::Constructed (line 220) ... ok [INFO] [stdout] test src/macros.rs - tp (line 31) ... ok [INFO] [stdout] test src/types.rs - types::Type::Constructed (line 239) ... ok [INFO] [stdout] test src/types.rs - types::Type::Constructed (line 212) ... ok [INFO] [stdout] test src/types.rs - types::Type::Variable (line 268) ... ok [INFO] [stdout] test src/types.rs - types::Type::arrow (line 285) ... ok [INFO] [stdout] test src/types.rs - types::Type::Constructed (line 229) ... ok [INFO] [stdout] test src/types.rs - types::Type::as_arrow (line 297) ... ok [INFO] [stdout] test src/types.rs - types::Type::args (line 348) ... ok [INFO] [stdout] test src/types.rs - types::Type::Variable (line 259) ... ok [INFO] [stdout] test src/types.rs - types::TypeSchema::is_bound (line 40) ... ok [INFO] [stdout] test src/types.rs - types::Type::returns (line 381) ... ok [INFO] [stdout] test src/types.rs - types::Type::parse (line 577) ... ok [INFO] [stdout] test src/types.rs - types::Type::substitute (line 527) ... ok [INFO] [stdout] test src/types.rs - types::TypeSchema::bound_vars (line 57) ... ok [INFO] [stdout] test src/types.rs - types::TypeSchema::free_vars (line 78) ... ok [INFO] [stdout] test src/types.rs - types::Type::apply (line 412) ... ok [INFO] [stdout] test src/types.rs - types::Type::vars (line 497) ... ok [INFO] [stdout] test src/types.rs - types::Type::generalize (line 462) ... ok [INFO] [stdout] test src/types.rs - types::TypeSchema::instantiate (line 107) ... ok [INFO] [stdout] test src/types.rs - types::TypeSchema::parse (line 167) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 42 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5cb31322696d2eba6e92cfaf3604f2f37e8034d7e8ea014eb55d5648434c5ca2"` [INFO] running `"docker" "rm" "-f" "5cb31322696d2eba6e92cfaf3604f2f37e8034d7e8ea014eb55d5648434c5ca2"` [INFO] [stdout] 5cb31322696d2eba6e92cfaf3604f2f37e8034d7e8ea014eb55d5648434c5ca2