[INFO] fetching crate wikipedia 0.3.4... [INFO] checking wikipedia-0.3.4 against beta for pr-78714 [INFO] extracting crate wikipedia 0.3.4 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate wikipedia 0.3.4 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate wikipedia 0.3.4 [INFO] finished tweaking crates.io crate wikipedia 0.3.4 [INFO] tweaked toml for crates.io crate wikipedia 0.3.4 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 461bfedb55d7b65d00aab187f95a0ba03e2bed7640aa921e5509e738530c48e1 [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" "461bfedb55d7b65d00aab187f95a0ba03e2bed7640aa921e5509e738530c48e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "461bfedb55d7b65d00aab187f95a0ba03e2bed7640aa921e5509e738530c48e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "461bfedb55d7b65d00aab187f95a0ba03e2bed7640aa921e5509e738530c48e1", kill_on_drop: false }` [INFO] [stdout] 461bfedb55d7b65d00aab187f95a0ba03e2bed7640aa921e5509e738530c48e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae45f866297b95d36f93ee9daf2dbf6b29da1e6463ac73b272a5495cb958d4bd [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" "ae45f866297b95d36f93ee9daf2dbf6b29da1e6463ac73b272a5495cb958d4bd", kill_on_drop: false }` [INFO] [stderr] Checking wikipedia v0.3.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/iter.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | let (array, cont) = try!(B::request_next(page, &None)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/iter.rs:28:33 [INFO] [stdout] | [INFO] [stdout] 28 | let (array, cont) = try!(B::request_next(self.page, &self.cont)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | let q = try!(self.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:163:12 [INFO] [stdout] | [INFO] [stdout] 163 | Ok(try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:234:20 [INFO] [stdout] | [INFO] [stdout] 234 | let data = try!(self.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 243 | Ok(results!(data, "search")) [INFO] [stdout] | ------------------------ in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:268:20 [INFO] [stdout] | [INFO] [stdout] 268 | let data = try!(self.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | Ok(results!(data, "geosearch")) [INFO] [stdout] | --------------------------- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:281:20 [INFO] [stdout] | [INFO] [stdout] 281 | let data = try!(self.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 288 | let r:Vec = results!(data, "random"); [INFO] [stdout] | ------------------------ in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:294:12 [INFO] [stdout] | [INFO] [stdout] 294 | Ok(try!(self.random_count(1)).into_iter().next()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:347:25 [INFO] [stdout] | [INFO] [stdout] 347 | let q = try!(self.wikipedia.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:361:29 [INFO] [stdout] | [INFO] [stdout] 361 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:379:25 [INFO] [stdout] | [INFO] [stdout] 379 | let q = try!(self.wikipedia.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:393:29 [INFO] [stdout] | [INFO] [stdout] 393 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:404:20 [INFO] [stdout] | [INFO] [stdout] 404 | Ok(try!(page.as_object() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:449:17 [INFO] [stdout] | [INFO] [stdout] 449 | let q = try!(self.wikipedia.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:464:12 [INFO] [stdout] | [INFO] [stdout] 464 | Ok(try!(self.get_first_page(&q) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:475:17 [INFO] [stdout] | [INFO] [stdout] 475 | let q = try!(self.wikipedia.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:491:12 [INFO] [stdout] | [INFO] [stdout] 491 | Ok(try!(self.get_first_page(&q) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:506:17 [INFO] [stdout] | [INFO] [stdout] 506 | let q = try!(self.wikipedia.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:521:12 [INFO] [stdout] | [INFO] [stdout] 521 | Ok(try!(self.get_first_page(&q) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let q = try!($this.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 555 | / cont!(self, cont, [INFO] [stdout] 556 | | ("generator", "images"), [INFO] [stdout] 557 | | ("gimlimit", &*self.wikipedia.images_results), [INFO] [stdout] 558 | | ("prop", "imageinfo"), [INFO] [stdout] 559 | | ("iiprop", "url") [INFO] [stdout] 560 | | ) [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 555 | / cont!(self, cont, [INFO] [stdout] 556 | | ("generator", "images"), [INFO] [stdout] 557 | | ("gimlimit", &*self.wikipedia.images_results), [INFO] [stdout] 558 | | ("prop", "imageinfo"), [INFO] [stdout] 559 | | ("iiprop", "url") [INFO] [stdout] 560 | | ) [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | Ok((pages.values().cloned().collect(), try!($this.parse_cont(&q)))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 555 | / cont!(self, cont, [INFO] [stdout] 556 | | ("generator", "images"), [INFO] [stdout] 557 | | ("gimlimit", &*self.wikipedia.images_results), [INFO] [stdout] 558 | | ("prop", "imageinfo"), [INFO] [stdout] 559 | | ("iiprop", "url") [INFO] [stdout] 560 | | ) [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let q = try!($this.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 570 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 571 | | ("prop", "extlinks"), [INFO] [stdout] 572 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 573 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 570 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 571 | | ("prop", "extlinks"), [INFO] [stdout] 572 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 573 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | Ok((pages.values().cloned().collect(), try!($this.parse_cont(&q)))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 570 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 571 | | ("prop", "extlinks"), [INFO] [stdout] 572 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 573 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let q = try!($this.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 595 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 596 | | ("prop", "links"), [INFO] [stdout] 597 | | ("plnamespace", "0"), [INFO] [stdout] 598 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 599 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 595 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 596 | | ("prop", "links"), [INFO] [stdout] 597 | | ("plnamespace", "0"), [INFO] [stdout] 598 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 599 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | Ok((pages.values().cloned().collect(), try!($this.parse_cont(&q)))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 595 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 596 | | ("prop", "links"), [INFO] [stdout] 597 | | ("plnamespace", "0"), [INFO] [stdout] 598 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 599 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let q = try!($this.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 621 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 622 | | ("prop", "categories"), [INFO] [stdout] 623 | | ("cllimit", &*self.wikipedia.categories_results) [INFO] [stdout] 624 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 621 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 622 | | ("prop", "categories"), [INFO] [stdout] 623 | | ("cllimit", &*self.wikipedia.categories_results) [INFO] [stdout] 624 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | Ok((pages.values().cloned().collect(), try!($this.parse_cont(&q)))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 621 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 622 | | ("prop", "categories"), [INFO] [stdout] 623 | | ("cllimit", &*self.wikipedia.categories_results) [INFO] [stdout] 624 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let q = try!($this.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 646 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 647 | | ("prop", "langlinks"), [INFO] [stdout] 648 | | ("lllimit", &*self.wikipedia.links_results) [INFO] [stdout] 649 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 646 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 647 | | ("prop", "langlinks"), [INFO] [stdout] 648 | | ("lllimit", &*self.wikipedia.links_results) [INFO] [stdout] 649 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | Ok((pages.values().cloned().collect(), try!($this.parse_cont(&q)))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 646 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 647 | | ("prop", "langlinks"), [INFO] [stdout] 648 | | ("lllimit", &*self.wikipedia.links_results) [INFO] [stdout] 649 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:681:17 [INFO] [stdout] | [INFO] [stdout] 681 | let q = try!(self.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:698:13 [INFO] [stdout] | [INFO] [stdout] 698 | try!(coord.get("lat").and_then(|x| x.as_f64()).ok_or(Error::JSONPathError)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:699:13 [INFO] [stdout] | [INFO] [stdout] 699 | try!(coord.get("lon").and_then(|x| x.as_f64()).ok_or(Error::JSONPathError)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:705:22 [INFO] [stdout] | [INFO] [stdout] 705 | let pageid = try!(self.get_pageid()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | let q = try!(self.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:714:12 [INFO] [stdout] | [INFO] [stdout] 714 | Ok(try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:733:23 [INFO] [stdout] | [INFO] [stdout] 733 | let content = try!(self.get_content()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/iter.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | let (array, cont) = try!(B::request_next(page, &None)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/iter.rs:28:33 [INFO] [stdout] | [INFO] [stdout] 28 | let (array, cont) = try!(B::request_next(self.page, &self.cont)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | let q = try!(self.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:163:12 [INFO] [stdout] | [INFO] [stdout] 163 | Ok(try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:234:20 [INFO] [stdout] | [INFO] [stdout] 234 | let data = try!(self.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 243 | Ok(results!(data, "search")) [INFO] [stdout] | ------------------------ in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:268:20 [INFO] [stdout] | [INFO] [stdout] 268 | let data = try!(self.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 276 | Ok(results!(data, "geosearch")) [INFO] [stdout] | --------------------------- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:281:20 [INFO] [stdout] | [INFO] [stdout] 281 | let data = try!(self.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 288 | let r:Vec = results!(data, "random"); [INFO] [stdout] | ------------------------ in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:294:12 [INFO] [stdout] | [INFO] [stdout] 294 | Ok(try!(self.random_count(1)).into_iter().next()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:347:25 [INFO] [stdout] | [INFO] [stdout] 347 | let q = try!(self.wikipedia.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:361:29 [INFO] [stdout] | [INFO] [stdout] 361 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:379:25 [INFO] [stdout] | [INFO] [stdout] 379 | let q = try!(self.wikipedia.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:393:29 [INFO] [stdout] | [INFO] [stdout] 393 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:404:20 [INFO] [stdout] | [INFO] [stdout] 404 | Ok(try!(page.as_object() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:449:17 [INFO] [stdout] | [INFO] [stdout] 449 | let q = try!(self.wikipedia.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:464:12 [INFO] [stdout] | [INFO] [stdout] 464 | Ok(try!(self.get_first_page(&q) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:475:17 [INFO] [stdout] | [INFO] [stdout] 475 | let q = try!(self.wikipedia.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:491:12 [INFO] [stdout] | [INFO] [stdout] 491 | Ok(try!(self.get_first_page(&q) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:506:17 [INFO] [stdout] | [INFO] [stdout] 506 | let q = try!(self.wikipedia.query(vec![ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:521:12 [INFO] [stdout] | [INFO] [stdout] 521 | Ok(try!(self.get_first_page(&q) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let q = try!($this.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 555 | / cont!(self, cont, [INFO] [stdout] 556 | | ("generator", "images"), [INFO] [stdout] 557 | | ("gimlimit", &*self.wikipedia.images_results), [INFO] [stdout] 558 | | ("prop", "imageinfo"), [INFO] [stdout] 559 | | ("iiprop", "url") [INFO] [stdout] 560 | | ) [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 555 | / cont!(self, cont, [INFO] [stdout] 556 | | ("generator", "images"), [INFO] [stdout] 557 | | ("gimlimit", &*self.wikipedia.images_results), [INFO] [stdout] 558 | | ("prop", "imageinfo"), [INFO] [stdout] 559 | | ("iiprop", "url") [INFO] [stdout] 560 | | ) [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | Ok((pages.values().cloned().collect(), try!($this.parse_cont(&q)))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 555 | / cont!(self, cont, [INFO] [stdout] 556 | | ("generator", "images"), [INFO] [stdout] 557 | | ("gimlimit", &*self.wikipedia.images_results), [INFO] [stdout] 558 | | ("prop", "imageinfo"), [INFO] [stdout] 559 | | ("iiprop", "url") [INFO] [stdout] 560 | | ) [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let q = try!($this.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 570 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 571 | | ("prop", "extlinks"), [INFO] [stdout] 572 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 573 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 570 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 571 | | ("prop", "extlinks"), [INFO] [stdout] 572 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 573 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | Ok((pages.values().cloned().collect(), try!($this.parse_cont(&q)))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 570 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 571 | | ("prop", "extlinks"), [INFO] [stdout] 572 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 573 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let q = try!($this.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 595 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 596 | | ("prop", "links"), [INFO] [stdout] 597 | | ("plnamespace", "0"), [INFO] [stdout] 598 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 599 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 595 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 596 | | ("prop", "links"), [INFO] [stdout] 597 | | ("plnamespace", "0"), [INFO] [stdout] 598 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 599 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | Ok((pages.values().cloned().collect(), try!($this.parse_cont(&q)))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 595 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 596 | | ("prop", "links"), [INFO] [stdout] 597 | | ("plnamespace", "0"), [INFO] [stdout] 598 | | ("ellimit", &*self.wikipedia.links_results) [INFO] [stdout] 599 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let q = try!($this.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 621 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 622 | | ("prop", "categories"), [INFO] [stdout] 623 | | ("cllimit", &*self.wikipedia.categories_results) [INFO] [stdout] 624 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 621 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 622 | | ("prop", "categories"), [INFO] [stdout] 623 | | ("cllimit", &*self.wikipedia.categories_results) [INFO] [stdout] 624 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | Ok((pages.values().cloned().collect(), try!($this.parse_cont(&q)))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 621 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 622 | | ("prop", "categories"), [INFO] [stdout] 623 | | ("cllimit", &*self.wikipedia.categories_results) [INFO] [stdout] 624 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let q = try!($this.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 646 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 647 | | ("prop", "langlinks"), [INFO] [stdout] 648 | | ("lllimit", &*self.wikipedia.links_results) [INFO] [stdout] 649 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let pages = try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 646 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 647 | | ("prop", "langlinks"), [INFO] [stdout] 648 | | ("lllimit", &*self.wikipedia.links_results) [INFO] [stdout] 649 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:70:48 [INFO] [stdout] | [INFO] [stdout] 70 | Ok((pages.values().cloned().collect(), try!($this.parse_cont(&q)))) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 646 | let a:Result<(Vec, _)> = cont!(self, cont, [INFO] [stdout] | _____________________________________________________- [INFO] [stdout] 647 | | ("prop", "langlinks"), [INFO] [stdout] 648 | | ("lllimit", &*self.wikipedia.links_results) [INFO] [stdout] 649 | | ); [INFO] [stdout] | |_________- in this macro invocation [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 macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:681:17 [INFO] [stdout] | [INFO] [stdout] 681 | let q = try!(self.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:698:13 [INFO] [stdout] | [INFO] [stdout] 698 | try!(coord.get("lat").and_then(|x| x.as_f64()).ok_or(Error::JSONPathError)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:699:13 [INFO] [stdout] | [INFO] [stdout] 699 | try!(coord.get("lon").and_then(|x| x.as_f64()).ok_or(Error::JSONPathError)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:705:22 [INFO] [stdout] | [INFO] [stdout] 705 | let pageid = try!(self.get_pageid()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:712:17 [INFO] [stdout] | [INFO] [stdout] 712 | let q = try!(self.wikipedia.query(params.into_iter())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:714:12 [INFO] [stdout] | [INFO] [stdout] 714 | Ok(try!(q [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:733:23 [INFO] [stdout] | [INFO] [stdout] 733 | let content = try!(self.get_content()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 44 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 44 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.71s [INFO] running `Command { std: "docker" "inspect" "ae45f866297b95d36f93ee9daf2dbf6b29da1e6463ac73b272a5495cb958d4bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae45f866297b95d36f93ee9daf2dbf6b29da1e6463ac73b272a5495cb958d4bd", kill_on_drop: false }` [INFO] [stdout] ae45f866297b95d36f93ee9daf2dbf6b29da1e6463ac73b272a5495cb958d4bd