[INFO] fetching crate slog-json 2.4.0... [INFO] testing slog-json-2.4.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate slog-json 2.4.0 into /workspace/builds/worker-62/source [INFO] validating manifest of crates.io crate slog-json 2.4.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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-62/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" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c0d4570248053e1267414d1855cff601a5e5f990733ca7bf9638a3eadb8c4b9d [INFO] running `Command { std: "docker" "start" "-a" "c0d4570248053e1267414d1855cff601a5e5f990733ca7bf9638a3eadb8c4b9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0d4570248053e1267414d1855cff601a5e5f990733ca7bf9638a3eadb8c4b9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0d4570248053e1267414d1855cff601a5e5f990733ca7bf9638a3eadb8c4b9d", kill_on_drop: false }` [INFO] [stdout] c0d4570248053e1267414d1855cff601a5e5f990733ca7bf9638a3eadb8c4b9d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 427fd67232c277d12df0f83f3c10e50b40c491348b34e6cea7c4dd20b53dabeb [INFO] running `Command { std: "docker" "start" "-a" "427fd67232c277d12df0f83f3c10e50b40c491348b34e6cea7c4dd20b53dabeb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling 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: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.19s [INFO] running `Command { std: "docker" "inspect" "427fd67232c277d12df0f83f3c10e50b40c491348b34e6cea7c4dd20b53dabeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "427fd67232c277d12df0f83f3c10e50b40c491348b34e6cea7c4dd20b53dabeb", kill_on_drop: false }` [INFO] [stdout] 427fd67232c277d12df0f83f3c10e50b40c491348b34e6cea7c4dd20b53dabeb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35f5b860a2f649b423775e026c67ad387cf21edf6365d3fc22469575984e7dfd [INFO] running `Command { std: "docker" "start" "-a" "35f5b860a2f649b423775e026c67ad387cf21edf6365d3fc22469575984e7dfd", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling take_mut v0.2.2 [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] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling slog-async v2.6.0 [INFO] [stderr] Compiling 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: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.30s [INFO] running `Command { std: "docker" "inspect" "35f5b860a2f649b423775e026c67ad387cf21edf6365d3fc22469575984e7dfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35f5b860a2f649b423775e026c67ad387cf21edf6365d3fc22469575984e7dfd", kill_on_drop: false }` [INFO] [stdout] 35f5b860a2f649b423775e026c67ad387cf21edf6365d3fc22469575984e7dfd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 791bc126c25829ec3897e330701c19a624c1b1746cd77b18991402fd254132c3 [INFO] running `Command { std: "docker" "start" "-a" "791bc126c25829ec3897e330701c19a624c1b1746cd77b18991402fd254132c3", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:59:23 [INFO] [stderr] | [INFO] [stderr] 59 | let ser_map = try!(ser.serialize_map(len) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 86 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 90 | impl_m!(self, key, &()) [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 94 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 99 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 102 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 105 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 108 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 111 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 114 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 117 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 120 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 123 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 126 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 132 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 135 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 139 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 142 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | impl_m!(self, key, &val) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | try!($s.ser_map.serialize_entry(k_s, $val) [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 159 | || impl_m!(self, key, &*buf) [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_m` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:216:9 [INFO] [stderr] | [INFO] [stderr] 216 | try!(logger_values.serialize(rinfo, &mut serializer)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | try!(rinfo.kv().serialize(rinfo, &mut serializer)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:222:9 [INFO] [stderr] | [INFO] [stderr] 222 | try!(res.map_err(|e| io::Error::new(io::ErrorKind::Other, e))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:210:13 [INFO] [stderr] | [INFO] [stderr] 210 | try!(SerdeSerializer::start(&mut *serializer, None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | try!(kv.serialize(rinfo, &mut serializer)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:241:13 [INFO] [stderr] | [INFO] [stderr] 241 | try!(self.log_impl(&mut serializer, &rinfo, &logger_values)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:245:13 [INFO] [stderr] | [INFO] [stderr] 245 | try!(self.log_impl(&mut serializer, &rinfo, &logger_values)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> lib.rs:249:13 [INFO] [stderr] | [INFO] [stderr] 249 | try!(io.write_all("\n".as_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `slog-json` (lib) generated 29 warnings [INFO] [stderr] warning: `slog-json` (lib test) generated 29 warnings (29 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/slog_json-678fe4e28b982b33) [INFO] [stderr] Doc-tests slog-json [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test lib.rs - (line 4) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.54s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "791bc126c25829ec3897e330701c19a624c1b1746cd77b18991402fd254132c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "791bc126c25829ec3897e330701c19a624c1b1746cd77b18991402fd254132c3", kill_on_drop: false }` [INFO] [stdout] 791bc126c25829ec3897e330701c19a624c1b1746cd77b18991402fd254132c3