Sep 06 02:46:08.464 INFO checking pandora-0.1.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 02:46:08.464 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 02:46:08.464 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:46:08.643 INFO blam! db6f7813010847c1e46ad6fb45909d702515031132b9fb9050bb9831def9ea90 Sep 06 02:46:08.645 INFO running `"docker" "start" "-a" "db6f7813010847c1e46ad6fb45909d702515031132b9fb9050bb9831def9ea90"` Sep 06 02:46:09.363 INFO kablam! usermod: no changes Sep 06 02:46:09.384 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 06 02:46:09.520 INFO kablam! Checking pandora v0.1.1 (file:///source) Sep 06 02:46:10.734 INFO kablam! warning: unused import: `decrypt` Sep 06 02:46:10.734 INFO kablam! --> src/crypt.rs:97:26 Sep 06 02:46:10.734 INFO kablam! | Sep 06 02:46:10.734 INFO kablam! 97 | use super::{encrypt, decrypt}; Sep 06 02:46:10.734 INFO kablam! | ^^^^^^^ Sep 06 02:46:10.734 INFO kablam! | Sep 06 02:46:10.734 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 02:46:10.734 INFO kablam! Sep 06 02:46:10.734 INFO kablam! warning: unused import: `std::ffi::OsString` Sep 06 02:46:10.734 INFO kablam! --> src/crypt.rs:98:9 Sep 06 02:46:10.734 INFO kablam! | Sep 06 02:46:10.734 INFO kablam! 98 | use std::ffi::OsString; Sep 06 02:46:10.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 06 02:46:10.734 INFO kablam! Sep 06 02:46:11.978 INFO kablam! warning: variable does not need to be mutable Sep 06 02:46:11.978 INFO kablam! --> src/crypt.rs:16:86 Sep 06 02:46:11.978 INFO kablam! | Sep 06 02:46:11.978 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 06 02:46:11.978 INFO kablam! | ----^^ Sep 06 02:46:11.978 INFO kablam! | | Sep 06 02:46:11.978 INFO kablam! | help: remove this `mut` Sep 06 02:46:11.978 INFO kablam! | Sep 06 02:46:11.978 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 02:46:11.978 INFO kablam! Sep 06 02:46:11.986 INFO kablam! warning: variable does not need to be mutable Sep 06 02:46:11.986 INFO kablam! --> src/crypt.rs:48:80 Sep 06 02:46:11.986 INFO kablam! | Sep 06 02:46:11.986 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 06 02:46:11.986 INFO kablam! | ----^^ Sep 06 02:46:11.986 INFO kablam! | | Sep 06 02:46:11.986 INFO kablam! | help: remove this `mut` Sep 06 02:46:11.986 INFO kablam! Sep 06 02:46:12.168 INFO kablam! warning: variable does not need to be mutable Sep 06 02:46:12.168 INFO kablam! --> src/crypt.rs:16:86 Sep 06 02:46:12.168 INFO kablam! | Sep 06 02:46:12.168 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 06 02:46:12.168 INFO kablam! | ----^^ Sep 06 02:46:12.168 INFO kablam! | | Sep 06 02:46:12.168 INFO kablam! | help: remove this `mut` Sep 06 02:46:12.168 INFO kablam! | Sep 06 02:46:12.168 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 02:46:12.168 INFO kablam! Sep 06 02:46:12.171 INFO kablam! warning: variable does not need to be mutable Sep 06 02:46:12.171 INFO kablam! --> src/crypt.rs:48:80 Sep 06 02:46:12.171 INFO kablam! | Sep 06 02:46:12.171 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 06 02:46:12.171 INFO kablam! | ----^^ Sep 06 02:46:12.171 INFO kablam! | | Sep 06 02:46:12.171 INFO kablam! | help: remove this `mut` Sep 06 02:46:12.171 INFO kablam! Sep 06 02:46:12.389 INFO kablam! warning: method is never used: `from_result` Sep 06 02:46:12.389 INFO kablam! --> src/response.rs:22:5 Sep 06 02:46:12.389 INFO kablam! | Sep 06 02:46:12.390 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 06 02:46:12.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:46:12.390 INFO kablam! | Sep 06 02:46:12.390 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 02:46:12.390 INFO kablam! Sep 06 02:46:12.390 INFO kablam! warning: method is never used: `from_error` Sep 06 02:46:12.390 INFO kablam! --> src/response.rs:31:5 Sep 06 02:46:12.390 INFO kablam! | Sep 06 02:46:12.390 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 06 02:46:12.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:46:12.402 INFO kablam! Sep 06 02:46:12.402 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 02:46:12.402 INFO kablam! --> src/lib.rs:1:12 Sep 06 02:46:12.402 INFO kablam! | Sep 06 02:46:12.402 INFO kablam! 1 | #![feature(proc_macro)] Sep 06 02:46:12.402 INFO kablam! | ^^^^^^^^^^ Sep 06 02:46:12.402 INFO kablam! | Sep 06 02:46:12.402 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 02:46:12.402 INFO kablam! Sep 06 02:46:12.595 INFO kablam! warning: method is never used: `from_result` Sep 06 02:46:12.595 INFO kablam! --> src/response.rs:22:5 Sep 06 02:46:12.595 INFO kablam! | Sep 06 02:46:12.595 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 06 02:46:12.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:46:12.595 INFO kablam! | Sep 06 02:46:12.595 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 02:46:12.595 INFO kablam! Sep 06 02:46:12.595 INFO kablam! warning: method is never used: `from_error` Sep 06 02:46:12.595 INFO kablam! --> src/response.rs:31:5 Sep 06 02:46:12.595 INFO kablam! | Sep 06 02:46:12.595 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 06 02:46:12.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:46:12.595 INFO kablam! Sep 06 02:46:12.595 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 02:46:12.595 INFO kablam! --> src/lib.rs:1:12 Sep 06 02:46:12.595 INFO kablam! | Sep 06 02:46:12.595 INFO kablam! 1 | #![feature(proc_macro)] Sep 06 02:46:12.595 INFO kablam! | ^^^^^^^^^^ Sep 06 02:46:12.595 INFO kablam! | Sep 06 02:46:12.595 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 02:46:12.595 INFO kablam! Sep 06 02:46:14.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.73s Sep 06 02:46:14.134 INFO kablam! su: No module specific data is present Sep 06 02:46:15.256 INFO running `"docker" "rm" "-f" "db6f7813010847c1e46ad6fb45909d702515031132b9fb9050bb9831def9ea90"` Sep 06 02:46:15.353 INFO blam! db6f7813010847c1e46ad6fb45909d702515031132b9fb9050bb9831def9ea90