[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 beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frightfold%2Fchainsaw" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rightfold/chainsaw on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", 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-2/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" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e9dd08061dc2a6fee1c0cfc25ba3d0be6ee61786b775cbb1442f8cacf4a1add [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6e9dd08061dc2a6fee1c0cfc25ba3d0be6ee61786b775cbb1442f8cacf4a1add", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e9dd08061dc2a6fee1c0cfc25ba3d0be6ee61786b775cbb1442f8cacf4a1add", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e9dd08061dc2a6fee1c0cfc25ba3d0be6ee61786b775cbb1442f8cacf4a1add", kill_on_drop: false }` [INFO] [stdout] 6e9dd08061dc2a6fee1c0cfc25ba3d0be6ee61786b775cbb1442f8cacf4a1add [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dca94a067faed05a73d5d2f65893d56f188e7c289c425a19e8051034f6365635 [INFO] running `Command { std: "docker" "start" "-a" "dca94a067faed05a73d5d2f65893d56f188e7c289c425a19e8051034f6365635", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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: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: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: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: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: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: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: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: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: 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: 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: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: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: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: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: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: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: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: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: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: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:9 [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: unused variable: `pub_` [INFO] [stdout] --> src/bin/chainsawd.rs:61:9 [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: 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.99s [INFO] running `Command { std: "docker" "inspect" "dca94a067faed05a73d5d2f65893d56f188e7c289c425a19e8051034f6365635", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dca94a067faed05a73d5d2f65893d56f188e7c289c425a19e8051034f6365635", kill_on_drop: false }` [INFO] [stdout] dca94a067faed05a73d5d2f65893d56f188e7c289c425a19e8051034f6365635