Oct 27 18:18:21.165 INFO checking pandora-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:18:21.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:21.591 INFO blam! 6a1039fb005a3c06e4eaf909bc70fa9933c9df7fc46e38c7b9feb7df92d68fe4 Oct 27 18:18:21.604 INFO running `"docker" "start" "-a" "6a1039fb005a3c06e4eaf909bc70fa9933c9df7fc46e38c7b9feb7df92d68fe4"` Oct 27 18:18:22.783 INFO kablam! usermod: no changes Oct 27 18:18:22.819 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 27 18:18:22.999 INFO kablam! Checking pandora v0.1.1 (/source) Oct 27 18:18:27.617 INFO kablam! warning: unused import: `decrypt` Oct 27 18:18:27.618 INFO kablam! --> src/crypt.rs:97:26 Oct 27 18:18:27.618 INFO kablam! | Oct 27 18:18:27.618 INFO kablam! 97 | use super::{encrypt, decrypt}; Oct 27 18:18:27.619 INFO kablam! | ^^^^^^^ Oct 27 18:18:27.619 INFO kablam! | Oct 27 18:18:27.620 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:18:27.620 INFO kablam! Oct 27 18:18:27.621 INFO kablam! warning: unused import: `std::ffi::OsString` Oct 27 18:18:27.621 INFO kablam! --> src/crypt.rs:98:9 Oct 27 18:18:27.621 INFO kablam! | Oct 27 18:18:27.622 INFO kablam! 98 | use std::ffi::OsString; Oct 27 18:18:27.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 18:18:27.623 INFO kablam! Oct 27 18:18:28.852 INFO kablam! warning: variable does not need to be mutable Oct 27 18:18:28.852 INFO kablam! --> src/crypt.rs:16:86 Oct 27 18:18:28.852 INFO kablam! | Oct 27 18:18:28.852 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Oct 27 18:18:28.852 INFO kablam! | ----^^ Oct 27 18:18:28.852 INFO kablam! | | Oct 27 18:18:28.852 INFO kablam! | help: remove this `mut` Oct 27 18:18:28.859 INFO kablam! | Oct 27 18:18:28.859 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:18:28.859 INFO kablam! Oct 27 18:18:28.863 INFO kablam! warning: variable does not need to be mutable Oct 27 18:18:28.863 INFO kablam! --> src/crypt.rs:48:80 Oct 27 18:18:28.863 INFO kablam! | Oct 27 18:18:28.863 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Oct 27 18:18:28.863 INFO kablam! | ----^^ Oct 27 18:18:28.863 INFO kablam! | | Oct 27 18:18:28.863 INFO kablam! | help: remove this `mut` Oct 27 18:18:28.871 INFO kablam! Oct 27 18:18:29.167 INFO kablam! warning: method is never used: `from_result` Oct 27 18:18:29.167 INFO kablam! --> src/response.rs:22:5 Oct 27 18:18:29.167 INFO kablam! | Oct 27 18:18:29.167 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Oct 27 18:18:29.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:18:29.167 INFO kablam! | Oct 27 18:18:29.167 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:18:29.167 INFO kablam! Oct 27 18:18:29.167 INFO kablam! warning: method is never used: `from_error` Oct 27 18:18:29.167 INFO kablam! --> src/response.rs:31:5 Oct 27 18:18:29.167 INFO kablam! | Oct 27 18:18:29.167 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Oct 27 18:18:29.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:18:29.167 INFO kablam! Oct 27 18:18:29.167 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:29.167 INFO kablam! --> src/lib.rs:1:12 Oct 27 18:18:29.167 INFO kablam! | Oct 27 18:18:29.167 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 18:18:29.167 INFO kablam! | ^^^^^^^^^^ Oct 27 18:18:29.167 INFO kablam! | Oct 27 18:18:29.167 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 18:18:29.167 INFO kablam! Oct 27 18:18:29.410 INFO kablam! warning: variable does not need to be mutable Oct 27 18:18:29.410 INFO kablam! --> src/crypt.rs:16:86 Oct 27 18:18:29.410 INFO kablam! | Oct 27 18:18:29.410 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Oct 27 18:18:29.410 INFO kablam! | ----^^ Oct 27 18:18:29.410 INFO kablam! | | Oct 27 18:18:29.411 INFO kablam! | help: remove this `mut` Oct 27 18:18:29.411 INFO kablam! | Oct 27 18:18:29.411 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:18:29.411 INFO kablam! Oct 27 18:18:29.413 INFO kablam! warning: variable does not need to be mutable Oct 27 18:18:29.413 INFO kablam! --> src/crypt.rs:48:80 Oct 27 18:18:29.413 INFO kablam! | Oct 27 18:18:29.413 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Oct 27 18:18:29.414 INFO kablam! | ----^^ Oct 27 18:18:29.414 INFO kablam! | | Oct 27 18:18:29.418 INFO kablam! | help: remove this `mut` Oct 27 18:18:29.419 INFO kablam! Oct 27 18:18:29.628 INFO kablam! warning: method is never used: `from_result` Oct 27 18:18:29.628 INFO kablam! --> src/response.rs:22:5 Oct 27 18:18:29.628 INFO kablam! | Oct 27 18:18:29.629 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Oct 27 18:18:29.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:18:29.629 INFO kablam! | Oct 27 18:18:29.630 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:18:29.630 INFO kablam! Oct 27 18:18:29.630 INFO kablam! warning: method is never used: `from_error` Oct 27 18:18:29.630 INFO kablam! --> src/response.rs:31:5 Oct 27 18:18:29.631 INFO kablam! | Oct 27 18:18:29.631 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Oct 27 18:18:29.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:18:29.632 INFO kablam! Oct 27 18:18:29.632 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:29.632 INFO kablam! --> src/lib.rs:1:12 Oct 27 18:18:29.633 INFO kablam! | Oct 27 18:18:29.633 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 18:18:29.633 INFO kablam! | ^^^^^^^^^^ Oct 27 18:18:29.633 INFO kablam! | Oct 27 18:18:29.634 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 18:18:29.634 INFO kablam! Oct 27 18:18:34.313 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.50s Oct 27 18:18:34.319 INFO kablam! su: No module specific data is present Oct 27 18:18:34.775 INFO running `"docker" "rm" "-f" "6a1039fb005a3c06e4eaf909bc70fa9933c9df7fc46e38c7b9feb7df92d68fe4"` Oct 27 18:18:34.995 INFO blam! 6a1039fb005a3c06e4eaf909bc70fa9933c9df7fc46e38c7b9feb7df92d68fe4