[INFO] fetching crate serde_state 0.4.7... [INFO] checking serde_state-0.4.7 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate serde_state 0.4.7 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate serde_state 0.4.7 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate serde_state 0.4.7 [INFO] finished tweaking crates.io crate serde_state 0.4.7 [INFO] tweaked toml for crates.io crate serde_state 0.4.7 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ac729be85a7e8cec98636b462e85b1948d0a8fcd9a5eb9fa7fcf4ab56da6332 [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" "4ac729be85a7e8cec98636b462e85b1948d0a8fcd9a5eb9fa7fcf4ab56da6332", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ac729be85a7e8cec98636b462e85b1948d0a8fcd9a5eb9fa7fcf4ab56da6332", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ac729be85a7e8cec98636b462e85b1948d0a8fcd9a5eb9fa7fcf4ab56da6332", kill_on_drop: false }` [INFO] [stdout] 4ac729be85a7e8cec98636b462e85b1948d0a8fcd9a5eb9fa7fcf4ab56da6332 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0902b5f54eeae8098ceeca8a7a1db4443c97ce458754420a86430c41ff350c6b [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" "0902b5f54eeae8098ceeca8a7a1db4443c97ce458754420a86430c41ff350c6b", kill_on_drop: false }` [INFO] [stderr] Checking serde_state v0.4.7 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_derive_state v0.4.9 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:176:41 [INFO] [stdout] | [INFO] [stdout] 176 | while let Some(value) = try!(access.next_element_seed(self.seed.clone())) { [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/de/seed_impls.rs:231:33 [INFO] [stdout] | [INFO] [stdout] 231 | while let Some(value) = try!(access.next_element_seed(Seed::new(&mut *&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:439:43 [INFO] [stdout] | [INFO] [stdout] 439 | let $name = match try!(seq.next_element_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 464 | / array_impls! { [INFO] [stdout] 465 | | 1 => (0 a) [INFO] [stdout] 466 | | 2 => (0 a 1 b) [INFO] [stdout] 467 | | 3 => (0 a 1 b 2 c) [INFO] [stdout] ... | [INFO] [stdout] 496 | | 32 => (0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 h 8 i 9 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 aa ... [INFO] [stdout] 497 | | } [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/de/seed_impls.rs:529:43 [INFO] [stdout] | [INFO] [stdout] 529 | let $name = match try!(seq.next_element_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 552 | / tuple_impls! { [INFO] [stdout] 553 | | 1 TupleVisitor1 => (0 T0) [INFO] [stdout] 554 | | 2 TupleVisitor2 => (0 T0 1 T1) [INFO] [stdout] 555 | | 3 TupleVisitor3 => (0 T0 1 T1 2 T2) [INFO] [stdout] ... | [INFO] [stdout] 568 | | 16 TupleVisitor16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) [INFO] [stdout] 569 | | } [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/de/seed_impls.rs:615:47 [INFO] [stdout] | [INFO] [stdout] 615 | while let Some(key) = try!($access.next_key_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | / map_impl!( [INFO] [stdout] 633 | | BTreeMap, [INFO] [stdout] 634 | | map, [INFO] [stdout] 635 | | BTreeMap::new(), [INFO] [stdout] 636 | | BTreeMap::new()); [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/de/seed_impls.rs:616:41 [INFO] [stdout] | [INFO] [stdout] 616 | let value = try!($access.next_value_seed(Seed::new(&mut *self.seed))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | / map_impl!( [INFO] [stdout] 633 | | BTreeMap, [INFO] [stdout] 634 | | map, [INFO] [stdout] 635 | | BTreeMap::new(), [INFO] [stdout] 636 | | BTreeMap::new()); [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/de/seed_impls.rs:615:47 [INFO] [stdout] | [INFO] [stdout] 615 | while let Some(key) = try!($access.next_key_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | / map_impl!( [INFO] [stdout] 640 | | HashMap, [INFO] [stdout] 641 | | map, [INFO] [stdout] 642 | | HashMap::with_hasher(S::default()), [INFO] [stdout] 643 | | HashMap::with_capacity_and_hasher(size_hint::cautious(map.size_hint()), S::default())); [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/de/seed_impls.rs:616:41 [INFO] [stdout] | [INFO] [stdout] 616 | let value = try!($access.next_value_seed(Seed::new(&mut *self.seed))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | / map_impl!( [INFO] [stdout] 640 | | HashMap, [INFO] [stdout] 641 | | map, [INFO] [stdout] 642 | | HashMap::with_hasher(S::default()), [INFO] [stdout] 643 | | HashMap::with_capacity_and_hasher(size_hint::cautious(map.size_hint()), S::default())); [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/de/seed_impls.rs:777:40 [INFO] [stdout] | [INFO] [stdout] 777 | let start: Idx = match try!(seq.next_element_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:783:38 [INFO] [stdout] | [INFO] [stdout] 783 | let end: Idx = match try!(seq.next_element_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:798:39 [INFO] [stdout] | [INFO] [stdout] 798 | while let Some(key) = try!(map.next_key()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:804:42 [INFO] [stdout] | [INFO] [stdout] 804 | ... start = Some(try!(map.next_value_seed(Seed::new(&mut *self.seed)))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:810:40 [INFO] [stdout] | [INFO] [stdout] 810 | ... end = Some(try!(map.next_value_seed(Seed::new(&mut *self.seed)))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:966:23 [INFO] [stdout] | [INFO] [stdout] 966 | match try!(data.variant()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser/seed_impls.rs:86:35 [INFO] [stdout] | [INFO] [stdout] 86 | let mut seq = try!(serializer.serialize_tuple($len)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / array_impls!(01 02 03 04 05 06 07 08 09 10 [INFO] [stdout] 98 | | 11 12 13 14 15 16 17 18 19 20 [INFO] [stdout] 99 | | 21 22 23 24 25 26 27 28 29 30 [INFO] [stdout] 100 | | 31 32); [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/ser/seed_impls.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | try!(seq.serialize_element(&Seeded::new(seed, e))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / array_impls!(01 02 03 04 05 06 07 08 09 10 [INFO] [stdout] 98 | | 11 12 13 14 15 16 17 18 19 20 [INFO] [stdout] 99 | | 21 22 23 24 25 26 27 28 29 30 [INFO] [stdout] 100 | | 31 32); [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/ser/seed_impls.rs:166:25 [INFO] [stdout] | [INFO] [stdout] 166 | let mut state = try!(serializer.serialize_struct("Range", 2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser/seed_impls.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | try!(state.serialize_field("start", &Seeded::new(seed, &self.start))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser/seed_impls.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | try!(state.serialize_field("end", &Seeded::new(seed, &self.end))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser/seed_impls.rs:187:37 [INFO] [stdout] | [INFO] [stdout] 187 | let mut tuple = try!(serializer.serialize_tuple($len)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 198 | / tuple_impls! { [INFO] [stdout] 199 | | Seed; [INFO] [stdout] 200 | | 1 => (0 T0) [INFO] [stdout] 201 | | 2 => (0 T0 1 T1) [INFO] [stdout] ... | [INFO] [stdout] 215 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) [INFO] [stdout] 216 | | } [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/ser/seed_impls.rs:189:25 [INFO] [stdout] | [INFO] [stdout] 189 | try!(tuple.serialize_element(&Seeded::new(seed, &self.$n))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 198 | / tuple_impls! { [INFO] [stdout] 199 | | Seed; [INFO] [stdout] 200 | | 1 => (0 T0) [INFO] [stdout] 201 | | 2 => (0 T0 1 T1) [INFO] [stdout] ... | [INFO] [stdout] 215 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) [INFO] [stdout] 216 | | } [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/private/de.rs:485:33 [INFO] [stdout] | [INFO] [stdout] 485 | while let Some(e) = try!(visitor.next_element()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:496:34 [INFO] [stdout] | [INFO] [stdout] 496 | while let Some(kv) = try!(visitor.next_entry()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:849:17 [INFO] [stdout] | [INFO] [stdout] 849 | try!(visitor.next_key_seed(TagOrContentVisitor::new(self.tag_name))) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:855:36 [INFO] [stdout] | [INFO] [stdout] 855 | tag = Some(try!(visitor.next_value())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:858:33 [INFO] [stdout] | [INFO] [stdout] 858 | let v = try!(visitor.next_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1013:33 [INFO] [stdout] | [INFO] [stdout] 1013 | let value = try!(visitor.visit_seq(&mut seq_visitor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1014:21 [INFO] [stdout] | [INFO] [stdout] 1014 | try!(seq_visitor.end()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1023:33 [INFO] [stdout] | [INFO] [stdout] 1023 | let value = try!(visitor.visit_map(&mut map_visitor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1024:21 [INFO] [stdout] | [INFO] [stdout] 1024 | try!(map_visitor.end()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1247:27 [INFO] [stdout] | [INFO] [stdout] 1247 | let ret = try!(visitor.visit_seq(&mut self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1409:33 [INFO] [stdout] | [INFO] [stdout] 1409 | let value = try!(visitor.visit_seq(&mut seq_visitor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1410:21 [INFO] [stdout] | [INFO] [stdout] 1410 | try!(seq_visitor.end()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1421:33 [INFO] [stdout] | [INFO] [stdout] 1421 | let value = try!(visitor.visit_map(&mut map_visitor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1422:21 [INFO] [stdout] | [INFO] [stdout] 1422 | try!(map_visitor.end()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1641:27 [INFO] [stdout] | [INFO] [stdout] 1641 | let ret = try!(visitor.visit_seq(&mut self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:206:23 [INFO] [stdout] | [INFO] [stdout] 206 | let mut map = try!(self.delegate.serialize_map(Some(2))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | try!(map.serialize_entry(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:208:9 [INFO] [stdout] | [INFO] [stdout] 208 | try!(map.serialize_entry(inner_variant, &())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:233:23 [INFO] [stdout] | [INFO] [stdout] 233 | let mut map = try!(self.delegate.serialize_map(Some(2))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | try!(map.serialize_entry(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | try!(map.serialize_entry(inner_variant, inner_value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:276:23 [INFO] [stdout] | [INFO] [stdout] 276 | let mut map = try!(self.delegate.serialize_map(Some(2))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:277:9 [INFO] [stdout] | [INFO] [stdout] 277 | try!(map.serialize_entry(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | try!(map.serialize_key(inner_variant)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:287:23 [INFO] [stdout] | [INFO] [stdout] 287 | let mut map = try!(self.delegate.serialize_map(len.map(|len| len + 1))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 288 | try!(map.serialize_entry(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:297:25 [INFO] [stdout] | [INFO] [stdout] 297 | let mut state = try!(self.delegate.serialize_struct(name, len + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:298:9 [INFO] [stdout] | [INFO] [stdout] 298 | try!(state.serialize_field(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:323:23 [INFO] [stdout] | [INFO] [stdout] 323 | let mut map = try!(self.delegate.serialize_map(Some(2))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:324:9 [INFO] [stdout] | [INFO] [stdout] 324 | try!(map.serialize_entry(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | try!(map.serialize_key(inner_variant)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:403:25 [INFO] [stdout] | [INFO] [stdout] 403 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:409:13 [INFO] [stdout] | [INFO] [stdout] 409 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:448:25 [INFO] [stdout] | [INFO] [stdout] 448 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:454:13 [INFO] [stdout] | [INFO] [stdout] 454 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:538:37 [INFO] [stdout] | [INFO] [stdout] 538 | let mut tuple = try!(serializer.serialize_tuple(elements.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:540:25 [INFO] [stdout] | [INFO] [stdout] 540 | try!(tuple.serialize_element(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:546:34 [INFO] [stdout] | [INFO] [stdout] 546 | let mut ts = try!(serializer.serialize_tuple_struct(n, fields.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:548:25 [INFO] [stdout] | [INFO] [stdout] 548 | try!(ts.serialize_field(f)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:554:34 [INFO] [stdout] | [INFO] [stdout] 554 | let mut tv = try!(serializer.serialize_tuple_variant(n, i, v, fields.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:556:25 [INFO] [stdout] | [INFO] [stdout] 556 | try!(tv.serialize_field(f)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:562:35 [INFO] [stdout] | [INFO] [stdout] 562 | let mut map = try!(serializer.serialize_map(Some(entries.len()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:564:25 [INFO] [stdout] | [INFO] [stdout] 564 | try!(map.serialize_entry(k, v)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:570:33 [INFO] [stdout] | [INFO] [stdout] 570 | let mut s = try!(serializer.serialize_struct(n, fields.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:572:25 [INFO] [stdout] | [INFO] [stdout] 572 | try!(s.serialize_field(k, v)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:578:34 [INFO] [stdout] | [INFO] [stdout] 578 | let mut sv = try!(serializer.serialize_struct_variant(n, i, v, fields.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:580:25 [INFO] [stdout] | [INFO] [stdout] 580 | try!(sv.serialize_field(k, v)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:677:39 [INFO] [stdout] | [INFO] [stdout] 677 | Ok(Content::Some(Box::new(try!(value.serialize(self))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:707:26 [INFO] [stdout] | [INFO] [stdout] 707 | Box::new(try!(value.serialize(self))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:725:26 [INFO] [stdout] | [INFO] [stdout] 725 | Box::new(try!(value.serialize(self))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:824:25 [INFO] [stdout] | [INFO] [stdout] 824 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:850:25 [INFO] [stdout] | [INFO] [stdout] 850 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:877:25 [INFO] [stdout] | [INFO] [stdout] 877 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:906:25 [INFO] [stdout] | [INFO] [stdout] 906 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:938:23 [INFO] [stdout] | [INFO] [stdout] 938 | let key = try!(key.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:951:25 [INFO] [stdout] | [INFO] [stdout] 951 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:965:23 [INFO] [stdout] | [INFO] [stdout] 965 | let key = try!(key.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:966:25 [INFO] [stdout] | [INFO] [stdout] 966 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:989:25 [INFO] [stdout] | [INFO] [stdout] 989 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:1018:25 [INFO] [stdout] | [INFO] [stdout] 1018 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 81 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:176:41 [INFO] [stdout] | [INFO] [stdout] 176 | while let Some(value) = try!(access.next_element_seed(self.seed.clone())) { [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/de/seed_impls.rs:231:33 [INFO] [stdout] | [INFO] [stdout] 231 | while let Some(value) = try!(access.next_element_seed(Seed::new(&mut *&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:439:43 [INFO] [stdout] | [INFO] [stdout] 439 | let $name = match try!(seq.next_element_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 464 | / array_impls! { [INFO] [stdout] 465 | | 1 => (0 a) [INFO] [stdout] 466 | | 2 => (0 a 1 b) [INFO] [stdout] 467 | | 3 => (0 a 1 b 2 c) [INFO] [stdout] ... | [INFO] [stdout] 496 | | 32 => (0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 h 8 i 9 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 aa ... [INFO] [stdout] 497 | | } [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/de/seed_impls.rs:529:43 [INFO] [stdout] | [INFO] [stdout] 529 | let $name = match try!(seq.next_element_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 552 | / tuple_impls! { [INFO] [stdout] 553 | | 1 TupleVisitor1 => (0 T0) [INFO] [stdout] 554 | | 2 TupleVisitor2 => (0 T0 1 T1) [INFO] [stdout] 555 | | 3 TupleVisitor3 => (0 T0 1 T1 2 T2) [INFO] [stdout] ... | [INFO] [stdout] 568 | | 16 TupleVisitor16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) [INFO] [stdout] 569 | | } [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/de/seed_impls.rs:615:47 [INFO] [stdout] | [INFO] [stdout] 615 | while let Some(key) = try!($access.next_key_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | / map_impl!( [INFO] [stdout] 633 | | BTreeMap, [INFO] [stdout] 634 | | map, [INFO] [stdout] 635 | | BTreeMap::new(), [INFO] [stdout] 636 | | BTreeMap::new()); [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/de/seed_impls.rs:616:41 [INFO] [stdout] | [INFO] [stdout] 616 | let value = try!($access.next_value_seed(Seed::new(&mut *self.seed))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 632 | / map_impl!( [INFO] [stdout] 633 | | BTreeMap, [INFO] [stdout] 634 | | map, [INFO] [stdout] 635 | | BTreeMap::new(), [INFO] [stdout] 636 | | BTreeMap::new()); [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/de/seed_impls.rs:615:47 [INFO] [stdout] | [INFO] [stdout] 615 | while let Some(key) = try!($access.next_key_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | / map_impl!( [INFO] [stdout] 640 | | HashMap, [INFO] [stdout] 641 | | map, [INFO] [stdout] 642 | | HashMap::with_hasher(S::default()), [INFO] [stdout] 643 | | HashMap::with_capacity_and_hasher(size_hint::cautious(map.size_hint()), S::default())); [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/de/seed_impls.rs:616:41 [INFO] [stdout] | [INFO] [stdout] 616 | let value = try!($access.next_value_seed(Seed::new(&mut *self.seed))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 639 | / map_impl!( [INFO] [stdout] 640 | | HashMap, [INFO] [stdout] 641 | | map, [INFO] [stdout] 642 | | HashMap::with_hasher(S::default()), [INFO] [stdout] 643 | | HashMap::with_capacity_and_hasher(size_hint::cautious(map.size_hint()), S::default())); [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/de/seed_impls.rs:777:40 [INFO] [stdout] | [INFO] [stdout] 777 | let start: Idx = match try!(seq.next_element_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:783:38 [INFO] [stdout] | [INFO] [stdout] 783 | let end: Idx = match try!(seq.next_element_seed(Seed::new(&mut *self.seed))) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:798:39 [INFO] [stdout] | [INFO] [stdout] 798 | while let Some(key) = try!(map.next_key()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:804:42 [INFO] [stdout] | [INFO] [stdout] 804 | ... start = Some(try!(map.next_value_seed(Seed::new(&mut *self.seed)))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:810:40 [INFO] [stdout] | [INFO] [stdout] 810 | ... end = Some(try!(map.next_value_seed(Seed::new(&mut *self.seed)))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de/seed_impls.rs:966:23 [INFO] [stdout] | [INFO] [stdout] 966 | match try!(data.variant()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser/seed_impls.rs:86:35 [INFO] [stdout] | [INFO] [stdout] 86 | let mut seq = try!(serializer.serialize_tuple($len)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / array_impls!(01 02 03 04 05 06 07 08 09 10 [INFO] [stdout] 98 | | 11 12 13 14 15 16 17 18 19 20 [INFO] [stdout] 99 | | 21 22 23 24 25 26 27 28 29 30 [INFO] [stdout] 100 | | 31 32); [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/ser/seed_impls.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | try!(seq.serialize_element(&Seeded::new(seed, e))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | / array_impls!(01 02 03 04 05 06 07 08 09 10 [INFO] [stdout] 98 | | 11 12 13 14 15 16 17 18 19 20 [INFO] [stdout] 99 | | 21 22 23 24 25 26 27 28 29 30 [INFO] [stdout] 100 | | 31 32); [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/ser/seed_impls.rs:166:25 [INFO] [stdout] | [INFO] [stdout] 166 | let mut state = try!(serializer.serialize_struct("Range", 2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser/seed_impls.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | try!(state.serialize_field("start", &Seeded::new(seed, &self.start))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser/seed_impls.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | try!(state.serialize_field("end", &Seeded::new(seed, &self.end))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser/seed_impls.rs:187:37 [INFO] [stdout] | [INFO] [stdout] 187 | let mut tuple = try!(serializer.serialize_tuple($len)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 198 | / tuple_impls! { [INFO] [stdout] 199 | | Seed; [INFO] [stdout] 200 | | 1 => (0 T0) [INFO] [stdout] 201 | | 2 => (0 T0 1 T1) [INFO] [stdout] ... | [INFO] [stdout] 215 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) [INFO] [stdout] 216 | | } [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/ser/seed_impls.rs:189:25 [INFO] [stdout] | [INFO] [stdout] 189 | try!(tuple.serialize_element(&Seeded::new(seed, &self.$n))); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 198 | / tuple_impls! { [INFO] [stdout] 199 | | Seed; [INFO] [stdout] 200 | | 1 => (0 T0) [INFO] [stdout] 201 | | 2 => (0 T0 1 T1) [INFO] [stdout] ... | [INFO] [stdout] 215 | | 16 => (0 T0 1 T1 2 T2 3 T3 4 T4 5 T5 6 T6 7 T7 8 T8 9 T9 10 T10 11 T11 12 T12 13 T13 14 T14 15 T15) [INFO] [stdout] 216 | | } [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/private/de.rs:485:33 [INFO] [stdout] | [INFO] [stdout] 485 | while let Some(e) = try!(visitor.next_element()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:496:34 [INFO] [stdout] | [INFO] [stdout] 496 | while let Some(kv) = try!(visitor.next_entry()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:849:17 [INFO] [stdout] | [INFO] [stdout] 849 | try!(visitor.next_key_seed(TagOrContentVisitor::new(self.tag_name))) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:855:36 [INFO] [stdout] | [INFO] [stdout] 855 | tag = Some(try!(visitor.next_value())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:858:33 [INFO] [stdout] | [INFO] [stdout] 858 | let v = try!(visitor.next_value()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1013:33 [INFO] [stdout] | [INFO] [stdout] 1013 | let value = try!(visitor.visit_seq(&mut seq_visitor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1014:21 [INFO] [stdout] | [INFO] [stdout] 1014 | try!(seq_visitor.end()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1023:33 [INFO] [stdout] | [INFO] [stdout] 1023 | let value = try!(visitor.visit_map(&mut map_visitor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1024:21 [INFO] [stdout] | [INFO] [stdout] 1024 | try!(map_visitor.end()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1247:27 [INFO] [stdout] | [INFO] [stdout] 1247 | let ret = try!(visitor.visit_seq(&mut self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1409:33 [INFO] [stdout] | [INFO] [stdout] 1409 | let value = try!(visitor.visit_seq(&mut seq_visitor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1410:21 [INFO] [stdout] | [INFO] [stdout] 1410 | try!(seq_visitor.end()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1421:33 [INFO] [stdout] | [INFO] [stdout] 1421 | let value = try!(visitor.visit_map(&mut map_visitor)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1422:21 [INFO] [stdout] | [INFO] [stdout] 1422 | try!(map_visitor.end()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/de.rs:1641:27 [INFO] [stdout] | [INFO] [stdout] 1641 | let ret = try!(visitor.visit_seq(&mut self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:206:23 [INFO] [stdout] | [INFO] [stdout] 206 | let mut map = try!(self.delegate.serialize_map(Some(2))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | try!(map.serialize_entry(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:208:9 [INFO] [stdout] | [INFO] [stdout] 208 | try!(map.serialize_entry(inner_variant, &())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:233:23 [INFO] [stdout] | [INFO] [stdout] 233 | let mut map = try!(self.delegate.serialize_map(Some(2))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | try!(map.serialize_entry(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | try!(map.serialize_entry(inner_variant, inner_value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:276:23 [INFO] [stdout] | [INFO] [stdout] 276 | let mut map = try!(self.delegate.serialize_map(Some(2))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:277:9 [INFO] [stdout] | [INFO] [stdout] 277 | try!(map.serialize_entry(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | try!(map.serialize_key(inner_variant)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:287:23 [INFO] [stdout] | [INFO] [stdout] 287 | let mut map = try!(self.delegate.serialize_map(len.map(|len| len + 1))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 288 | try!(map.serialize_entry(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:297:25 [INFO] [stdout] | [INFO] [stdout] 297 | let mut state = try!(self.delegate.serialize_struct(name, len + 1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:298:9 [INFO] [stdout] | [INFO] [stdout] 298 | try!(state.serialize_field(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:323:23 [INFO] [stdout] | [INFO] [stdout] 323 | let mut map = try!(self.delegate.serialize_map(Some(2))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:324:9 [INFO] [stdout] | [INFO] [stdout] 324 | try!(map.serialize_entry(self.tag, self.variant_name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | try!(map.serialize_key(inner_variant)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:403:25 [INFO] [stdout] | [INFO] [stdout] 403 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:409:13 [INFO] [stdout] | [INFO] [stdout] 409 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:448:25 [INFO] [stdout] | [INFO] [stdout] 448 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:454:13 [INFO] [stdout] | [INFO] [stdout] 454 | try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:538:37 [INFO] [stdout] | [INFO] [stdout] 538 | let mut tuple = try!(serializer.serialize_tuple(elements.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:540:25 [INFO] [stdout] | [INFO] [stdout] 540 | try!(tuple.serialize_element(e)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:546:34 [INFO] [stdout] | [INFO] [stdout] 546 | let mut ts = try!(serializer.serialize_tuple_struct(n, fields.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:548:25 [INFO] [stdout] | [INFO] [stdout] 548 | try!(ts.serialize_field(f)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:554:34 [INFO] [stdout] | [INFO] [stdout] 554 | let mut tv = try!(serializer.serialize_tuple_variant(n, i, v, fields.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:556:25 [INFO] [stdout] | [INFO] [stdout] 556 | try!(tv.serialize_field(f)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:562:35 [INFO] [stdout] | [INFO] [stdout] 562 | let mut map = try!(serializer.serialize_map(Some(entries.len()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:564:25 [INFO] [stdout] | [INFO] [stdout] 564 | try!(map.serialize_entry(k, v)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:570:33 [INFO] [stdout] | [INFO] [stdout] 570 | let mut s = try!(serializer.serialize_struct(n, fields.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:572:25 [INFO] [stdout] | [INFO] [stdout] 572 | try!(s.serialize_field(k, v)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:578:34 [INFO] [stdout] | [INFO] [stdout] 578 | let mut sv = try!(serializer.serialize_struct_variant(n, i, v, fields.len())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:580:25 [INFO] [stdout] | [INFO] [stdout] 580 | try!(sv.serialize_field(k, v)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:677:39 [INFO] [stdout] | [INFO] [stdout] 677 | Ok(Content::Some(Box::new(try!(value.serialize(self))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:707:26 [INFO] [stdout] | [INFO] [stdout] 707 | Box::new(try!(value.serialize(self))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:725:26 [INFO] [stdout] | [INFO] [stdout] 725 | Box::new(try!(value.serialize(self))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:824:25 [INFO] [stdout] | [INFO] [stdout] 824 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:850:25 [INFO] [stdout] | [INFO] [stdout] 850 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:877:25 [INFO] [stdout] | [INFO] [stdout] 877 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:906:25 [INFO] [stdout] | [INFO] [stdout] 906 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:938:23 [INFO] [stdout] | [INFO] [stdout] 938 | let key = try!(key.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:951:25 [INFO] [stdout] | [INFO] [stdout] 951 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:965:23 [INFO] [stdout] | [INFO] [stdout] 965 | let key = try!(key.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:966:25 [INFO] [stdout] | [INFO] [stdout] 966 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:989:25 [INFO] [stdout] | [INFO] [stdout] 989 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/private/ser.rs:1018:25 [INFO] [stdout] | [INFO] [stdout] 1018 | let value = try!(value.serialize(ContentSerializer::::new())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 81 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.50s [INFO] running `Command { std: "docker" "inspect" "0902b5f54eeae8098ceeca8a7a1db4443c97ce458754420a86430c41ff350c6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0902b5f54eeae8098ceeca8a7a1db4443c97ce458754420a86430c41ff350c6b", kill_on_drop: false }` [INFO] [stdout] 0902b5f54eeae8098ceeca8a7a1db4443c97ce458754420a86430c41ff350c6b