[INFO] cloning repository https://github.com/rightfold/chainsaw [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rightfold/chainsaw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frightfold%2Fchainsaw", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frightfold%2Fchainsaw'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4e9f0b604c693b2622711b0863ee9d872fd6a494 [INFO] checking rightfold/chainsaw against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frightfold%2Fchainsaw" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rightfold/chainsaw 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 git repo https://github.com/rightfold/chainsaw [INFO] finished tweaking git repo https://github.com/rightfold/chainsaw [INFO] tweaked toml for git repo https://github.com/rightfold/chainsaw written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/rightfold/chainsaw 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 6894775d8714c1b8e6ed392433a6de90e213fa191afea8038ca993abfe399157 [INFO] running `Command { std: "docker" "start" "-a" "6894775d8714c1b8e6ed392433a6de90e213fa191afea8038ca993abfe399157", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6894775d8714c1b8e6ed392433a6de90e213fa191afea8038ca993abfe399157", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6894775d8714c1b8e6ed392433a6de90e213fa191afea8038ca993abfe399157", kill_on_drop: false }` [INFO] [stdout] 6894775d8714c1b8e6ed392433a6de90e213fa191afea8038ca993abfe399157 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] db56d1375214ec24d86fec65dbaa54b4da6a1cc8bc1f08785e7e9353fcd58124 [INFO] running `Command { std: "docker" "start" "-a" "db56d1375214ec24d86fec65dbaa54b4da6a1cc8bc1f08785e7e9353fcd58124", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.20 [INFO] [stderr] Checking chainsaw v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:33:45 [INFO] [stdout] | [INFO] [stdout] 33 | let mut buf_reader = BufReader::new(try!(File::open(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | let full_line = try!(line_result); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | Ok(Config{store: try!(store.ok_or(Error::MissingStore)), logs: logs}) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | let file = try!(Appender::open(&clock, store, log)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | try!(file.write_all(&FILE_HEADER)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:39:24 [INFO] [stdout] | [INFO] [stdout] 39 | let mut file = try!(OpenOptions::new().create_new(true).append(true).open(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | try!(self.file.write_all(&binary::encode_u32(record.len() as u32))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | try!(self.file.write_all(record)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | try!(self.file.write_all(&binary::encode_u32(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:55:25 [INFO] [stdout] | [INFO] [stdout] 55 | self.file = try!(Self::open(&self.clock, self.store, self.log)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:33:45 [INFO] [stdout] | [INFO] [stdout] 33 | let mut buf_reader = BufReader::new(try!(File::open(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | let full_line = try!(line_result); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/config.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | Ok(Config{store: try!(store.ok_or(Error::MissingStore)), logs: logs}) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | let file = try!(Appender::open(&clock, store, log)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | try!(file.write_all(&FILE_HEADER)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:39:24 [INFO] [stdout] | [INFO] [stdout] 39 | let mut file = try!(OpenOptions::new().create_new(true).append(true).open(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | try!(self.file.write_all(&binary::encode_u32(record.len() as u32))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | try!(self.file.write_all(record)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | try!(self.file.write_all(&binary::encode_u32(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/log.rs:55:25 [INFO] [stdout] | [INFO] [stdout] 55 | self.file = try!(Self::open(&self.clock, self.store, self.log)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/config.rs:48:45 [INFO] [stdout] | [INFO] [stdout] 48 | { logs.insert(line[4..].trim_left().to_string()); }, [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/config.rs:50:59 [INFO] [stdout] | [INFO] [stdout] 50 | store = Some(PathBuf::from(&line[6..].trim_left())), [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/config.rs:48:45 [INFO] [stdout] | [INFO] [stdout] 48 | { logs.insert(line[4..].trim_left().to_string()); }, [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/config.rs:50:59 [INFO] [stdout] | [INFO] [stdout] 50 | store = Some(PathBuf::from(&line[6..].trim_left())), [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/zmq.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn connect(&mut self, mut endpoint: &mut Vec) -> io::Result<()> { [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/zmq.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn connect(&mut self, mut endpoint: &mut Vec) -> io::Result<()> { [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:53:23 [INFO] [stdout] | [INFO] [stdout] 53 | let config_path = try!(env::args().nth(1).ok_or(Error::MissingConfigPath)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | let config = try!(Config::new_from_file(config_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 57 | zmq: try!(zmq::Context::new()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | let mut pub_ = try!(make_pub(&global.zmq)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | try!(pub_.bind(&mut INPROC_ADDRESS.to_vec())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | let mut pub_ = try!(zmq::Socket::new(zmq, zmq::SocketType::PUB)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | try!(sub.connect(&mut INPROC_ADDRESS.to_vec())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | try!(sub.subscribe(log.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:88:19 [INFO] [stdout] | [INFO] [stdout] 88 | let mut sub = try!(zmq::Socket::new(&global.zmq, zmq::SocketType::SUB)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:93:24 [INFO] [stdout] | [INFO] [stdout] 93 | let mut appender = try!(log::open_for_append(clock, &global.store, log)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | try!(sub.receive(&mut message)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | try!(appender.append(message.data())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:53:23 [INFO] [stdout] | [INFO] [stdout] 53 | let config_path = try!(env::args().nth(1).ok_or(Error::MissingConfigPath)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | let config = try!(Config::new_from_file(config_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 57 | zmq: try!(zmq::Context::new()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | let mut pub_ = try!(make_pub(&global.zmq)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | try!(pub_.bind(&mut INPROC_ADDRESS.to_vec())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | let mut pub_ = try!(zmq::Socket::new(zmq, zmq::SocketType::PUB)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | try!(sub.connect(&mut INPROC_ADDRESS.to_vec())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | try!(sub.subscribe(log.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:88:19 [INFO] [stdout] | [INFO] [stdout] 88 | let mut sub = try!(zmq::Socket::new(&global.zmq, zmq::SocketType::SUB)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:93:24 [INFO] [stdout] | [INFO] [stdout] 93 | let mut appender = try!(log::open_for_append(clock, &global.store, log)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | try!(sub.receive(&mut message)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/bin/chainsawd.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | try!(appender.append(message.data())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pub_` [INFO] [stdout] --> src/bin/chainsawd.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | let mut pub_ = try!(make_pub(&global.zmq)); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pub_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pub_` [INFO] [stdout] --> src/bin/chainsawd.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | let mut pub_ = try!(make_pub(&global.zmq)); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pub_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/chainsawd.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | let mut pub_ = try!(make_pub(&global.zmq)); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/chainsawd.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | let mut pub_ = try!(make_pub(&global.zmq)); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `Command { std: "docker" "inspect" "db56d1375214ec24d86fec65dbaa54b4da6a1cc8bc1f08785e7e9353fcd58124", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db56d1375214ec24d86fec65dbaa54b4da6a1cc8bc1f08785e7e9353fcd58124", kill_on_drop: false }` [INFO] [stdout] db56d1375214ec24d86fec65dbaa54b4da6a1cc8bc1f08785e7e9353fcd58124