Sep 10 13:19:35.660 INFO checking pandora-0.1.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 13:19:35.660 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 13:19:35.660 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 13:19:35.890 INFO blam! 1b09bed258cf47d20c5a14e312263292f44008934d50245f166a984e60cb8303 Sep 10 13:19:35.892 INFO running `"docker" "start" "-a" "1b09bed258cf47d20c5a14e312263292f44008934d50245f166a984e60cb8303"` Sep 10 13:19:36.643 INFO kablam! usermod: no changes Sep 10 13:19:36.698 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 10 13:19:36.848 INFO kablam! Checking pandora v0.1.1 (file:///source) Sep 10 13:19:38.826 INFO kablam! warning: unused import: `decrypt` Sep 10 13:19:38.826 INFO kablam! --> src/crypt.rs:97:26 Sep 10 13:19:38.826 INFO kablam! | Sep 10 13:19:38.826 INFO kablam! 97 | use super::{encrypt, decrypt}; Sep 10 13:19:38.826 INFO kablam! | ^^^^^^^ Sep 10 13:19:38.838 INFO kablam! | Sep 10 13:19:38.838 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 13:19:38.839 INFO kablam! Sep 10 13:19:38.839 INFO kablam! warning: unused import: `std::ffi::OsString` Sep 10 13:19:38.839 INFO kablam! --> src/crypt.rs:98:9 Sep 10 13:19:38.839 INFO kablam! | Sep 10 13:19:38.839 INFO kablam! 98 | use std::ffi::OsString; Sep 10 13:19:38.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 13:19:38.839 INFO kablam! Sep 10 13:19:40.209 INFO kablam! warning: variable does not need to be mutable Sep 10 13:19:40.209 INFO kablam! --> src/crypt.rs:16:86 Sep 10 13:19:40.209 INFO kablam! | Sep 10 13:19:40.209 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 10 13:19:40.209 INFO kablam! | ----^^ Sep 10 13:19:40.209 INFO kablam! | | Sep 10 13:19:40.209 INFO kablam! | help: remove this `mut` Sep 10 13:19:40.209 INFO kablam! | Sep 10 13:19:40.209 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 13:19:40.209 INFO kablam! Sep 10 13:19:40.212 INFO kablam! warning: variable does not need to be mutable Sep 10 13:19:40.212 INFO kablam! --> src/crypt.rs:48:80 Sep 10 13:19:40.212 INFO kablam! | Sep 10 13:19:40.212 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 10 13:19:40.212 INFO kablam! | ----^^ Sep 10 13:19:40.212 INFO kablam! | | Sep 10 13:19:40.212 INFO kablam! | help: remove this `mut` Sep 10 13:19:40.212 INFO kablam! Sep 10 13:19:40.319 INFO kablam! warning: variable does not need to be mutable Sep 10 13:19:40.319 INFO kablam! --> src/crypt.rs:16:86 Sep 10 13:19:40.319 INFO kablam! | Sep 10 13:19:40.319 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 10 13:19:40.319 INFO kablam! | ----^^ Sep 10 13:19:40.319 INFO kablam! | | Sep 10 13:19:40.319 INFO kablam! | help: remove this `mut` Sep 10 13:19:40.320 INFO kablam! | Sep 10 13:19:40.320 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 13:19:40.320 INFO kablam! Sep 10 13:19:40.324 INFO kablam! warning: variable does not need to be mutable Sep 10 13:19:40.324 INFO kablam! --> src/crypt.rs:48:80 Sep 10 13:19:40.324 INFO kablam! | Sep 10 13:19:40.324 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 10 13:19:40.324 INFO kablam! | ----^^ Sep 10 13:19:40.324 INFO kablam! | | Sep 10 13:19:40.324 INFO kablam! | help: remove this `mut` Sep 10 13:19:40.324 INFO kablam! Sep 10 13:19:40.631 INFO kablam! warning: method is never used: `from_result` Sep 10 13:19:40.631 INFO kablam! --> src/response.rs:22:5 Sep 10 13:19:40.631 INFO kablam! | Sep 10 13:19:40.631 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 10 13:19:40.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:19:40.631 INFO kablam! | Sep 10 13:19:40.631 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 13:19:40.631 INFO kablam! Sep 10 13:19:40.631 INFO kablam! warning: method is never used: `from_error` Sep 10 13:19:40.631 INFO kablam! --> src/response.rs:31:5 Sep 10 13:19:40.631 INFO kablam! | Sep 10 13:19:40.631 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 10 13:19:40.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:19:40.631 INFO kablam! Sep 10 13:19:40.631 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 10 13:19:40.631 INFO kablam! --> src/lib.rs:1:12 Sep 10 13:19:40.631 INFO kablam! | Sep 10 13:19:40.631 INFO kablam! 1 | #![feature(proc_macro)] Sep 10 13:19:40.631 INFO kablam! | ^^^^^^^^^^ Sep 10 13:19:40.631 INFO kablam! | Sep 10 13:19:40.632 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 13:19:40.632 INFO kablam! Sep 10 13:19:40.645 INFO kablam! warning: method is never used: `from_result` Sep 10 13:19:40.645 INFO kablam! --> src/response.rs:22:5 Sep 10 13:19:40.645 INFO kablam! | Sep 10 13:19:40.645 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 10 13:19:40.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:19:40.658 INFO kablam! | Sep 10 13:19:40.658 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 13:19:40.658 INFO kablam! Sep 10 13:19:40.658 INFO kablam! warning: method is never used: `from_error` Sep 10 13:19:40.658 INFO kablam! --> src/response.rs:31:5 Sep 10 13:19:40.658 INFO kablam! | Sep 10 13:19:40.658 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 10 13:19:40.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 13:19:40.658 INFO kablam! Sep 10 13:19:40.659 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 10 13:19:40.659 INFO kablam! --> src/lib.rs:1:12 Sep 10 13:19:40.659 INFO kablam! | Sep 10 13:19:40.659 INFO kablam! 1 | #![feature(proc_macro)] Sep 10 13:19:40.659 INFO kablam! | ^^^^^^^^^^ Sep 10 13:19:40.659 INFO kablam! | Sep 10 13:19:40.659 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 13:19:40.659 INFO kablam! Sep 10 13:19:41.890 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.20s Sep 10 13:19:41.910 INFO kablam! su: No module specific data is present Sep 10 13:19:42.535 INFO running `"docker" "rm" "-f" "1b09bed258cf47d20c5a14e312263292f44008934d50245f166a984e60cb8303"` Sep 10 13:19:42.637 INFO blam! 1b09bed258cf47d20c5a14e312263292f44008934d50245f166a984e60cb8303