[INFO] fetching crate serde-bench 0.0.7... [INFO] checking serde-bench-0.0.7 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate serde-bench 0.0.7 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate serde-bench 0.0.7 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate serde-bench 0.0.7 [INFO] finished tweaking crates.io crate serde-bench 0.0.7 [INFO] tweaked toml for crates.io crate serde-bench 0.0.7 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bincode v0.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0b52385b1130e3e88b31a2b0a4c761ecd987462fe9ea930b286d38c453fb61ae [INFO] running `Command { std: "docker" "start" "-a" "0b52385b1130e3e88b31a2b0a4c761ecd987462fe9ea930b286d38c453fb61ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b52385b1130e3e88b31a2b0a4c761ecd987462fe9ea930b286d38c453fb61ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b52385b1130e3e88b31a2b0a4c761ecd987462fe9ea930b286d38c453fb61ae", kill_on_drop: false }` [INFO] [stdout] 0b52385b1130e3e88b31a2b0a4c761ecd987462fe9ea930b286d38c453fb61ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b0c4b8017f360ea0496aab22a3f6b010ae9d5ee3cccebfe6e327d6ae7e02793 [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" "5b0c4b8017f360ea0496aab22a3f6b010ae9d5ee3cccebfe6e327d6ae7e02793", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling serde_derive v1.0.124 [INFO] [stderr] Checking bincode v0.8.0 [INFO] [stderr] Checking serde-bench v0.0.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | try!(self.serialize_u64(v.len() as u64)); [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/ser.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | try!(self.serialize_u64(v.len() as u64)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:125:9 [INFO] [stdout] | [INFO] [stdout] 125 | try!(self.writer.write_u8(1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | try!(self.serialize_u64(len as u64)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | try!(self.serialize_u32(variant_index)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.serialize_u64(len as u64)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | try!(self.serialize_u32(variant_index)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:199:9 [INFO] [stdout] | [INFO] [stdout] 199 | try!(self.serialize_u32(variant_index)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 18 | let len = try!(Deserialize::deserialize(&mut *self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | str::from_utf8(try!(self.read_slice())).map_err(Into::into) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | match try!(self.bytes.read_u8()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | impl_nums!(u16, deserialize_u16, visit_u16, read_u16); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | impl_nums!(u32, deserialize_u32, visit_u32, read_u32); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | impl_nums!(u64, deserialize_u64, visit_u64, read_u64); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | impl_nums!(i16, deserialize_i16, visit_i16, read_i16); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | impl_nums!(i32, deserialize_i32, visit_i32, read_i32); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | impl_nums!(i64, deserialize_i64, visit_i64, read_i64); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | impl_nums!(f32, deserialize_f32, visit_f32, read_f32); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | impl_nums!(f64, deserialize_f64, visit_f64, read_f64); [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.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 75 | visitor.visit_u8(try!(self.bytes.read_u8())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | visitor.visit_i8(try!(self.bytes.read_i8())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:117:36 [INFO] [stdout] | [INFO] [stdout] 117 | visitor.visit_borrowed_str(try!(self.read_str())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:124:36 [INFO] [stdout] | [INFO] [stdout] 124 | visitor.visit_borrowed_str(try!(self.read_str())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:131:38 [INFO] [stdout] | [INFO] [stdout] 131 | visitor.visit_borrowed_bytes(try!(self.read_slice())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:138:38 [INFO] [stdout] | [INFO] [stdout] 138 | visitor.visit_borrowed_bytes(try!(self.read_slice())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:163:15 [INFO] [stdout] | [INFO] [stdout] 163 | match try!(self.bytes.read_u8()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:195:19 [INFO] [stdout] | [INFO] [stdout] 195 | let len = try!(Deserialize::deserialize(&mut *self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:235:19 [INFO] [stdout] | [INFO] [stdout] 235 | let len = try!(Deserialize::deserialize(&mut *self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:312:21 [INFO] [stdout] | [INFO] [stdout] 312 | let index = try!(Deserialize::deserialize(&mut *self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | let value = try!(seed.deserialize(deserializer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | try!(self.serialize_u64(v.len() as u64)); [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/ser.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | try!(self.serialize_u64(v.len() as u64)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:125:9 [INFO] [stdout] | [INFO] [stdout] 125 | try!(self.writer.write_u8(1)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | try!(self.serialize_u64(len as u64)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | try!(self.serialize_u32(variant_index)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | try!(self.serialize_u64(len as u64)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | try!(self.serialize_u32(variant_index)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ser.rs:199:9 [INFO] [stdout] | [INFO] [stdout] 199 | try!(self.serialize_u32(variant_index)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 18 | let len = try!(Deserialize::deserialize(&mut *self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | str::from_utf8(try!(self.read_slice())).map_err(Into::into) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | match try!(self.bytes.read_u8()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | impl_nums!(u16, deserialize_u16, visit_u16, read_u16); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | impl_nums!(u32, deserialize_u32, visit_u32, read_u32); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | impl_nums!(u64, deserialize_u64, visit_u64, read_u64); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | impl_nums!(i16, deserialize_i16, visit_i16, read_i16); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | impl_nums!(i32, deserialize_i32, visit_i32, read_i32); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | impl_nums!(i64, deserialize_i64, visit_i64, read_i64); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | impl_nums!(f32, deserialize_f32, visit_f32, read_f32); [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.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 36 | let value = try!(self.bytes.$reader_method::()); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | impl_nums!(f64, deserialize_f64, visit_f64, read_f64); [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.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 75 | visitor.visit_u8(try!(self.bytes.read_u8())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | visitor.visit_i8(try!(self.bytes.read_i8())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:117:36 [INFO] [stdout] | [INFO] [stdout] 117 | visitor.visit_borrowed_str(try!(self.read_str())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:124:36 [INFO] [stdout] | [INFO] [stdout] 124 | visitor.visit_borrowed_str(try!(self.read_str())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:131:38 [INFO] [stdout] | [INFO] [stdout] 131 | visitor.visit_borrowed_bytes(try!(self.read_slice())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:138:38 [INFO] [stdout] | [INFO] [stdout] 138 | visitor.visit_borrowed_bytes(try!(self.read_slice())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:163:15 [INFO] [stdout] | [INFO] [stdout] 163 | match try!(self.bytes.read_u8()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:195:19 [INFO] [stdout] | [INFO] [stdout] 195 | let len = try!(Deserialize::deserialize(&mut *self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:235:19 [INFO] [stdout] | [INFO] [stdout] 235 | let len = try!(Deserialize::deserialize(&mut *self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:312:21 [INFO] [stdout] | [INFO] [stdout] 312 | let index = try!(Deserialize::deserialize(&mut *self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/de.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | let value = try!(seed.deserialize(deserializer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.88s [INFO] running `Command { std: "docker" "inspect" "5b0c4b8017f360ea0496aab22a3f6b010ae9d5ee3cccebfe6e327d6ae7e02793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b0c4b8017f360ea0496aab22a3f6b010ae9d5ee3cccebfe6e327d6ae7e02793", kill_on_drop: false }` [INFO] [stdout] 5b0c4b8017f360ea0496aab22a3f6b010ae9d5ee3cccebfe6e327d6ae7e02793