[INFO] updating cached repository jelford/rumour [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jelford/rumour [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jelford/rumour" "work/ex/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/gh/jelford/rumour"` [INFO] [stderr] Cloning into 'work/ex/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/gh/jelford/rumour'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jelford/rumour" "work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/gh/jelford/rumour"` [INFO] [stderr] Cloning into 'work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/gh/jelford/rumour'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0421deff9e8bc251ebff1c54afa09ab5051ae2c7 [INFO] sha for GitHub repo jelford/rumour: 0421deff9e8bc251ebff1c54afa09ab5051ae2c7 [INFO] validating manifest of jelford/rumour on toolchain master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jelford/rumour on toolchain try#58b21121d0b447ceb3f1a655155d802191acf044 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jelford/rumour [INFO] finished frobbing jelford/rumour [INFO] frobbed toml for jelford/rumour written to work/ex/pr-61100/sources/master#8869ee03d7f258e1b76a11c6fbb01b5708a9f504/gh/jelford/rumour/Cargo.toml [INFO] started frobbing jelford/rumour [INFO] finished frobbing jelford/rumour [INFO] frobbed toml for jelford/rumour written to work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/gh/jelford/rumour/Cargo.toml [INFO] crate jelford/rumour already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+8869ee03d7f258e1b76a11c6fbb01b5708a9f504-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking jelford/rumour against try#58b21121d0b447ceb3f1a655155d802191acf044 for pr-61100 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-61100/worker-5/try#58b21121d0b447ceb3f1a655155d802191acf044:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-61100/sources/try#58b21121d0b447ceb3f1a655155d802191acf044/gh/jelford/rumour:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+58b21121d0b447ceb3f1a655155d802191acf044-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 34e7bac3cc937c3c80c060f90e6bc91377c45931630512d5e2d71c63d4ab5457 [INFO] running `"docker" "start" "-a" "34e7bac3cc937c3c80c060f90e6bc91377c45931630512d5e2d71c63d4ab5457"` [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking bincode v0.8.0 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking rumour v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / error_chain! { [INFO] [stderr] 3 | | errors { [INFO] [stderr] 4 | | BadPortSpecified { [INFO] [stderr] 5 | | description("Bad port specified") [INFO] [stderr] ... | [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / error_chain! { [INFO] [stderr] 3 | | errors { [INFO] [stderr] 4 | | BadPortSpecified { [INFO] [stderr] 5 | | description("Bad port specified") [INFO] [stderr] ... | [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_live_nodes` [INFO] [stderr] --> src/node/mill.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn get_live_nodes(&self) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_suspect_nodes` [INFO] [stderr] --> src/node/mill.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn get_suspect_nodes(&self) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_live_nodes` [INFO] [stderr] --> src/node/node_state.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | pub(crate) fn get_live_nodes(&self) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_suspect_nodes` [INFO] [stderr] --> src/node/node_state.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | pub(crate) fn get_suspect_nodes(&self) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `to_vec` [INFO] [stderr] --> src/node/node_state.rs:183:1 [INFO] [stderr] | [INFO] [stderr] 183 | / fn to_vec(s: &HashSet) -> Vec [INFO] [stderr] 184 | | where T: Eq + Hash + Clone { [INFO] [stderr] 185 | | [INFO] [stderr] 186 | | let mut out : Vec = Vec::with_capacity(s.len()); [INFO] [stderr] ... | [INFO] [stderr] 190 | | out [INFO] [stderr] 191 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `bare_control_plain_message` [INFO] [stderr] --> src/node/codec.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub(crate) fn bare_control_plain_message(from: SocketAddr, content: ControlRequest) -> InboundMessage { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/node/codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub(crate) fn new(from: SocketAddr, request: ControlRequest, rumours: Vec) -> InboundMessage { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `destination` [INFO] [stderr] --> src/node/codec.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | pub(crate) fn destination(&self) -> SocketAddr { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.74s [INFO] running `"docker" "inspect" "34e7bac3cc937c3c80c060f90e6bc91377c45931630512d5e2d71c63d4ab5457"` [INFO] running `"docker" "rm" "-f" "34e7bac3cc937c3c80c060f90e6bc91377c45931630512d5e2d71c63d4ab5457"` [INFO] [stdout] 34e7bac3cc937c3c80c060f90e6bc91377c45931630512d5e2d71c63d4ab5457