Oct 27 18:18:19.112 INFO checking pandora-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:18:19.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 18:18:19.520 INFO blam! 71f33c98a83a152d94333d9806005c440c4468eb649d9e56c23694eafa5903b5 Oct 27 18:18:19.527 INFO running `"docker" "start" "-a" "71f33c98a83a152d94333d9806005c440c4468eb649d9e56c23694eafa5903b5"` Oct 27 18:18:20.814 INFO kablam! usermod: no changes Oct 27 18:18:20.883 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 27 18:18:21.037 INFO kablam! Checking pandora v0.1.1 (/source) Oct 27 18:18:25.371 INFO kablam! warning: unused import: `decrypt` Oct 27 18:18:25.372 INFO kablam! --> src/crypt.rs:97:26 Oct 27 18:18:25.372 INFO kablam! | Oct 27 18:18:25.372 INFO kablam! 97 | use super::{encrypt, decrypt}; Oct 27 18:18:25.373 INFO kablam! | ^^^^^^^ Oct 27 18:18:25.373 INFO kablam! | Oct 27 18:18:25.373 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:18:25.373 INFO kablam! Oct 27 18:18:25.374 INFO kablam! warning: unused import: `std::ffi::OsString` Oct 27 18:18:25.374 INFO kablam! --> src/crypt.rs:98:9 Oct 27 18:18:25.374 INFO kablam! | Oct 27 18:18:25.375 INFO kablam! 98 | use std::ffi::OsString; Oct 27 18:18:25.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 18:18:25.375 INFO kablam! Oct 27 18:18:26.387 INFO kablam! warning: variable does not need to be mutable Oct 27 18:18:26.387 INFO kablam! --> src/crypt.rs:16:86 Oct 27 18:18:26.387 INFO kablam! | Oct 27 18:18:26.387 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Oct 27 18:18:26.387 INFO kablam! | ----^^ Oct 27 18:18:26.387 INFO kablam! | | Oct 27 18:18:26.387 INFO kablam! | help: remove this `mut` Oct 27 18:18:26.387 INFO kablam! | Oct 27 18:18:26.387 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:18:26.387 INFO kablam! Oct 27 18:18:26.387 INFO kablam! warning: variable does not need to be mutable Oct 27 18:18:26.387 INFO kablam! --> src/crypt.rs:48:80 Oct 27 18:18:26.387 INFO kablam! | Oct 27 18:18:26.387 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Oct 27 18:18:26.387 INFO kablam! | ----^^ Oct 27 18:18:26.387 INFO kablam! | | Oct 27 18:18:26.387 INFO kablam! | help: remove this `mut` Oct 27 18:18:26.387 INFO kablam! Oct 27 18:18:26.403 INFO kablam! warning: variable does not need to be mutable Oct 27 18:18:26.403 INFO kablam! --> src/crypt.rs:16:86 Oct 27 18:18:26.403 INFO kablam! | Oct 27 18:18:26.403 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Oct 27 18:18:26.403 INFO kablam! | ----^^ Oct 27 18:18:26.403 INFO kablam! | | Oct 27 18:18:26.403 INFO kablam! | help: remove this `mut` Oct 27 18:18:26.403 INFO kablam! | Oct 27 18:18:26.403 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:18:26.403 INFO kablam! Oct 27 18:18:26.403 INFO kablam! warning: variable does not need to be mutable Oct 27 18:18:26.403 INFO kablam! --> src/crypt.rs:48:80 Oct 27 18:18:26.403 INFO kablam! | Oct 27 18:18:26.403 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Oct 27 18:18:26.403 INFO kablam! | ----^^ Oct 27 18:18:26.403 INFO kablam! | | Oct 27 18:18:26.403 INFO kablam! | help: remove this `mut` Oct 27 18:18:26.403 INFO kablam! Oct 27 18:18:26.587 INFO kablam! warning: method is never used: `from_result` Oct 27 18:18:26.587 INFO kablam! --> src/response.rs:22:5 Oct 27 18:18:26.587 INFO kablam! | Oct 27 18:18:26.587 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Oct 27 18:18:26.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:18:26.587 INFO kablam! | Oct 27 18:18:26.587 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:18:26.587 INFO kablam! Oct 27 18:18:26.587 INFO kablam! warning: method is never used: `from_error` Oct 27 18:18:26.587 INFO kablam! --> src/response.rs:31:5 Oct 27 18:18:26.587 INFO kablam! | Oct 27 18:18:26.587 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Oct 27 18:18:26.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:18:26.587 INFO kablam! Oct 27 18:18:26.587 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 18:18:26.587 INFO kablam! --> src/lib.rs:1:12 Oct 27 18:18:26.587 INFO kablam! | Oct 27 18:18:26.587 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 18:18:26.587 INFO kablam! | ^^^^^^^^^^ Oct 27 18:18:26.587 INFO kablam! | Oct 27 18:18:26.587 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 18:18:26.587 INFO kablam! Oct 27 18:18:26.699 INFO kablam! warning: method is never used: `from_result` Oct 27 18:18:26.699 INFO kablam! --> src/response.rs:22:5 Oct 27 18:18:26.699 INFO kablam! | Oct 27 18:18:26.699 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Oct 27 18:18:26.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:18:26.699 INFO kablam! | Oct 27 18:18:26.699 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:18:26.699 INFO kablam! Oct 27 18:18:26.699 INFO kablam! warning: method is never used: `from_error` Oct 27 18:18:26.699 INFO kablam! --> src/response.rs:31:5 Oct 27 18:18:26.699 INFO kablam! | Oct 27 18:18:26.699 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Oct 27 18:18:26.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:18:26.699 INFO kablam! Oct 27 18:18:26.699 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 18:18:26.699 INFO kablam! --> src/lib.rs:1:12 Oct 27 18:18:26.699 INFO kablam! | Oct 27 18:18:26.699 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 18:18:26.699 INFO kablam! | ^^^^^^^^^^ Oct 27 18:18:26.699 INFO kablam! | Oct 27 18:18:26.699 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 18:18:26.699 INFO kablam! Oct 27 18:18:31.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.59s Oct 27 18:18:31.469 INFO kablam! su: No module specific data is present Oct 27 18:18:32.052 INFO running `"docker" "rm" "-f" "71f33c98a83a152d94333d9806005c440c4468eb649d9e56c23694eafa5903b5"` Oct 27 18:18:32.264 INFO blam! 71f33c98a83a152d94333d9806005c440c4468eb649d9e56c23694eafa5903b5