[INFO] fetching crate slog-json 2.4.0... [INFO] checking slog-json-2.4.0 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate slog-json 2.4.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate slog-json 2.4.0 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate slog-json 2.4.0 [INFO] finished tweaking crates.io crate slog-json 2.4.0 [INFO] tweaked toml for crates.io crate slog-json 2.4.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate slog-json 2.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e76658d94376c15d7ab7d11a0de0116d095a002dd75dd1c4069382ef30414b8 [INFO] running `Command { std: "docker" "start" "-a" "3e76658d94376c15d7ab7d11a0de0116d095a002dd75dd1c4069382ef30414b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e76658d94376c15d7ab7d11a0de0116d095a002dd75dd1c4069382ef30414b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e76658d94376c15d7ab7d11a0de0116d095a002dd75dd1c4069382ef30414b8", kill_on_drop: false }` [INFO] [stdout] 3e76658d94376c15d7ab7d11a0de0116d095a002dd75dd1c4069382ef30414b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4ad1500c62294028a3dce29f0ebb87a7a2f3433ffcb658688c11a3503d59f80 [INFO] running `Command { std: "docker" "start" "-a" "d4ad1500c62294028a3dce29f0ebb87a7a2f3433ffcb658688c11a3503d59f80", kill_on_drop: false }` [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking crossbeam-utils v0.8.5 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking slog-async v2.6.0 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking slog-json v2.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | let ser_map = try!(ser.serialize_map(len) [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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_m!(self, key, &()) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 99 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 105 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 123 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 135 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 139 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | || impl_m!(self, key, &*buf) [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | try!(logger_values.serialize(rinfo, &mut serializer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | try!(rinfo.kv().serialize(rinfo, &mut serializer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:222:9 [INFO] [stdout] | [INFO] [stdout] 222 | try!(res.map_err(|e| io::Error::new(io::ErrorKind::Other, e))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | try!(SerdeSerializer::start(&mut *serializer, None)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | try!(kv.serialize(rinfo, &mut serializer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | try!(self.log_impl(&mut serializer, &rinfo, &logger_values)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:245:13 [INFO] [stdout] | [INFO] [stdout] 245 | try!(self.log_impl(&mut serializer, &rinfo, &logger_values)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:249:13 [INFO] [stdout] | [INFO] [stdout] 249 | try!(io.write_all("\n".as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | let ser_map = try!(ser.serialize_map(len) [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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | impl_m!(self, key, &()) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 99 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 105 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 111 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 120 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 123 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 132 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 135 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 139 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | impl_m!(self, key, &val) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | || impl_m!(self, key, &*buf) [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_m` (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] --> lib.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | try!(logger_values.serialize(rinfo, &mut serializer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | try!(rinfo.kv().serialize(rinfo, &mut serializer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:222:9 [INFO] [stdout] | [INFO] [stdout] 222 | try!(res.map_err(|e| io::Error::new(io::ErrorKind::Other, e))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | try!(SerdeSerializer::start(&mut *serializer, None)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | try!(kv.serialize(rinfo, &mut serializer)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | try!(self.log_impl(&mut serializer, &rinfo, &logger_values)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:245:13 [INFO] [stdout] | [INFO] [stdout] 245 | try!(self.log_impl(&mut serializer, &rinfo, &logger_values)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> lib.rs:249:13 [INFO] [stdout] | [INFO] [stdout] 249 | try!(io.write_all("\n".as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.69s [INFO] running `Command { std: "docker" "inspect" "d4ad1500c62294028a3dce29f0ebb87a7a2f3433ffcb658688c11a3503d59f80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4ad1500c62294028a3dce29f0ebb87a7a2f3433ffcb658688c11a3503d59f80", kill_on_drop: false }` [INFO] [stdout] d4ad1500c62294028a3dce29f0ebb87a7a2f3433ffcb658688c11a3503d59f80