Sep 19 23:08:13.444 INFO checking pandora-0.1.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:08:13.444 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:08:13.444 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:08:13.685 INFO blam! d8d59e1c1ae57194ce9aeb1f9fb2c2c394d352cffc161e3164dbaefe2d13813b Sep 19 23:08:13.688 INFO running `"docker" "start" "-a" "d8d59e1c1ae57194ce9aeb1f9fb2c2c394d352cffc161e3164dbaefe2d13813b"` Sep 19 23:08:14.630 INFO kablam! usermod: no changes Sep 19 23:08:14.656 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 19 23:08:14.775 INFO kablam! Compiling serde_codegen v0.8.23 Sep 19 23:08:19.294 INFO kablam! Compiling serde_derive v0.8.23 Sep 19 23:08:21.686 INFO kablam! Checking pandora v0.1.1 (/source) Sep 19 23:08:22.796 INFO kablam! warning: unused import: `decrypt` Sep 19 23:08:22.796 INFO kablam! --> src/crypt.rs:97:26 Sep 19 23:08:22.796 INFO kablam! | Sep 19 23:08:22.796 INFO kablam! 97 | use super::{encrypt, decrypt}; Sep 19 23:08:22.796 INFO kablam! | ^^^^^^^ Sep 19 23:08:22.796 INFO kablam! | Sep 19 23:08:22.796 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:08:22.796 INFO kablam! Sep 19 23:08:22.796 INFO kablam! warning: unused import: `std::ffi::OsString` Sep 19 23:08:22.796 INFO kablam! --> src/crypt.rs:98:9 Sep 19 23:08:22.796 INFO kablam! | Sep 19 23:08:22.796 INFO kablam! 98 | use std::ffi::OsString; Sep 19 23:08:22.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 23:08:22.796 INFO kablam! Sep 19 23:08:23.368 INFO kablam! warning: variable does not need to be mutable Sep 19 23:08:23.368 INFO kablam! --> src/crypt.rs:16:86 Sep 19 23:08:23.368 INFO kablam! | Sep 19 23:08:23.368 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 19 23:08:23.368 INFO kablam! | ----^^ Sep 19 23:08:23.368 INFO kablam! | | Sep 19 23:08:23.368 INFO kablam! | help: remove this `mut` Sep 19 23:08:23.368 INFO kablam! | Sep 19 23:08:23.368 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 23:08:23.368 INFO kablam! Sep 19 23:08:23.369 INFO kablam! warning: variable does not need to be mutable Sep 19 23:08:23.369 INFO kablam! --> src/crypt.rs:48:80 Sep 19 23:08:23.369 INFO kablam! | Sep 19 23:08:23.369 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 19 23:08:23.369 INFO kablam! | ----^^ Sep 19 23:08:23.369 INFO kablam! | | Sep 19 23:08:23.369 INFO kablam! | help: remove this `mut` Sep 19 23:08:23.369 INFO kablam! Sep 19 23:08:23.375 INFO kablam! warning: variable does not need to be mutable Sep 19 23:08:23.375 INFO kablam! --> src/crypt.rs:16:86 Sep 19 23:08:23.375 INFO kablam! | Sep 19 23:08:23.375 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Sep 19 23:08:23.375 INFO kablam! | ----^^ Sep 19 23:08:23.375 INFO kablam! | | Sep 19 23:08:23.375 INFO kablam! | help: remove this `mut` Sep 19 23:08:23.375 INFO kablam! | Sep 19 23:08:23.375 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 23:08:23.375 INFO kablam! Sep 19 23:08:23.377 INFO kablam! warning: variable does not need to be mutable Sep 19 23:08:23.377 INFO kablam! --> src/crypt.rs:48:80 Sep 19 23:08:23.377 INFO kablam! | Sep 19 23:08:23.377 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Sep 19 23:08:23.377 INFO kablam! | ----^^ Sep 19 23:08:23.377 INFO kablam! | | Sep 19 23:08:23.377 INFO kablam! | help: remove this `mut` Sep 19 23:08:23.377 INFO kablam! Sep 19 23:08:23.512 INFO kablam! warning: method is never used: `from_result` Sep 19 23:08:23.513 INFO kablam! --> src/response.rs:22:5 Sep 19 23:08:23.513 INFO kablam! | Sep 19 23:08:23.513 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 19 23:08:23.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:08:23.513 INFO kablam! | Sep 19 23:08:23.513 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 23:08:23.513 INFO kablam! Sep 19 23:08:23.513 INFO kablam! warning: method is never used: `from_error` Sep 19 23:08:23.513 INFO kablam! --> src/response.rs:31:5 Sep 19 23:08:23.513 INFO kablam! | Sep 19 23:08:23.513 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 19 23:08:23.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:08:23.513 INFO kablam! Sep 19 23:08:23.513 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:08:23.513 INFO kablam! --> src/lib.rs:1:12 Sep 19 23:08:23.513 INFO kablam! | Sep 19 23:08:23.513 INFO kablam! 1 | #![feature(proc_macro)] Sep 19 23:08:23.513 INFO kablam! | ^^^^^^^^^^ Sep 19 23:08:23.513 INFO kablam! | Sep 19 23:08:23.513 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:08:23.513 INFO kablam! Sep 19 23:08:23.517 INFO kablam! warning: method is never used: `from_result` Sep 19 23:08:23.517 INFO kablam! --> src/response.rs:22:5 Sep 19 23:08:23.517 INFO kablam! | Sep 19 23:08:23.517 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Sep 19 23:08:23.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:08:23.517 INFO kablam! | Sep 19 23:08:23.517 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 23:08:23.517 INFO kablam! Sep 19 23:08:23.517 INFO kablam! warning: method is never used: `from_error` Sep 19 23:08:23.518 INFO kablam! --> src/response.rs:31:5 Sep 19 23:08:23.518 INFO kablam! | Sep 19 23:08:23.518 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Sep 19 23:08:23.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:08:23.518 INFO kablam! Sep 19 23:08:23.518 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:08:23.518 INFO kablam! --> src/lib.rs:1:12 Sep 19 23:08:23.518 INFO kablam! | Sep 19 23:08:23.518 INFO kablam! 1 | #![feature(proc_macro)] Sep 19 23:08:23.518 INFO kablam! | ^^^^^^^^^^ Sep 19 23:08:23.518 INFO kablam! | Sep 19 23:08:23.518 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:08:23.518 INFO kablam! Sep 19 23:08:24.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.74s Sep 19 23:08:24.390 INFO kablam! su: No module specific data is present Sep 19 23:08:25.019 INFO running `"docker" "rm" "-f" "d8d59e1c1ae57194ce9aeb1f9fb2c2c394d352cffc161e3164dbaefe2d13813b"` Sep 19 23:08:25.087 INFO blam! d8d59e1c1ae57194ce9aeb1f9fb2c2c394d352cffc161e3164dbaefe2d13813b