Sep 14 12:04:32.998 INFO checking pandora-0.1.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 12:04:32.998 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 12:04:32.998 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:04:33.191 INFO blam! 82891fd7ee474eb2c881f5387e4bbdc269a89be22538daa719d54efd081071f0 Sep 14 12:04:33.196 INFO running `"docker" "start" "-a" "82891fd7ee474eb2c881f5387e4bbdc269a89be22538daa719d54efd081071f0"` Sep 14 12:04:34.091 INFO kablam! usermod: no changes Sep 14 12:04:34.121 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 14 12:04:34.247 INFO kablam! Checking pandora v0.1.1 (file:///source) Sep 14 12:04:35.186 INFO kablam! warning: unused import: `decrypt` Sep 14 12:04:35.187 INFO kablam! --> src/crypt.rs:97:26 Sep 14 12:04:35.187 INFO kablam! | Sep 14 12:04:35.187 INFO kablam! 97 | use super::{encrypt, decrypt}; Sep 14 12:04:35.187 INFO kablam! | ^^^^^^^ Sep 14 12:04:35.187 INFO kablam! | Sep 14 12:04:35.187 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 12:04:35.187 INFO kablam! Sep 14 12:04:35.187 INFO kablam! warning: unused import: `std::ffi::OsString` Sep 14 12:04:35.187 INFO kablam! --> src/crypt.rs:98:9 Sep 14 12:04:35.187 INFO kablam! | Sep 14 12:04:35.187 INFO kablam! 98 | use std::ffi::OsString; Sep 14 12:04:35.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 12:04:35.187 INFO kablam! Sep 14 12:04:36.161 INFO kablam! warning: variable does not need to be mutable Sep 14 12:04:36.161 INFO kablam! --> src/crypt.rs:16:86 Sep 14 12:04:36.161 INFO kablam! | Sep 14 12:04:36.161 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 14 12:04:36.161 INFO kablam! | ----^^ Sep 14 12:04:36.161 INFO kablam! | | Sep 14 12:04:36.161 INFO kablam! | help: remove this `mut` Sep 14 12:04:36.161 INFO kablam! | Sep 14 12:04:36.161 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 12:04:36.161 INFO kablam! Sep 14 12:04:36.164 INFO kablam! warning: variable does not need to be mutable Sep 14 12:04:36.164 INFO kablam! --> src/crypt.rs:48:80 Sep 14 12:04:36.164 INFO kablam! | Sep 14 12:04:36.164 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 14 12:04:36.164 INFO kablam! | ----^^ Sep 14 12:04:36.164 INFO kablam! | | Sep 14 12:04:36.164 INFO kablam! | help: remove this `mut` Sep 14 12:04:36.164 INFO kablam! Sep 14 12:04:36.207 INFO kablam! warning: variable does not need to be mutable Sep 14 12:04:36.207 INFO kablam! --> src/crypt.rs:16:86 Sep 14 12:04:36.207 INFO kablam! | Sep 14 12:04:36.207 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 14 12:04:36.207 INFO kablam! | ----^^ Sep 14 12:04:36.207 INFO kablam! | | Sep 14 12:04:36.207 INFO kablam! | help: remove this `mut` Sep 14 12:04:36.207 INFO kablam! | Sep 14 12:04:36.207 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 12:04:36.207 INFO kablam! Sep 14 12:04:36.208 INFO kablam! warning: variable does not need to be mutable Sep 14 12:04:36.208 INFO kablam! --> src/crypt.rs:48:80 Sep 14 12:04:36.208 INFO kablam! | Sep 14 12:04:36.208 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 14 12:04:36.208 INFO kablam! | ----^^ Sep 14 12:04:36.208 INFO kablam! | | Sep 14 12:04:36.208 INFO kablam! | help: remove this `mut` Sep 14 12:04:36.208 INFO kablam! Sep 14 12:04:36.391 INFO kablam! warning: method is never used: `from_result` Sep 14 12:04:36.391 INFO kablam! --> src/response.rs:22:5 Sep 14 12:04:36.391 INFO kablam! | Sep 14 12:04:36.391 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 14 12:04:36.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:04:36.391 INFO kablam! | Sep 14 12:04:36.391 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 12:04:36.391 INFO kablam! Sep 14 12:04:36.391 INFO kablam! warning: method is never used: `from_error` Sep 14 12:04:36.391 INFO kablam! --> src/response.rs:31:5 Sep 14 12:04:36.391 INFO kablam! | Sep 14 12:04:36.391 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 14 12:04:36.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:04:36.391 INFO kablam! Sep 14 12:04:36.391 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 14 12:04:36.391 INFO kablam! --> src/lib.rs:1:12 Sep 14 12:04:36.391 INFO kablam! | Sep 14 12:04:36.391 INFO kablam! 1 | #![feature(proc_macro)] Sep 14 12:04:36.391 INFO kablam! | ^^^^^^^^^^ Sep 14 12:04:36.391 INFO kablam! | Sep 14 12:04:36.391 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 12:04:36.391 INFO kablam! Sep 14 12:04:36.437 INFO kablam! warning: method is never used: `from_result` Sep 14 12:04:36.437 INFO kablam! --> src/response.rs:22:5 Sep 14 12:04:36.437 INFO kablam! | Sep 14 12:04:36.437 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 14 12:04:36.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:04:36.437 INFO kablam! | Sep 14 12:04:36.437 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 12:04:36.437 INFO kablam! Sep 14 12:04:36.437 INFO kablam! warning: method is never used: `from_error` Sep 14 12:04:36.437 INFO kablam! --> src/response.rs:31:5 Sep 14 12:04:36.437 INFO kablam! | Sep 14 12:04:36.437 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 14 12:04:36.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:04:36.441 INFO kablam! Sep 14 12:04:36.441 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 14 12:04:36.441 INFO kablam! --> src/lib.rs:1:12 Sep 14 12:04:36.441 INFO kablam! | Sep 14 12:04:36.441 INFO kablam! 1 | #![feature(proc_macro)] Sep 14 12:04:36.441 INFO kablam! | ^^^^^^^^^^ Sep 14 12:04:36.441 INFO kablam! | Sep 14 12:04:36.441 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 12:04:36.441 INFO kablam! Sep 14 12:04:37.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.64s Sep 14 12:04:37.775 INFO kablam! su: No module specific data is present Sep 14 12:04:38.831 INFO running `"docker" "rm" "-f" "82891fd7ee474eb2c881f5387e4bbdc269a89be22538daa719d54efd081071f0"` Sep 14 12:04:39.110 INFO blam! 82891fd7ee474eb2c881f5387e4bbdc269a89be22538daa719d54efd081071f0