[INFO] crate term_rewriting 0.7.0 is already in cache [INFO] testing term_rewriting-0.7.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate term_rewriting 0.7.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate term_rewriting 0.7.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate term_rewriting 0.7.0 [INFO] finished tweaking crates.io crate term_rewriting 0.7.0 [INFO] tweaked toml for crates.io crate term_rewriting 0.7.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09121e9175b6eedf78d2cd3d72c85c32a650f69c6c7ed42648eced795ce16e82 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "09121e9175b6eedf78d2cd3d72c85c32a650f69c6c7ed42648eced795ce16e82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09121e9175b6eedf78d2cd3d72c85c32a650f69c6c7ed42648eced795ce16e82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09121e9175b6eedf78d2cd3d72c85c32a650f69c6c7ed42648eced795ce16e82", kill_on_drop: false }` [INFO] [stdout] 09121e9175b6eedf78d2cd3d72c85c32a650f69c6c7ed42648eced795ce16e82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f833fe11585cdb5578a3ee6778b4244d1dfb15739fdc18a540ceff0ce7e861e5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f833fe11585cdb5578a3ee6778b4244d1dfb15739fdc18a540ceff0ce7e861e5", kill_on_drop: false }` [INFO] [stderr] Compiling term_rewriting v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | method!(variable, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | method!(application, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stdout] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stdout] 226 | | call_m!(self.binary_application)) [INFO] [stdout] 227 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stdout] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stdout] 226 | | call_m!(self.binary_application)) [INFO] [stdout] 227 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stdout] 231 | | do_parse!(name: identifier >> [INFO] [stdout] 232 | | args: opt!(do_parse!( [INFO] [stdout] 233 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 246 | | ) [INFO] [stdout] 247 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stdout] 231 | | do_parse!(name: identifier >> [INFO] [stdout] 232 | | args: opt!(do_parse!( [INFO] [stdout] 233 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 246 | | ) [INFO] [stdout] 247 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stdout] 250 | | do_parse!(lparen >> [INFO] [stdout] 251 | | multispace0 >> [INFO] [stdout] 252 | | t1: call_m!(self.term) >> [INFO] [stdout] ... | [INFO] [stdout] 261 | | ) [INFO] [stdout] 262 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stdout] 250 | | do_parse!(lparen >> [INFO] [stdout] 251 | | multispace0 >> [INFO] [stdout] 252 | | t1: call_m!(self.term) >> [INFO] [stdout] ... | [INFO] [stdout] 261 | | ) [INFO] [stdout] 262 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] 265 | | alt!(call_m!(self.variable) | [INFO] [stdout] 266 | | call_m!(self.application) | [INFO] [stdout] 267 | | do_parse!(lparen >> [INFO] [stdout] ... | [INFO] [stdout] 271 | | ) [INFO] [stdout] 272 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] 265 | | alt!(call_m!(self.variable) | [INFO] [stdout] 266 | | call_m!(self.application) | [INFO] [stdout] 267 | | do_parse!(lparen >> [INFO] [stdout] ... | [INFO] [stdout] 271 | | ) [INFO] [stdout] 272 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] 265 | | alt!(call_m!(self.variable) | [INFO] [stdout] 266 | | call_m!(self.application) | [INFO] [stdout] 267 | | do_parse!(lparen >> [INFO] [stdout] ... | [INFO] [stdout] 271 | | ) [INFO] [stdout] 272 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | method!(top_term, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stdout] 275 | | ws!(map!( [INFO] [stdout] 276 | | separated_nonempty_list!( [INFO] [stdout] 277 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 287 | | })) [INFO] [stdout] 288 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stdout] 275 | | ws!(map!( [INFO] [stdout] 276 | | separated_nonempty_list!( [INFO] [stdout] 277 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 287 | | })) [INFO] [stdout] 288 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | method!(context_variable, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | method!(context_application, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stdout] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stdout] 297 | | call_m!(self.context_binary_application)) [INFO] [stdout] 298 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stdout] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stdout] 297 | | call_m!(self.context_binary_application)) [INFO] [stdout] 298 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stdout] 302 | | do_parse!(name: identifier >> [INFO] [stdout] 303 | | args: opt!(do_parse!( [INFO] [stdout] 304 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 317 | | ) [INFO] [stdout] 318 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stdout] 302 | | do_parse!(name: identifier >> [INFO] [stdout] 303 | | args: opt!(do_parse!( [INFO] [stdout] 304 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 317 | | ) [INFO] [stdout] 318 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stdout] 321 | | do_parse!(lparen >> [INFO] [stdout] 322 | | multispace0 >> [INFO] [stdout] 323 | | t1: call_m!(self.context) >> [INFO] [stdout] ... | [INFO] [stdout] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stdout] 329 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stdout] 321 | | do_parse!(lparen >> [INFO] [stdout] 322 | | multispace0 >> [INFO] [stdout] 323 | | t1: call_m!(self.context) >> [INFO] [stdout] ... | [INFO] [stdout] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stdout] 329 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 331 | method!( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stdout] 339 | | call_m!(self.context_application) | [INFO] [stdout] 340 | | call_m!(self.context_hole)) [INFO] [stdout] 341 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stdout] 339 | | call_m!(self.context_application) | [INFO] [stdout] 340 | | call_m!(self.context_hole)) [INFO] [stdout] 341 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stdout] 339 | | call_m!(self.context_application) | [INFO] [stdout] 340 | | call_m!(self.context_hole)) [INFO] [stdout] 341 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] 364 | | ws!(map_opt!( [INFO] [stdout] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stdout] 366 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stdout] 372 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] 364 | | ws!(map_opt!( [INFO] [stdout] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stdout] 366 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stdout] 372 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] 364 | | ws!(map_opt!( [INFO] [stdout] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stdout] 366 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stdout] 372 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | / method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] 375 | | map!(call_m!(self.rule), [INFO] [stdout] 376 | | Statement::Rule) [INFO] [stdout] 377 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] 380 | | ws!(map_opt!( [INFO] [stdout] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stdout] 382 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stdout] 388 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] 380 | | ws!(map_opt!( [INFO] [stdout] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stdout] 382 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stdout] 388 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] 380 | | ws!(map_opt!( [INFO] [stdout] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stdout] 382 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stdout] 388 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | / method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] 391 | | do_parse!(term: call_m!(self.top_term) >> [INFO] [stdout] 392 | | (Statement::Term(term))) [INFO] [stdout] 393 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | method!( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] 402 | | ws!(do_parse!( [INFO] [stdout] 403 | | rules: many0!( [INFO] [stdout] 404 | | do_parse!( [INFO] [stdout] ... | [INFO] [stdout] 410 | | (TRS::new(rules)))) [INFO] [stdout] 411 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] 402 | | ws!(do_parse!( [INFO] [stdout] 403 | | rules: many0!( [INFO] [stdout] 404 | | do_parse!( [INFO] [stdout] ... | [INFO] [stdout] 410 | | (TRS::new(rules)))) [INFO] [stdout] 411 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] 402 | | ws!(do_parse!( [INFO] [stdout] 403 | | rules: many0!( [INFO] [stdout] 404 | | do_parse!( [INFO] [stdout] ... | [INFO] [stdout] 410 | | (TRS::new(rules)))) [INFO] [stdout] 411 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 59 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.16s [INFO] running `Command { std: "docker" "inspect" "f833fe11585cdb5578a3ee6778b4244d1dfb15739fdc18a540ceff0ce7e861e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f833fe11585cdb5578a3ee6778b4244d1dfb15739fdc18a540ceff0ce7e861e5", kill_on_drop: false }` [INFO] [stdout] f833fe11585cdb5578a3ee6778b4244d1dfb15739fdc18a540ceff0ce7e861e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd63d00ceaa123d04394094006b300e4710841c89207c40bb69d3a10f8b33a0e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fd63d00ceaa123d04394094006b300e4710841c89207c40bb69d3a10f8b33a0e", kill_on_drop: false }` [INFO] [stderr] Compiling term_rewriting v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | method!(variable, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | method!(application, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stdout] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stdout] 226 | | call_m!(self.binary_application)) [INFO] [stdout] 227 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stdout] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stdout] 226 | | call_m!(self.binary_application)) [INFO] [stdout] 227 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stdout] 231 | | do_parse!(name: identifier >> [INFO] [stdout] 232 | | args: opt!(do_parse!( [INFO] [stdout] 233 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 246 | | ) [INFO] [stdout] 247 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stdout] 231 | | do_parse!(name: identifier >> [INFO] [stdout] 232 | | args: opt!(do_parse!( [INFO] [stdout] 233 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 246 | | ) [INFO] [stdout] 247 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stdout] 250 | | do_parse!(lparen >> [INFO] [stdout] 251 | | multispace0 >> [INFO] [stdout] 252 | | t1: call_m!(self.term) >> [INFO] [stdout] ... | [INFO] [stdout] 261 | | ) [INFO] [stdout] 262 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stdout] 250 | | do_parse!(lparen >> [INFO] [stdout] 251 | | multispace0 >> [INFO] [stdout] 252 | | t1: call_m!(self.term) >> [INFO] [stdout] ... | [INFO] [stdout] 261 | | ) [INFO] [stdout] 262 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] 265 | | alt!(call_m!(self.variable) | [INFO] [stdout] 266 | | call_m!(self.application) | [INFO] [stdout] 267 | | do_parse!(lparen >> [INFO] [stdout] ... | [INFO] [stdout] 271 | | ) [INFO] [stdout] 272 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] 265 | | alt!(call_m!(self.variable) | [INFO] [stdout] 266 | | call_m!(self.application) | [INFO] [stdout] 267 | | do_parse!(lparen >> [INFO] [stdout] ... | [INFO] [stdout] 271 | | ) [INFO] [stdout] 272 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] 265 | | alt!(call_m!(self.variable) | [INFO] [stdout] 266 | | call_m!(self.application) | [INFO] [stdout] 267 | | do_parse!(lparen >> [INFO] [stdout] ... | [INFO] [stdout] 271 | | ) [INFO] [stdout] 272 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | method!(top_term, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stdout] 275 | | ws!(map!( [INFO] [stdout] 276 | | separated_nonempty_list!( [INFO] [stdout] 277 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 287 | | })) [INFO] [stdout] 288 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stdout] 275 | | ws!(map!( [INFO] [stdout] 276 | | separated_nonempty_list!( [INFO] [stdout] 277 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 287 | | })) [INFO] [stdout] 288 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | method!(context_variable, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | method!(context_application, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stdout] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stdout] 297 | | call_m!(self.context_binary_application)) [INFO] [stdout] 298 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stdout] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stdout] 297 | | call_m!(self.context_binary_application)) [INFO] [stdout] 298 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stdout] 302 | | do_parse!(name: identifier >> [INFO] [stdout] 303 | | args: opt!(do_parse!( [INFO] [stdout] 304 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 317 | | ) [INFO] [stdout] 318 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stdout] 302 | | do_parse!(name: identifier >> [INFO] [stdout] 303 | | args: opt!(do_parse!( [INFO] [stdout] 304 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 317 | | ) [INFO] [stdout] 318 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stdout] 321 | | do_parse!(lparen >> [INFO] [stdout] 322 | | multispace0 >> [INFO] [stdout] 323 | | t1: call_m!(self.context) >> [INFO] [stdout] ... | [INFO] [stdout] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stdout] 329 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stdout] 321 | | do_parse!(lparen >> [INFO] [stdout] 322 | | multispace0 >> [INFO] [stdout] 323 | | t1: call_m!(self.context) >> [INFO] [stdout] ... | [INFO] [stdout] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stdout] 329 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 331 | method!( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stdout] 339 | | call_m!(self.context_application) | [INFO] [stdout] 340 | | call_m!(self.context_hole)) [INFO] [stdout] 341 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stdout] 339 | | call_m!(self.context_application) | [INFO] [stdout] 340 | | call_m!(self.context_hole)) [INFO] [stdout] 341 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stdout] 339 | | call_m!(self.context_application) | [INFO] [stdout] 340 | | call_m!(self.context_hole)) [INFO] [stdout] 341 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] 364 | | ws!(map_opt!( [INFO] [stdout] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stdout] 366 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stdout] 372 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] 364 | | ws!(map_opt!( [INFO] [stdout] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stdout] 366 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stdout] 372 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] 364 | | ws!(map_opt!( [INFO] [stdout] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stdout] 366 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stdout] 372 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | / method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] 375 | | map!(call_m!(self.rule), [INFO] [stdout] 376 | | Statement::Rule) [INFO] [stdout] 377 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] 380 | | ws!(map_opt!( [INFO] [stdout] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stdout] 382 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stdout] 388 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] 380 | | ws!(map_opt!( [INFO] [stdout] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stdout] 382 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stdout] 388 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] 380 | | ws!(map_opt!( [INFO] [stdout] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stdout] 382 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stdout] 388 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | / method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] 391 | | do_parse!(term: call_m!(self.top_term) >> [INFO] [stdout] 392 | | (Statement::Term(term))) [INFO] [stdout] 393 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | method!( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] 402 | | ws!(do_parse!( [INFO] [stdout] 403 | | rules: many0!( [INFO] [stdout] 404 | | do_parse!( [INFO] [stdout] ... | [INFO] [stdout] 410 | | (TRS::new(rules)))) [INFO] [stdout] 411 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] 402 | | ws!(do_parse!( [INFO] [stdout] 403 | | rules: many0!( [INFO] [stdout] 404 | | do_parse!( [INFO] [stdout] ... | [INFO] [stdout] 410 | | (TRS::new(rules)))) [INFO] [stdout] 411 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] 402 | | ws!(do_parse!( [INFO] [stdout] 403 | | rules: many0!( [INFO] [stdout] 404 | | do_parse!( [INFO] [stdout] ... | [INFO] [stdout] 410 | | (TRS::new(rules)))) [INFO] [stdout] 411 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 59 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | method!(variable, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | method!(application, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stdout] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stdout] 226 | | call_m!(self.binary_application)) [INFO] [stdout] 227 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stdout] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stdout] 226 | | call_m!(self.binary_application)) [INFO] [stdout] 227 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stdout] 231 | | do_parse!(name: identifier >> [INFO] [stdout] 232 | | args: opt!(do_parse!( [INFO] [stdout] 233 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 246 | | ) [INFO] [stdout] 247 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stdout] 231 | | do_parse!(name: identifier >> [INFO] [stdout] 232 | | args: opt!(do_parse!( [INFO] [stdout] 233 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 246 | | ) [INFO] [stdout] 247 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stdout] 250 | | do_parse!(lparen >> [INFO] [stdout] 251 | | multispace0 >> [INFO] [stdout] 252 | | t1: call_m!(self.term) >> [INFO] [stdout] ... | [INFO] [stdout] 261 | | ) [INFO] [stdout] 262 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stdout] 250 | | do_parse!(lparen >> [INFO] [stdout] 251 | | multispace0 >> [INFO] [stdout] 252 | | t1: call_m!(self.term) >> [INFO] [stdout] ... | [INFO] [stdout] 261 | | ) [INFO] [stdout] 262 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] 265 | | alt!(call_m!(self.variable) | [INFO] [stdout] 266 | | call_m!(self.application) | [INFO] [stdout] 267 | | do_parse!(lparen >> [INFO] [stdout] ... | [INFO] [stdout] 271 | | ) [INFO] [stdout] 272 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] 265 | | alt!(call_m!(self.variable) | [INFO] [stdout] 266 | | call_m!(self.application) | [INFO] [stdout] 267 | | do_parse!(lparen >> [INFO] [stdout] ... | [INFO] [stdout] 271 | | ) [INFO] [stdout] 272 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stdout] 265 | | alt!(call_m!(self.variable) | [INFO] [stdout] 266 | | call_m!(self.application) | [INFO] [stdout] 267 | | do_parse!(lparen >> [INFO] [stdout] ... | [INFO] [stdout] 271 | | ) [INFO] [stdout] 272 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | method!(top_term, CompleteStr, Term>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stdout] 275 | | ws!(map!( [INFO] [stdout] 276 | | separated_nonempty_list!( [INFO] [stdout] 277 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 287 | | })) [INFO] [stdout] 288 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stdout] 275 | | ws!(map!( [INFO] [stdout] 276 | | separated_nonempty_list!( [INFO] [stdout] 277 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 287 | | })) [INFO] [stdout] 288 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:290:5 [INFO] [stdout] | [INFO] [stdout] 290 | method!(context_variable, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | method!(context_application, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stdout] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stdout] 297 | | call_m!(self.context_binary_application)) [INFO] [stdout] 298 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stdout] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stdout] 297 | | call_m!(self.context_binary_application)) [INFO] [stdout] 298 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stdout] 302 | | do_parse!(name: identifier >> [INFO] [stdout] 303 | | args: opt!(do_parse!( [INFO] [stdout] 304 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 317 | | ) [INFO] [stdout] 318 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stdout] 302 | | do_parse!(name: identifier >> [INFO] [stdout] 303 | | args: opt!(do_parse!( [INFO] [stdout] 304 | | lparen >> [INFO] [stdout] ... | [INFO] [stdout] 317 | | ) [INFO] [stdout] 318 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stdout] 321 | | do_parse!(lparen >> [INFO] [stdout] 322 | | multispace0 >> [INFO] [stdout] 323 | | t1: call_m!(self.context) >> [INFO] [stdout] ... | [INFO] [stdout] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stdout] 329 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stdout] 321 | | do_parse!(lparen >> [INFO] [stdout] 322 | | multispace0 >> [INFO] [stdout] 323 | | t1: call_m!(self.context) >> [INFO] [stdout] ... | [INFO] [stdout] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stdout] 329 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:331:5 [INFO] [stdout] | [INFO] [stdout] 331 | method!( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stdout] 339 | | call_m!(self.context_application) | [INFO] [stdout] 340 | | call_m!(self.context_hole)) [INFO] [stdout] 341 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stdout] 339 | | call_m!(self.context_application) | [INFO] [stdout] 340 | | call_m!(self.context_hole)) [INFO] [stdout] 341 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stdout] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stdout] 339 | | call_m!(self.context_application) | [INFO] [stdout] 340 | | call_m!(self.context_hole)) [INFO] [stdout] 341 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stdout] 344 | | ws!(map!( [INFO] [stdout] 345 | | separated_nonempty_list!( [INFO] [stdout] 346 | | multispace1, [INFO] [stdout] ... | [INFO] [stdout] 360 | | })) [INFO] [stdout] 361 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] 364 | | ws!(map_opt!( [INFO] [stdout] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stdout] 366 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stdout] 372 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] 364 | | ws!(map_opt!( [INFO] [stdout] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stdout] 366 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stdout] 372 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:363:5 [INFO] [stdout] | [INFO] [stdout] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stdout] 364 | | ws!(map_opt!( [INFO] [stdout] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stdout] 366 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stdout] 372 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | / method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] 375 | | map!(call_m!(self.rule), [INFO] [stdout] 376 | | Statement::Rule) [INFO] [stdout] 377 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] 380 | | ws!(map_opt!( [INFO] [stdout] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stdout] 382 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stdout] 388 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] 380 | | ws!(map_opt!( [INFO] [stdout] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stdout] 382 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stdout] 388 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stdout] 380 | | ws!(map_opt!( [INFO] [stdout] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stdout] 382 | | ws!(rule_kw) >> [INFO] [stdout] ... | [INFO] [stdout] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stdout] 388 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:390:5 [INFO] [stdout] | [INFO] [stdout] 390 | / method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stdout] 391 | | do_parse!(term: call_m!(self.top_term) >> [INFO] [stdout] 392 | | (Statement::Term(term))) [INFO] [stdout] 393 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | method!( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] 402 | | ws!(do_parse!( [INFO] [stdout] 403 | | rules: many0!( [INFO] [stdout] 404 | | do_parse!( [INFO] [stdout] ... | [INFO] [stdout] 410 | | (TRS::new(rules)))) [INFO] [stdout] 411 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] 402 | | ws!(do_parse!( [INFO] [stdout] 403 | | rules: many0!( [INFO] [stdout] 404 | | do_parse!( [INFO] [stdout] ... | [INFO] [stdout] 410 | | (TRS::new(rules)))) [INFO] [stdout] 411 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:401:5 [INFO] [stdout] | [INFO] [stdout] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stdout] 402 | | ws!(do_parse!( [INFO] [stdout] 403 | | rules: many0!( [INFO] [stdout] 404 | | do_parse!( [INFO] [stdout] ... | [INFO] [stdout] 410 | | (TRS::new(rules)))) [INFO] [stdout] 411 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'call_m': Please use the nom-methods crate instead [INFO] [stdout] --> src/parser.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stdout] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stdout] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stdout] 416 | | call_m!(self.term_statement)) >> [INFO] [stdout] ... | [INFO] [stdout] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stdout] 420 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/types/signature.rs:727:88 [INFO] [stdout] | [INFO] [stdout] 727 | let ops: Vec = sig.operators().iter().map(|op| op.display()).collect();; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.84s [INFO] running `Command { std: "docker" "inspect" "fd63d00ceaa123d04394094006b300e4710841c89207c40bb69d3a10f8b33a0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd63d00ceaa123d04394094006b300e4710841c89207c40bb69d3a10f8b33a0e", kill_on_drop: false }` [INFO] [stdout] fd63d00ceaa123d04394094006b300e4710841c89207c40bb69d3a10f8b33a0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0e1dd86039219d8a1455b3164823bb801a43f25ed25dce0694ec85eff33ea533 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0e1dd86039219d8a1455b3164823bb801a43f25ed25dce0694ec85eff33ea533", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'method': Please use the nom-methods crate instead [INFO] [stderr] --> src/parser.rs:219:5 [INFO] [stderr] | [INFO] [stderr] 219 | method!(variable, CompleteStr, Term>, mut self, [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:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | method!(application, CompleteStr, Term>, 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:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stderr] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stderr] 226 | | call_m!(self.binary_application)) [INFO] [stderr] 227 | | ); [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:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stderr] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stderr] 226 | | call_m!(self.binary_application)) [INFO] [stderr] 227 | | ); [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:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | method!(standard_application, CompleteStr, Term>, 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:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stderr] 231 | | do_parse!(name: identifier >> [INFO] [stderr] 232 | | args: opt!(do_parse!( [INFO] [stderr] 233 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 246 | | ) [INFO] [stderr] 247 | | ); [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:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stderr] 231 | | do_parse!(name: identifier >> [INFO] [stderr] 232 | | args: opt!(do_parse!( [INFO] [stderr] 233 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 246 | | ) [INFO] [stderr] 247 | | ); [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:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | method!(binary_application, CompleteStr, Term>, 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:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stderr] 250 | | do_parse!(lparen >> [INFO] [stderr] 251 | | multispace0 >> [INFO] [stderr] 252 | | t1: call_m!(self.term) >> [INFO] [stderr] ... | [INFO] [stderr] 261 | | ) [INFO] [stderr] 262 | | ); [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:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stderr] 250 | | do_parse!(lparen >> [INFO] [stderr] 251 | | multispace0 >> [INFO] [stderr] 252 | | t1: call_m!(self.term) >> [INFO] [stderr] ... | [INFO] [stderr] 261 | | ) [INFO] [stderr] 262 | | ); [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:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | method!(term, CompleteStr, Term>, 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:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [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:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [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:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [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:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | method!(top_term, CompleteStr, Term>, 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:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stderr] 275 | | ws!(map!( [INFO] [stderr] 276 | | separated_nonempty_list!( [INFO] [stderr] 277 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 287 | | })) [INFO] [stderr] 288 | | ); [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:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stderr] 275 | | ws!(map!( [INFO] [stderr] 276 | | separated_nonempty_list!( [INFO] [stderr] 277 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 287 | | })) [INFO] [stderr] 288 | | ); [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:290:5 [INFO] [stderr] | [INFO] [stderr] 290 | method!(context_variable, CompleteStr, Context>, 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:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | method!(context_application, CompleteStr, Context>, 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:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stderr] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stderr] 297 | | call_m!(self.context_binary_application)) [INFO] [stderr] 298 | | ); [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:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stderr] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stderr] 297 | | call_m!(self.context_binary_application)) [INFO] [stderr] 298 | | ); [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:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | method!(context_standard_application, CompleteStr, Context>, 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:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stderr] 302 | | do_parse!(name: identifier >> [INFO] [stderr] 303 | | args: opt!(do_parse!( [INFO] [stderr] 304 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 317 | | ) [INFO] [stderr] 318 | | ); [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:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stderr] 302 | | do_parse!(name: identifier >> [INFO] [stderr] 303 | | args: opt!(do_parse!( [INFO] [stderr] 304 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 317 | | ) [INFO] [stderr] 318 | | ); [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:219:5 [INFO] [stderr] | [INFO] [stderr] 219 | method!(variable, CompleteStr, Term>, mut self, [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:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | method!(application, CompleteStr, Term>, 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:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stderr] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stderr] 226 | | call_m!(self.binary_application)) [INFO] [stderr] 227 | | ); [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:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | method!(context_binary_application, CompleteStr, Context>, 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:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stderr] 321 | | do_parse!(lparen >> [INFO] [stderr] 322 | | multispace0 >> [INFO] [stderr] 323 | | t1: call_m!(self.context) >> [INFO] [stderr] ... | [INFO] [stderr] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stderr] 329 | | ); [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:224:5 [INFO] [stderr] | [INFO] [stderr] 224 | / method!(application, CompleteStr, Term>, mut self, [INFO] [stderr] 225 | | alt!(call_m!(self.standard_application) | [INFO] [stderr] 226 | | call_m!(self.binary_application)) [INFO] [stderr] 227 | | ); [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:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | method!(standard_application, CompleteStr, Term>, 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:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stderr] 231 | | do_parse!(name: identifier >> [INFO] [stderr] 232 | | args: opt!(do_parse!( [INFO] [stderr] 233 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 246 | | ) [INFO] [stderr] 247 | | ); [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:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stderr] 321 | | do_parse!(lparen >> [INFO] [stderr] 322 | | multispace0 >> [INFO] [stderr] 323 | | t1: call_m!(self.context) >> [INFO] [stderr] ... | [INFO] [stderr] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stderr] 329 | | ); [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:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | 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:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | method!(context, CompleteStr, Context>, 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:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [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:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [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:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | method!(top_context, CompleteStr, Context>, 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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [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:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | / method!(standard_application, CompleteStr, Term>, mut self, [INFO] [stderr] 231 | | do_parse!(name: identifier >> [INFO] [stderr] 232 | | args: opt!(do_parse!( [INFO] [stderr] 233 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 246 | | ) [INFO] [stderr] 247 | | ); [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:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | method!(binary_application, CompleteStr, Term>, 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:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stderr] 250 | | do_parse!(lparen >> [INFO] [stderr] 251 | | multispace0 >> [INFO] [stderr] 252 | | t1: call_m!(self.term) >> [INFO] [stderr] ... | [INFO] [stderr] 261 | | ) [INFO] [stderr] 262 | | ); [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:249:5 [INFO] [stderr] | [INFO] [stderr] 249 | / method!(binary_application, CompleteStr, Term>, mut self, [INFO] [stderr] 250 | | do_parse!(lparen >> [INFO] [stderr] 251 | | multispace0 >> [INFO] [stderr] 252 | | t1: call_m!(self.term) >> [INFO] [stderr] ... | [INFO] [stderr] 261 | | ) [INFO] [stderr] 262 | | ); [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:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | method!(term, CompleteStr, Term>, 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:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [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:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [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:264:5 [INFO] [stderr] | [INFO] [stderr] 264 | / method!(term, CompleteStr, Term>, mut self, [INFO] [stderr] 265 | | alt!(call_m!(self.variable) | [INFO] [stderr] 266 | | call_m!(self.application) | [INFO] [stderr] 267 | | do_parse!(lparen >> [INFO] [stderr] ... | [INFO] [stderr] 271 | | ) [INFO] [stderr] 272 | | ); [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:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | method!(top_term, CompleteStr, Term>, 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:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stderr] 275 | | ws!(map!( [INFO] [stderr] 276 | | separated_nonempty_list!( [INFO] [stderr] 277 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 287 | | })) [INFO] [stderr] 288 | | ); [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:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | method!(rule, CompleteStr, Rule>, 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:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [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:274:5 [INFO] [stderr] | [INFO] [stderr] 274 | / method!(top_term, CompleteStr, Term>, mut self, [INFO] [stderr] 275 | | ws!(map!( [INFO] [stderr] 276 | | separated_nonempty_list!( [INFO] [stderr] 277 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 287 | | })) [INFO] [stderr] 288 | | ); [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:290:5 [INFO] [stderr] | [INFO] [stderr] 290 | method!(context_variable, CompleteStr, Context>, 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:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | method!(context_application, CompleteStr, Context>, 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:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stderr] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stderr] 297 | | call_m!(self.context_binary_application)) [INFO] [stderr] 298 | | ); [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:295:5 [INFO] [stderr] | [INFO] [stderr] 295 | / method!(context_application, CompleteStr, Context>, mut self, [INFO] [stderr] 296 | | alt!(call_m!(self.context_standard_application) | [INFO] [stderr] 297 | | call_m!(self.context_binary_application)) [INFO] [stderr] 298 | | ); [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:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [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:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [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:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | method!(context_standard_application, CompleteStr, Context>, 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:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stderr] 302 | | do_parse!(name: identifier >> [INFO] [stderr] 303 | | args: opt!(do_parse!( [INFO] [stderr] 304 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 317 | | ) [INFO] [stderr] 318 | | ); [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:374:5 [INFO] [stderr] | [INFO] [stderr] 374 | method!(rule_statement, CompleteStr, Statement>, 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:374:5 [INFO] [stderr] | [INFO] [stderr] 374 | / method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] 375 | | map!(call_m!(self.rule), [INFO] [stderr] 376 | | Statement::Rule) [INFO] [stderr] 377 | | ); [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:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | method!(rulecontext, CompleteStr, RuleContext>, 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:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [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:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [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:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | / method!(context_standard_application, CompleteStr, Context>, mut self, [INFO] [stderr] 302 | | do_parse!(name: identifier >> [INFO] [stderr] 303 | | args: opt!(do_parse!( [INFO] [stderr] 304 | | lparen >> [INFO] [stderr] ... | [INFO] [stderr] 317 | | ) [INFO] [stderr] 318 | | ); [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:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | method!(context_binary_application, CompleteStr, Context>, 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:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stderr] 321 | | do_parse!(lparen >> [INFO] [stderr] 322 | | multispace0 >> [INFO] [stderr] 323 | | t1: call_m!(self.context) >> [INFO] [stderr] ... | [INFO] [stderr] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stderr] 329 | | ); [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:320:5 [INFO] [stderr] | [INFO] [stderr] 320 | / method!(context_binary_application, CompleteStr, Context>, mut self, [INFO] [stderr] 321 | | do_parse!(lparen >> [INFO] [stderr] 322 | | multispace0 >> [INFO] [stderr] 323 | | t1: call_m!(self.context) >> [INFO] [stderr] ... | [INFO] [stderr] 328 | | (Context::Application{ op: self.get_op(".", 2), args: vec![t1, t2] })) [INFO] [stderr] 329 | | ); [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:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [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:390:5 [INFO] [stderr] | [INFO] [stderr] 390 | method!(term_statement, CompleteStr, Statement>, 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:390:5 [INFO] [stderr] | [INFO] [stderr] 390 | / method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] 391 | | do_parse!(term: call_m!(self.top_term) >> [INFO] [stderr] 392 | | (Statement::Term(term))) [INFO] [stderr] 393 | | ); [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:395:5 [INFO] [stderr] | [INFO] [stderr] 395 | 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:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | method!(trs, CompleteStr, TRS>, 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:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [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:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | 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:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | method!(context, CompleteStr, Context>, 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:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [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:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [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:337:5 [INFO] [stderr] | [INFO] [stderr] 337 | / method!(context, CompleteStr, Context>, mut self, [INFO] [stderr] 338 | | alt!(call_m!(self.context_variable) | [INFO] [stderr] 339 | | call_m!(self.context_application) | [INFO] [stderr] 340 | | call_m!(self.context_hole)) [INFO] [stderr] 341 | | ); [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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | method!(top_context, CompleteStr, Context>, 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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [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:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [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:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [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:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | method!(program, CompleteStr, Vec>, 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:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [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:343:5 [INFO] [stderr] | [INFO] [stderr] 343 | / method!(top_context, CompleteStr, Context>, mut self, [INFO] [stderr] 344 | | ws!(map!( [INFO] [stderr] 345 | | separated_nonempty_list!( [INFO] [stderr] 346 | | multispace1, [INFO] [stderr] ... | [INFO] [stderr] 360 | | })) [INFO] [stderr] 361 | | ); [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:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [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:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [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:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | method!(rule, CompleteStr, Rule>, 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:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [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:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [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:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [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: 59 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:363:5 [INFO] [stderr] | [INFO] [stderr] 363 | / method!(rule, CompleteStr, Rule>, mut self, [INFO] [stderr] 364 | | ws!(map_opt!( [INFO] [stderr] 365 | | do_parse!(lhs: call_m!(self.top_term) >> [INFO] [stderr] 366 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 371 | | |(lhs, rhs)| Rule::new(lhs, rhs))) [INFO] [stderr] 372 | | ); [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:374:5 [INFO] [stderr] | [INFO] [stderr] 374 | method!(rule_statement, CompleteStr, Statement>, 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:374:5 [INFO] [stderr] | [INFO] [stderr] 374 | / method!(rule_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] 375 | | map!(call_m!(self.rule), [INFO] [stderr] 376 | | Statement::Rule) [INFO] [stderr] 377 | | ); [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:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | method!(rulecontext, CompleteStr, RuleContext>, 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:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [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:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [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:379:5 [INFO] [stderr] | [INFO] [stderr] 379 | / method!(rulecontext, CompleteStr, RuleContext>, mut self, [INFO] [stderr] 380 | | ws!(map_opt!( [INFO] [stderr] 381 | | do_parse!(lhs: call_m!(self.top_context) >> [INFO] [stderr] 382 | | ws!(rule_kw) >> [INFO] [stderr] ... | [INFO] [stderr] 387 | | |(lhs, rhs)| RuleContext::new(lhs, rhs))) [INFO] [stderr] 388 | | ); [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:390:5 [INFO] [stderr] | [INFO] [stderr] 390 | method!(term_statement, CompleteStr, Statement>, 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:390:5 [INFO] [stderr] | [INFO] [stderr] 390 | / method!(term_statement, CompleteStr, Statement>, mut self, [INFO] [stderr] 391 | | do_parse!(term: call_m!(self.top_term) >> [INFO] [stderr] 392 | | (Statement::Term(term))) [INFO] [stderr] 393 | | ); [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:395:5 [INFO] [stderr] | [INFO] [stderr] 395 | 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:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | method!(trs, CompleteStr, TRS>, 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:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [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:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [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:401:5 [INFO] [stderr] | [INFO] [stderr] 401 | / method!(trs, CompleteStr, TRS>, mut self, [INFO] [stderr] 402 | | ws!(do_parse!( [INFO] [stderr] 403 | | rules: many0!( [INFO] [stderr] 404 | | do_parse!( [INFO] [stderr] ... | [INFO] [stderr] 410 | | (TRS::new(rules)))) [INFO] [stderr] 411 | | ); [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:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | method!(program, CompleteStr, Vec>, 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:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [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:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [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:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [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:413:5 [INFO] [stderr] | [INFO] [stderr] 413 | / method!(program, CompleteStr, Vec>, mut self, [INFO] [stderr] 414 | | ws!(many0!(do_parse!(many0!(ws!(call_m!(self.comment))) >> [INFO] [stderr] 415 | | statement: alt!(call_m!(self.rule_statement) | [INFO] [stderr] 416 | | call_m!(self.term_statement)) >> [INFO] [stderr] ... | [INFO] [stderr] 419 | | ({ self.clear_variables(); statement })))) [INFO] [stderr] 420 | | ); [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: unnecessary trailing semicolon [INFO] [stderr] --> src/types/signature.rs:727:88 [INFO] [stderr] | [INFO] [stderr] 727 | let ops: Vec = sig.operators().iter().map(|op| op.display()).collect();; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 60 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/term_rewriting-e3df66c05954df98 [INFO] [stdout] [INFO] [stdout] running 124 tests [INFO] [stdout] test parser::tests::has_var_test ... ok [INFO] [stdout] test parser::tests::lparen_test ... ok [INFO] [stdout] test parser::tests::pipe_test ... ok [INFO] [stdout] test parser::tests::app_test_2 ... ok [INFO] [stdout] test parser::tests::program_test ... ok [INFO] [stdout] test parser::tests::semicolon_test ... ok [INFO] [stdout] test parser::tests::var_test ... ok [INFO] [stdout] test types::rule::tests::add_test ... ok [INFO] [stdout] test types::rule::tests::alpha_test ... ok [INFO] [stdout] test types::rule::tests::clauses_test ... ok [INFO] [stdout] test types::rule::tests::contains_test ... ok [INFO] [stdout] test parser::tests::parser_debug ... ok [INFO] [stdout] test parser::tests::parser_incomplete ... ok [INFO] [stdout] test types::rule::tests::discard_test ... ok [INFO] [stdout] test parser::tests::term_test_2 ... ok [INFO] [stdout] test parser::tests::underscore_test ... ok [INFO] [stdout] test parser::tests::term_test_1 ... ok [INFO] [stdout] test parser::tests::statement_test_1 ... ok [INFO] [stdout] test parser::tests::statement_test_2 ... ok [INFO] [stdout] test parser::tests::rule_test ... ok [INFO] [stdout] test parser::tests::top_term_test ... ok [INFO] [stdout] test parser::tests::rulecontext_test ... ok [INFO] [stdout] test parser::tests::rule_kw_test ... ok [INFO] [stdout] test parser::tests::rparen_test ... ok [INFO] [stdout] test parser::tests::term_test_3 ... ok [INFO] [stdout] test types::rule::tests::rule_new_test ... ignored [INFO] [stdout] test types::rule::tests::merge_test ... ok [INFO] [stdout] test types::rule::tests::rhs_test ... ok [INFO] [stdout] test types::rule::tests::holes_test ... ok [INFO] [stdout] test types::rule::tests::rule_at_test ... ok [INFO] [stdout] test types::rule::tests::is_empty_test ... ok [INFO] [stdout] test types::rule::tests::len_test ... ok [INFO] [stdout] test parser::tests::app_test_1 ... ok [INFO] [stdout] test types::rule::tests::rule_replace_test ... ok [INFO] [stdout] test types::rule::tests::is_valid_test ... ok [INFO] [stdout] test types::rule::tests::rule_display_test ... ok [INFO] [stdout] test types::rule::tests::substitute_test ... ok [INFO] [stdout] test types::rule::tests::subcontexts_test ... ok [INFO] [stdout] test types::rule::tests::rule_context_pretty_test ... ok [INFO] [stdout] test types::rule::tests::subterms_test ... ok [INFO] [stdout] test types::signature::tests::new_op_test ... ignored [INFO] [stdout] test types::rule::tests::to_rule_test ... ok [INFO] [stdout] test types::signature::tests::new_var ... ignored [INFO] [stdout] test types::signature::tests::operators_test ... ignored [INFO] [stdout] test types::signature::tests::new_test ... ok [INFO] [stdout] test types::rule::tests::unify_test ... ok [INFO] [stdout] test types::signature::tests::atoms_test ... ok [INFO] [stdout] test types::rule::tests::size_test ... ok [INFO] [stdout] test types::rule::tests::rulecontext_variables_test ... ok [INFO] [stdout] test types::rule::tests::pmatch_test ... ok [INFO] [stdout] test types::rule::tests::rule_operators_test ... ok [INFO] [stdout] test types::signature::tests::variables_test ... ignored [INFO] [stdout] test types::rule::tests::rulecontext_at_test ... ok [INFO] [stdout] test types::signature::tests::reify_context_test ... ok [INFO] [stdout] test types::signature::tests::sig_merge_test ... ok [INFO] [stdout] test types::term::tests::context_at_test ... ok [INFO] [stdout] test types::signature::tests::reify_trs_test ... ok [INFO] [stdout] test types::term::tests::context_display_test ... ok [INFO] [stdout] test types::term::tests::context_head_test ... ok [INFO] [stdout] test types::rule::tests::rulecontext_display_test ... ok [INFO] [stdout] test types::rule::tests::rulecontext_new_test ... ok [INFO] [stdout] test types::term::tests::context_operators_test ... ok [INFO] [stdout] test types::term::tests::context_pretty_test ... ok [INFO] [stdout] test types::term::tests::context_variables_test ... ok [INFO] [stdout] test types::rule::tests::rulecontext_operators_test ... ok [INFO] [stdout] test types::rule::tests::rulecontext_replace_test ... ok [INFO] [stdout] test types::term::tests::context_size_test ... ok [INFO] [stdout] test types::term::tests::alpha_test ... ok [INFO] [stdout] test parser::tests::app_test_3 ... ok [INFO] [stdout] test types::term::tests::shape_equivalent_test ... ok [INFO] [stdout] test types::rule::tests::rule_pretty_test ... ok [INFO] [stdout] test types::signature::tests::reify_rule_test ... ok [INFO] [stdout] test types::term::tests::term_at_test ... ok [INFO] [stdout] test types::term::tests::context_args_test ... ok [INFO] [stdout] test types::term::tests::term_atoms_test ... ok [INFO] [stdout] test types::signature::tests::reify_term_test ... ok [INFO] [stdout] test types::signature::tests::signature_merge_test ... ok [INFO] [stdout] test types::term::tests::subcontexts_test ... ok [INFO] [stdout] test types::term::tests::term_args_test ... ok [INFO] [stdout] test types::term::tests::term_head_test ... ok [INFO] [stdout] test types::term::tests::subterms_test ... ok [INFO] [stdout] test types::term::tests::pmatch_test ... ok [INFO] [stdout] test types::term::tests::term_display_test ... ok [INFO] [stdout] test types::term::tests::hole_test ... ok [INFO] [stdout] test types::term::tests::context_atoms_test ... ok [INFO] [stdout] test types::term::tests::context_replace_test ... ok [INFO] [stdout] test types::rule::tests::rule_variables_test ... ok [INFO] [stdout] test types::trs::tests::insert_clauses_test ... ok [INFO] [stdout] test types::term::tests::term_size_test ... ok [INFO] [stdout] test types::term::tests::unify_test ... ok [INFO] [stdout] test types::term::tests::term_substitute_test ... ok [INFO] [stdout] test types::trs::tests::alphas_test ... ok [INFO] [stdout] test types::trs::tests::get_clause_test ... ok [INFO] [stdout] test types::trs::tests::get_idx_test ... ok [INFO] [stdout] test types::term::tests::term_operators_test ... ok [INFO] [stdout] test types::trs::tests::get_test ... ok [INFO] [stdout] test types::term::tests::to_term_test ... ok [INFO] [stdout] test types::trs::tests::move_rule_test ... ok [INFO] [stdout] test types::trs::tests::clauses_test ... ok [INFO] [stdout] test types::term::tests::term_variables_test ... ok [INFO] [stdout] test types::trs::tests::is_deterministic_test ... ok [INFO] [stdout] test types::trs::tests::pmatches ... ok [INFO] [stdout] test types::trs::tests::is_empty_test ... ok [INFO] [stdout] test types::trs::tests::push_test ... ok [INFO] [stdout] test types::trs::tests::inserts_idx_test ... ok [INFO] [stdout] test types::trs::tests::insert_test ... ok [INFO] [stdout] test types::trs::tests::len_test ... ok [INFO] [stdout] test types::trs::tests::remove_idx_test ... ok [INFO] [stdout] test types::trs::tests::make_deterministic_test ... ok [INFO] [stdout] test types::trs::tests::new_test ... ok [INFO] [stdout] test types::trs::tests::make_nondeterministic_test ... ok [INFO] [stdout] test types::trs::tests::unifies_test ... ok [INFO] [stdout] test types::trs::tests::operators_test ... ok [INFO] [stdout] test types::trs::tests::pushes_test ... ok [INFO] [stdout] test types::trs::tests::insert_idx_test ... ok [INFO] [stdout] test types::trs::tests::pretty_test ... ok [INFO] [stdout] test types::trs::tests::remove_test ... ok [INFO] [stdout] test types::trs::tests::replace_test ... ok [INFO] [stdout] test types::trs::tests::rewrite_test ... ok [INFO] [stdout] test types::trs::tests::size_test ... ok [INFO] [stdout] test types::term::tests::term_replace ... ok [INFO] [stdout] test types::trs::tests::remove_clauses_test ... ok [INFO] [stdout] test types::trs::tests::display_test ... ok [INFO] [stdout] test types::term::tests::term_pretty_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 119 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test trace_rewrite ... ok [INFO] [stdout] test trace_step ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/trace-54e8576c489e26cb [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/types-3cc38724ebba4a85 [INFO] [stdout] running 19 tests [INFO] [stdout] test display_variable ... ok [INFO] [stdout] test parse_display_roundtrip_trs ... ok [INFO] [stdout] test pretty_term_application ... ok [INFO] [stdout] test pretty_term_nonspecial ... ok [INFO] [stdout] test pretty_term_number ... ok [INFO] [stdout] test term_substitute_test ... ok [INFO] [stdout] test rule_new_valid ... ok [INFO] [stdout] test rule_new_invalid_rhs_var ... ok [INFO] [stdout] test parse_display_roundtrip_rule ... ok [INFO] [stdout] test pretty_term_list ... ok [INFO] [stdout] test unify_test ... ok [INFO] [stdout] test operator_methods ... ok [INFO] [stdout] test atom_methods ... ok [INFO] [stdout] test rule_new_valid_lhs_var ... ok [INFO] [stdout] test rule_new_invalid_lhs_var ... ok [INFO] [stdout] test parse_display_roundtrip_term ... ok [INFO] [stdout] test rewrite_test ... ok [INFO] [stdout] test signature_parse ... ok [INFO] [stdout] test pretty_trs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests term_rewriting [INFO] [stdout] [INFO] [stdout] running 123 tests [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --test /opt/rustwide/workdir/src/lib.rs --crate-name term_rewriting -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern itertools=/opt/rustwide/target/debug/deps/libitertools-3bcfd319e8a7b24a.rlib --extern nom=/opt/rustwide/target/debug/deps/libnom-b69cae18ef791c68.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-23fdaa36b9e65f63.rlib --extern term_rewriting=/opt/rustwide/target/debug/deps/libterm_rewriting-74e556a8cc6143f9.rlib` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "0e1dd86039219d8a1455b3164823bb801a43f25ed25dce0694ec85eff33ea533", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e1dd86039219d8a1455b3164823bb801a43f25ed25dce0694ec85eff33ea533", kill_on_drop: false }` [INFO] [stdout] 0e1dd86039219d8a1455b3164823bb801a43f25ed25dce0694ec85eff33ea533