Sep 21 05:59:25.716 INFO checking pandora-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:59:25.716 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:59:25.716 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:59:25.925 INFO blam! ae9245c89b3dd4925245cb110dabf50864e7e886ca75c8f48222801d80de2fbb Sep 21 05:59:25.928 INFO running `"docker" "start" "-a" "ae9245c89b3dd4925245cb110dabf50864e7e886ca75c8f48222801d80de2fbb"` Sep 21 05:59:26.770 INFO kablam! usermod: no changes Sep 21 05:59:26.807 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 21 05:59:26.920 INFO kablam! Compiling serde_codegen v0.8.23 Sep 21 05:59:29.988 INFO kablam! Compiling serde_derive v0.8.23 Sep 21 05:59:31.615 INFO kablam! Checking pandora v0.1.1 (/source) Sep 21 05:59:32.645 INFO kablam! warning: unused import: `decrypt` Sep 21 05:59:32.645 INFO kablam! --> src/crypt.rs:97:26 Sep 21 05:59:32.645 INFO kablam! | Sep 21 05:59:32.645 INFO kablam! 97 | use super::{encrypt, decrypt}; Sep 21 05:59:32.645 INFO kablam! | ^^^^^^^ Sep 21 05:59:32.645 INFO kablam! | Sep 21 05:59:32.645 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:59:32.645 INFO kablam! Sep 21 05:59:32.645 INFO kablam! warning: unused import: `std::ffi::OsString` Sep 21 05:59:32.645 INFO kablam! --> src/crypt.rs:98:9 Sep 21 05:59:32.645 INFO kablam! | Sep 21 05:59:32.645 INFO kablam! 98 | use std::ffi::OsString; Sep 21 05:59:32.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 05:59:32.645 INFO kablam! Sep 21 05:59:33.504 INFO kablam! warning: variable does not need to be mutable Sep 21 05:59:33.504 INFO kablam! --> src/crypt.rs:16:86 Sep 21 05:59:33.504 INFO kablam! | Sep 21 05:59:33.504 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 21 05:59:33.504 INFO kablam! | ----^^ Sep 21 05:59:33.504 INFO kablam! | | Sep 21 05:59:33.504 INFO kablam! | help: remove this `mut` Sep 21 05:59:33.504 INFO kablam! | Sep 21 05:59:33.504 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 05:59:33.504 INFO kablam! Sep 21 05:59:33.522 INFO kablam! warning: variable does not need to be mutable Sep 21 05:59:33.522 INFO kablam! --> src/crypt.rs:48:80 Sep 21 05:59:33.522 INFO kablam! | Sep 21 05:59:33.522 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 21 05:59:33.522 INFO kablam! | ----^^ Sep 21 05:59:33.522 INFO kablam! | | Sep 21 05:59:33.522 INFO kablam! | help: remove this `mut` Sep 21 05:59:33.522 INFO kablam! Sep 21 05:59:33.522 INFO kablam! warning: variable does not need to be mutable Sep 21 05:59:33.522 INFO kablam! --> src/crypt.rs:16:86 Sep 21 05:59:33.522 INFO kablam! | Sep 21 05:59:33.522 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 21 05:59:33.522 INFO kablam! | ----^^ Sep 21 05:59:33.522 INFO kablam! | | Sep 21 05:59:33.522 INFO kablam! | help: remove this `mut` Sep 21 05:59:33.522 INFO kablam! | Sep 21 05:59:33.522 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 05:59:33.522 INFO kablam! Sep 21 05:59:33.522 INFO kablam! warning: variable does not need to be mutable Sep 21 05:59:33.522 INFO kablam! --> src/crypt.rs:48:80 Sep 21 05:59:33.522 INFO kablam! | Sep 21 05:59:33.522 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 21 05:59:33.522 INFO kablam! | ----^^ Sep 21 05:59:33.522 INFO kablam! | | Sep 21 05:59:33.522 INFO kablam! | help: remove this `mut` Sep 21 05:59:33.522 INFO kablam! Sep 21 05:59:33.706 INFO kablam! warning: method is never used: `from_result` Sep 21 05:59:33.706 INFO kablam! --> src/response.rs:22:5 Sep 21 05:59:33.706 INFO kablam! | Sep 21 05:59:33.706 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 21 05:59:33.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:59:33.706 INFO kablam! | Sep 21 05:59:33.706 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 05:59:33.706 INFO kablam! Sep 21 05:59:33.706 INFO kablam! warning: method is never used: `from_error` Sep 21 05:59:33.706 INFO kablam! --> src/response.rs:31:5 Sep 21 05:59:33.706 INFO kablam! | Sep 21 05:59:33.706 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 21 05:59:33.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:59:33.706 INFO kablam! Sep 21 05:59:33.706 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 05:59:33.706 INFO kablam! --> src/lib.rs:1:12 Sep 21 05:59:33.706 INFO kablam! | Sep 21 05:59:33.706 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 05:59:33.706 INFO kablam! | ^^^^^^^^^^ Sep 21 05:59:33.706 INFO kablam! | Sep 21 05:59:33.706 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 05:59:33.706 INFO kablam! Sep 21 05:59:33.800 INFO kablam! warning: method is never used: `from_result` Sep 21 05:59:33.800 INFO kablam! --> src/response.rs:22:5 Sep 21 05:59:33.800 INFO kablam! | Sep 21 05:59:33.800 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 21 05:59:33.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:59:33.800 INFO kablam! | Sep 21 05:59:33.800 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 05:59:33.800 INFO kablam! Sep 21 05:59:33.800 INFO kablam! warning: method is never used: `from_error` Sep 21 05:59:33.800 INFO kablam! --> src/response.rs:31:5 Sep 21 05:59:33.800 INFO kablam! | Sep 21 05:59:33.800 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 21 05:59:33.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:59:33.800 INFO kablam! Sep 21 05:59:33.800 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 05:59:33.800 INFO kablam! --> src/lib.rs:1:12 Sep 21 05:59:33.800 INFO kablam! | Sep 21 05:59:33.800 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 05:59:33.800 INFO kablam! | ^^^^^^^^^^ Sep 21 05:59:33.800 INFO kablam! | Sep 21 05:59:33.800 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 05:59:33.800 INFO kablam! Sep 21 05:59:35.289 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.50s Sep 21 05:59:35.297 INFO kablam! su: No module specific data is present Sep 21 05:59:36.050 INFO running `"docker" "rm" "-f" "ae9245c89b3dd4925245cb110dabf50864e7e886ca75c8f48222801d80de2fbb"` Sep 21 05:59:36.129 INFO blam! ae9245c89b3dd4925245cb110dabf50864e7e886ca75c8f48222801d80de2fbb