Sep 02 05:20:31.955 INFO checking pandora-0.1.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 05:20:31.955 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 05:20:31.955 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 05:20:32.150 INFO blam! aa32eb99a7b754358bbf2dbd257c5bd2d5536629efbf7d78fdd5e4945eb344d6 Sep 02 05:20:32.152 INFO running `"docker" "start" "-a" "aa32eb99a7b754358bbf2dbd257c5bd2d5536629efbf7d78fdd5e4945eb344d6"` Sep 02 05:20:32.753 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 02 05:20:32.904 INFO kablam! Checking pandora v0.1.1 (file:///source) Sep 02 05:20:35.405 INFO kablam! warning: unused import: `decrypt` Sep 02 05:20:35.406 INFO kablam! --> src/crypt.rs:97:26 Sep 02 05:20:35.406 INFO kablam! | Sep 02 05:20:35.406 INFO kablam! 97 | use super::{encrypt, decrypt}; Sep 02 05:20:35.406 INFO kablam! | ^^^^^^^ Sep 02 05:20:35.406 INFO kablam! | Sep 02 05:20:35.406 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 05:20:35.406 INFO kablam! Sep 02 05:20:35.406 INFO kablam! warning: unused import: `std::ffi::OsString` Sep 02 05:20:35.406 INFO kablam! --> src/crypt.rs:98:9 Sep 02 05:20:35.406 INFO kablam! | Sep 02 05:20:35.406 INFO kablam! 98 | use std::ffi::OsString; Sep 02 05:20:35.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 05:20:35.406 INFO kablam! Sep 02 05:20:37.097 INFO kablam! warning: variable does not need to be mutable Sep 02 05:20:37.097 INFO kablam! --> src/crypt.rs:16:86 Sep 02 05:20:37.097 INFO kablam! | Sep 02 05:20:37.097 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 02 05:20:37.097 INFO kablam! | ----^^ Sep 02 05:20:37.097 INFO kablam! | | Sep 02 05:20:37.097 INFO kablam! | help: remove this `mut` Sep 02 05:20:37.098 INFO kablam! | Sep 02 05:20:37.098 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 05:20:37.098 INFO kablam! Sep 02 05:20:37.105 INFO kablam! warning: variable does not need to be mutable Sep 02 05:20:37.105 INFO kablam! --> src/crypt.rs:48:80 Sep 02 05:20:37.105 INFO kablam! | Sep 02 05:20:37.105 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 02 05:20:37.106 INFO kablam! | ----^^ Sep 02 05:20:37.106 INFO kablam! | | Sep 02 05:20:37.106 INFO kablam! | help: remove this `mut` Sep 02 05:20:37.106 INFO kablam! Sep 02 05:20:37.250 INFO kablam! warning: variable does not need to be mutable Sep 02 05:20:37.250 INFO kablam! --> src/crypt.rs:16:86 Sep 02 05:20:37.251 INFO kablam! | Sep 02 05:20:37.251 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 02 05:20:37.251 INFO kablam! | ----^^ Sep 02 05:20:37.251 INFO kablam! | | Sep 02 05:20:37.251 INFO kablam! | help: remove this `mut` Sep 02 05:20:37.251 INFO kablam! | Sep 02 05:20:37.251 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 05:20:37.251 INFO kablam! Sep 02 05:20:37.256 INFO kablam! warning: variable does not need to be mutable Sep 02 05:20:37.256 INFO kablam! --> src/crypt.rs:48:80 Sep 02 05:20:37.256 INFO kablam! | Sep 02 05:20:37.256 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 02 05:20:37.256 INFO kablam! | ----^^ Sep 02 05:20:37.256 INFO kablam! | | Sep 02 05:20:37.256 INFO kablam! | help: remove this `mut` Sep 02 05:20:37.256 INFO kablam! Sep 02 05:20:37.579 INFO kablam! warning: method is never used: `from_result` Sep 02 05:20:37.579 INFO kablam! --> src/response.rs:22:5 Sep 02 05:20:37.579 INFO kablam! | Sep 02 05:20:37.580 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 02 05:20:37.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:20:37.580 INFO kablam! | Sep 02 05:20:37.580 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 05:20:37.580 INFO kablam! Sep 02 05:20:37.580 INFO kablam! warning: method is never used: `from_error` Sep 02 05:20:37.580 INFO kablam! --> src/response.rs:31:5 Sep 02 05:20:37.580 INFO kablam! | Sep 02 05:20:37.580 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 02 05:20:37.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:20:37.580 INFO kablam! Sep 02 05:20:37.580 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 02 05:20:37.580 INFO kablam! --> src/lib.rs:1:12 Sep 02 05:20:37.580 INFO kablam! | Sep 02 05:20:37.580 INFO kablam! 1 | #![feature(proc_macro)] Sep 02 05:20:37.580 INFO kablam! | ^^^^^^^^^^ Sep 02 05:20:37.580 INFO kablam! | Sep 02 05:20:37.580 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 05:20:37.580 INFO kablam! Sep 02 05:20:37.668 INFO kablam! warning: method is never used: `from_result` Sep 02 05:20:37.668 INFO kablam! --> src/response.rs:22:5 Sep 02 05:20:37.669 INFO kablam! | Sep 02 05:20:37.669 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 02 05:20:37.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:20:37.669 INFO kablam! | Sep 02 05:20:37.669 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 05:20:37.669 INFO kablam! Sep 02 05:20:37.669 INFO kablam! warning: method is never used: `from_error` Sep 02 05:20:37.669 INFO kablam! --> src/response.rs:31:5 Sep 02 05:20:37.669 INFO kablam! | Sep 02 05:20:37.669 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 02 05:20:37.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:20:37.669 INFO kablam! Sep 02 05:20:37.669 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 02 05:20:37.669 INFO kablam! --> src/lib.rs:1:12 Sep 02 05:20:37.669 INFO kablam! | Sep 02 05:20:37.670 INFO kablam! 1 | #![feature(proc_macro)] Sep 02 05:20:37.670 INFO kablam! | ^^^^^^^^^^ Sep 02 05:20:37.670 INFO kablam! | Sep 02 05:20:37.670 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 05:20:37.670 INFO kablam! Sep 02 05:20:39.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.21s Sep 02 05:20:39.967 INFO kablam! su: No module specific data is present Sep 02 05:20:40.448 INFO running `"docker" "rm" "-f" "aa32eb99a7b754358bbf2dbd257c5bd2d5536629efbf7d78fdd5e4945eb344d6"` Sep 02 05:20:40.545 INFO blam! aa32eb99a7b754358bbf2dbd257c5bd2d5536629efbf7d78fdd5e4945eb344d6