Sep 04 11:43:15.604 INFO checking pandora-0.1.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 11:43:15.604 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 11:43:15.604 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:43:15.799 INFO blam! bed4b90604af7c413876e19684b5fd8c69e962e99ebad4c1ad206bdb99474026 Sep 04 11:43:15.801 INFO running `"docker" "start" "-a" "bed4b90604af7c413876e19684b5fd8c69e962e99ebad4c1ad206bdb99474026"` Sep 04 11:43:16.464 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 04 11:43:16.594 INFO kablam! Checking pandora v0.1.1 (file:///source) Sep 04 11:43:19.185 INFO kablam! warning: unused import: `decrypt` Sep 04 11:43:19.185 INFO kablam! --> src/crypt.rs:97:26 Sep 04 11:43:19.185 INFO kablam! | Sep 04 11:43:19.185 INFO kablam! 97 | use super::{encrypt, decrypt}; Sep 04 11:43:19.185 INFO kablam! | ^^^^^^^ Sep 04 11:43:19.185 INFO kablam! | Sep 04 11:43:19.185 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 11:43:19.185 INFO kablam! Sep 04 11:43:19.185 INFO kablam! warning: unused import: `std::ffi::OsString` Sep 04 11:43:19.185 INFO kablam! --> src/crypt.rs:98:9 Sep 04 11:43:19.185 INFO kablam! | Sep 04 11:43:19.185 INFO kablam! 98 | use std::ffi::OsString; Sep 04 11:43:19.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 11:43:19.185 INFO kablam! Sep 04 11:43:20.701 INFO kablam! warning: variable does not need to be mutable Sep 04 11:43:20.701 INFO kablam! --> src/crypt.rs:16:86 Sep 04 11:43:20.701 INFO kablam! | Sep 04 11:43:20.701 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 04 11:43:20.701 INFO kablam! | ----^^ Sep 04 11:43:20.701 INFO kablam! | | Sep 04 11:43:20.702 INFO kablam! | help: remove this `mut` Sep 04 11:43:20.702 INFO kablam! | Sep 04 11:43:20.702 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 11:43:20.702 INFO kablam! Sep 04 11:43:20.708 INFO kablam! warning: variable does not need to be mutable Sep 04 11:43:20.708 INFO kablam! --> src/crypt.rs:48:80 Sep 04 11:43:20.708 INFO kablam! | Sep 04 11:43:20.708 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 04 11:43:20.708 INFO kablam! | ----^^ Sep 04 11:43:20.708 INFO kablam! | | Sep 04 11:43:20.708 INFO kablam! | help: remove this `mut` Sep 04 11:43:20.708 INFO kablam! Sep 04 11:43:20.823 INFO kablam! warning: variable does not need to be mutable Sep 04 11:43:20.823 INFO kablam! --> src/crypt.rs:16:86 Sep 04 11:43:20.823 INFO kablam! | Sep 04 11:43:20.823 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 04 11:43:20.823 INFO kablam! | ----^^ Sep 04 11:43:20.823 INFO kablam! | | Sep 04 11:43:20.823 INFO kablam! | help: remove this `mut` Sep 04 11:43:20.823 INFO kablam! | Sep 04 11:43:20.824 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 11:43:20.824 INFO kablam! Sep 04 11:43:20.830 INFO kablam! warning: variable does not need to be mutable Sep 04 11:43:20.830 INFO kablam! --> src/crypt.rs:48:80 Sep 04 11:43:20.830 INFO kablam! | Sep 04 11:43:20.830 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 04 11:43:20.830 INFO kablam! | ----^^ Sep 04 11:43:20.830 INFO kablam! | | Sep 04 11:43:20.830 INFO kablam! | help: remove this `mut` Sep 04 11:43:20.830 INFO kablam! Sep 04 11:43:21.085 INFO kablam! warning: method is never used: `from_result` Sep 04 11:43:21.085 INFO kablam! --> src/response.rs:22:5 Sep 04 11:43:21.085 INFO kablam! | Sep 04 11:43:21.085 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 04 11:43:21.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:43:21.085 INFO kablam! | Sep 04 11:43:21.085 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 11:43:21.085 INFO kablam! Sep 04 11:43:21.085 INFO kablam! warning: method is never used: `from_error` Sep 04 11:43:21.085 INFO kablam! --> src/response.rs:31:5 Sep 04 11:43:21.086 INFO kablam! | Sep 04 11:43:21.086 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 04 11:43:21.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:43:21.086 INFO kablam! Sep 04 11:43:21.086 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 11:43:21.086 INFO kablam! --> src/lib.rs:1:12 Sep 04 11:43:21.086 INFO kablam! | Sep 04 11:43:21.086 INFO kablam! 1 | #![feature(proc_macro)] Sep 04 11:43:21.086 INFO kablam! | ^^^^^^^^^^ Sep 04 11:43:21.086 INFO kablam! | Sep 04 11:43:21.086 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 11:43:21.086 INFO kablam! Sep 04 11:43:21.194 INFO kablam! warning: method is never used: `from_result` Sep 04 11:43:21.194 INFO kablam! --> src/response.rs:22:5 Sep 04 11:43:21.194 INFO kablam! | Sep 04 11:43:21.194 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 04 11:43:21.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:43:21.194 INFO kablam! | Sep 04 11:43:21.194 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 11:43:21.194 INFO kablam! Sep 04 11:43:21.195 INFO kablam! warning: method is never used: `from_error` Sep 04 11:43:21.195 INFO kablam! --> src/response.rs:31:5 Sep 04 11:43:21.195 INFO kablam! | Sep 04 11:43:21.195 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 04 11:43:21.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 11:43:21.195 INFO kablam! Sep 04 11:43:21.195 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 04 11:43:21.195 INFO kablam! --> src/lib.rs:1:12 Sep 04 11:43:21.195 INFO kablam! | Sep 04 11:43:21.195 INFO kablam! 1 | #![feature(proc_macro)] Sep 04 11:43:21.195 INFO kablam! | ^^^^^^^^^^ Sep 04 11:43:21.195 INFO kablam! | Sep 04 11:43:21.195 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 11:43:21.195 INFO kablam! Sep 04 11:43:23.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.74s Sep 04 11:43:23.211 INFO kablam! su: No module specific data is present Sep 04 11:43:23.719 INFO running `"docker" "rm" "-f" "bed4b90604af7c413876e19684b5fd8c69e962e99ebad4c1ad206bdb99474026"` Sep 04 11:43:23.831 INFO blam! bed4b90604af7c413876e19684b5fd8c69e962e99ebad4c1ad206bdb99474026