Sep 19 23:08:13.468 INFO checking pandora-0.1.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:08:13.468 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:08:13.468 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:08:13.789 INFO blam! bcd6d3a54ea76a0507e5924720126fa9e194cb1351e68497435222c5c976b78f Sep 19 23:08:13.791 INFO running `"docker" "start" "-a" "bcd6d3a54ea76a0507e5924720126fa9e194cb1351e68497435222c5c976b78f"` Sep 19 23:08:14.515 INFO kablam! usermod: no changes Sep 19 23:08:14.543 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 19 23:08:14.646 INFO kablam! Checking pandora v0.1.1 (/source) Sep 19 23:08:15.619 INFO kablam! warning: unused import: `decrypt` Sep 19 23:08:15.619 INFO kablam! --> src/crypt.rs:97:26 Sep 19 23:08:15.619 INFO kablam! | Sep 19 23:08:15.619 INFO kablam! 97 | use super::{encrypt, decrypt}; Sep 19 23:08:15.619 INFO kablam! | ^^^^^^^ Sep 19 23:08:15.619 INFO kablam! | Sep 19 23:08:15.619 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:08:15.619 INFO kablam! Sep 19 23:08:15.619 INFO kablam! warning: unused import: `std::ffi::OsString` Sep 19 23:08:15.619 INFO kablam! --> src/crypt.rs:98:9 Sep 19 23:08:15.619 INFO kablam! | Sep 19 23:08:15.619 INFO kablam! 98 | use std::ffi::OsString; Sep 19 23:08:15.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 23:08:15.619 INFO kablam! Sep 19 23:08:16.214 INFO kablam! warning: variable does not need to be mutable Sep 19 23:08:16.214 INFO kablam! --> src/crypt.rs:16:86 Sep 19 23:08:16.214 INFO kablam! | Sep 19 23:08:16.214 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 19 23:08:16.214 INFO kablam! | ----^^ Sep 19 23:08:16.214 INFO kablam! | | Sep 19 23:08:16.214 INFO kablam! | help: remove this `mut` Sep 19 23:08:16.214 INFO kablam! | Sep 19 23:08:16.214 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 23:08:16.214 INFO kablam! Sep 19 23:08:16.214 INFO kablam! warning: variable does not need to be mutable Sep 19 23:08:16.214 INFO kablam! --> src/crypt.rs:48:80 Sep 19 23:08:16.214 INFO kablam! | Sep 19 23:08:16.214 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 19 23:08:16.214 INFO kablam! | ----^^ Sep 19 23:08:16.214 INFO kablam! | | Sep 19 23:08:16.214 INFO kablam! | help: remove this `mut` Sep 19 23:08:16.214 INFO kablam! Sep 19 23:08:16.421 INFO kablam! warning: variable does not need to be mutable Sep 19 23:08:16.421 INFO kablam! --> src/crypt.rs:16:86 Sep 19 23:08:16.421 INFO kablam! | Sep 19 23:08:16.421 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 19 23:08:16.421 INFO kablam! | ----^^ Sep 19 23:08:16.421 INFO kablam! | | Sep 19 23:08:16.421 INFO kablam! | help: remove this `mut` Sep 19 23:08:16.421 INFO kablam! | Sep 19 23:08:16.421 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 23:08:16.421 INFO kablam! Sep 19 23:08:16.423 INFO kablam! warning: variable does not need to be mutable Sep 19 23:08:16.430 INFO kablam! --> src/crypt.rs:48:80 Sep 19 23:08:16.430 INFO kablam! | Sep 19 23:08:16.430 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 19 23:08:16.430 INFO kablam! | ----^^ Sep 19 23:08:16.430 INFO kablam! | | Sep 19 23:08:16.430 INFO kablam! | help: remove this `mut` Sep 19 23:08:16.430 INFO kablam! Sep 19 23:08:16.454 INFO kablam! warning: method is never used: `from_result` Sep 19 23:08:16.454 INFO kablam! --> src/response.rs:22:5 Sep 19 23:08:16.454 INFO kablam! | Sep 19 23:08:16.454 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 19 23:08:16.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:08:16.454 INFO kablam! | Sep 19 23:08:16.454 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 23:08:16.454 INFO kablam! Sep 19 23:08:16.454 INFO kablam! warning: method is never used: `from_error` Sep 19 23:08:16.454 INFO kablam! --> src/response.rs:31:5 Sep 19 23:08:16.454 INFO kablam! | Sep 19 23:08:16.454 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 19 23:08:16.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:08:16.454 INFO kablam! Sep 19 23:08:16.454 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:08:16.454 INFO kablam! --> src/lib.rs:1:12 Sep 19 23:08:16.454 INFO kablam! | Sep 19 23:08:16.454 INFO kablam! 1 | #![feature(proc_macro)] Sep 19 23:08:16.454 INFO kablam! | ^^^^^^^^^^ Sep 19 23:08:16.454 INFO kablam! | Sep 19 23:08:16.454 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:08:16.454 INFO kablam! Sep 19 23:08:16.834 INFO kablam! warning: method is never used: `from_result` Sep 19 23:08:16.834 INFO kablam! --> src/response.rs:22:5 Sep 19 23:08:16.834 INFO kablam! | Sep 19 23:08:16.834 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 19 23:08:16.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:08:16.846 INFO kablam! | Sep 19 23:08:16.846 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 23:08:16.846 INFO kablam! Sep 19 23:08:16.846 INFO kablam! warning: method is never used: `from_error` Sep 19 23:08:16.846 INFO kablam! --> src/response.rs:31:5 Sep 19 23:08:16.846 INFO kablam! | Sep 19 23:08:16.846 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 19 23:08:16.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:08:16.862 INFO kablam! Sep 19 23:08:16.862 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:08:16.862 INFO kablam! --> src/lib.rs:1:12 Sep 19 23:08:16.862 INFO kablam! | Sep 19 23:08:16.862 INFO kablam! 1 | #![feature(proc_macro)] Sep 19 23:08:16.862 INFO kablam! | ^^^^^^^^^^ Sep 19 23:08:16.862 INFO kablam! | Sep 19 23:08:16.862 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:08:16.862 INFO kablam! Sep 19 23:08:17.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Sep 19 23:08:17.942 INFO kablam! su: No module specific data is present Sep 19 23:08:19.609 INFO running `"docker" "rm" "-f" "bcd6d3a54ea76a0507e5924720126fa9e194cb1351e68497435222c5c976b78f"` Sep 19 23:08:19.730 INFO blam! bcd6d3a54ea76a0507e5924720126fa9e194cb1351e68497435222c5c976b78f