Oct 22 01:02:26.311 INFO checking pandora-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:02:26.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 22 01:02:26.628 INFO blam! 993f086a0525a8ecb110d87ea067de635a60e056b2143ec43f7da536d8a8663d Oct 22 01:02:26.634 INFO running `"docker" "start" "-a" "993f086a0525a8ecb110d87ea067de635a60e056b2143ec43f7da536d8a8663d"` Oct 22 01:02:27.118 INFO kablam! usermod: no changes Oct 22 01:02:27.158 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 22 01:02:27.249 INFO kablam! Checking pandora v0.1.1 (/source) Oct 22 01:02:30.125 INFO kablam! warning: unused import: `decrypt` Oct 22 01:02:30.125 INFO kablam! --> src/crypt.rs:97:26 Oct 22 01:02:30.126 INFO kablam! | Oct 22 01:02:30.126 INFO kablam! 97 | use super::{encrypt, decrypt}; Oct 22 01:02:30.126 INFO kablam! | ^^^^^^^ Oct 22 01:02:30.126 INFO kablam! | Oct 22 01:02:30.127 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:02:30.127 INFO kablam! Oct 22 01:02:30.127 INFO kablam! warning: unused import: `std::ffi::OsString` Oct 22 01:02:30.128 INFO kablam! --> src/crypt.rs:98:9 Oct 22 01:02:30.128 INFO kablam! | Oct 22 01:02:30.128 INFO kablam! 98 | use std::ffi::OsString; Oct 22 01:02:30.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 01:02:30.129 INFO kablam! Oct 22 01:02:30.936 INFO kablam! warning: variable does not need to be mutable Oct 22 01:02:30.936 INFO kablam! --> src/crypt.rs:16:86 Oct 22 01:02:30.936 INFO kablam! | Oct 22 01:02:30.936 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Oct 22 01:02:30.936 INFO kablam! | ----^^ Oct 22 01:02:30.936 INFO kablam! | | Oct 22 01:02:30.936 INFO kablam! | help: remove this `mut` Oct 22 01:02:30.936 INFO kablam! | Oct 22 01:02:30.936 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:02:30.936 INFO kablam! Oct 22 01:02:30.940 INFO kablam! warning: variable does not need to be mutable Oct 22 01:02:30.940 INFO kablam! --> src/crypt.rs:48:80 Oct 22 01:02:30.940 INFO kablam! | Oct 22 01:02:30.940 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Oct 22 01:02:30.940 INFO kablam! | ----^^ Oct 22 01:02:30.940 INFO kablam! | | Oct 22 01:02:30.940 INFO kablam! | help: remove this `mut` Oct 22 01:02:30.940 INFO kablam! Oct 22 01:02:30.981 INFO kablam! warning: variable does not need to be mutable Oct 22 01:02:30.981 INFO kablam! --> src/crypt.rs:16:86 Oct 22 01:02:30.981 INFO kablam! | Oct 22 01:02:30.982 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Oct 22 01:02:30.982 INFO kablam! | ----^^ Oct 22 01:02:30.982 INFO kablam! | | Oct 22 01:02:30.983 INFO kablam! | help: remove this `mut` Oct 22 01:02:30.983 INFO kablam! | Oct 22 01:02:30.983 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:02:30.983 INFO kablam! Oct 22 01:02:30.988 INFO kablam! warning: variable does not need to be mutable Oct 22 01:02:30.989 INFO kablam! --> src/crypt.rs:48:80 Oct 22 01:02:30.989 INFO kablam! | Oct 22 01:02:30.989 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Oct 22 01:02:30.990 INFO kablam! | ----^^ Oct 22 01:02:30.990 INFO kablam! | | Oct 22 01:02:30.990 INFO kablam! | help: remove this `mut` Oct 22 01:02:30.991 INFO kablam! Oct 22 01:02:31.224 INFO kablam! warning: method is never used: `from_result` Oct 22 01:02:31.224 INFO kablam! --> src/response.rs:22:5 Oct 22 01:02:31.224 INFO kablam! | Oct 22 01:02:31.225 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Oct 22 01:02:31.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:02:31.225 INFO kablam! | Oct 22 01:02:31.225 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 01:02:31.225 INFO kablam! Oct 22 01:02:31.225 INFO kablam! warning: method is never used: `from_error` Oct 22 01:02:31.225 INFO kablam! --> src/response.rs:31:5 Oct 22 01:02:31.225 INFO kablam! | Oct 22 01:02:31.225 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Oct 22 01:02:31.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:02:31.225 INFO kablam! Oct 22 01:02:31.225 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 22 01:02:31.225 INFO kablam! --> src/lib.rs:1:12 Oct 22 01:02:31.225 INFO kablam! | Oct 22 01:02:31.225 INFO kablam! 1 | #![feature(proc_macro)] Oct 22 01:02:31.225 INFO kablam! | ^^^^^^^^^^ Oct 22 01:02:31.225 INFO kablam! | Oct 22 01:02:31.225 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 01:02:31.225 INFO kablam! Oct 22 01:02:31.236 INFO kablam! warning: method is never used: `from_result` Oct 22 01:02:31.236 INFO kablam! --> src/response.rs:22:5 Oct 22 01:02:31.236 INFO kablam! | Oct 22 01:02:31.236 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Oct 22 01:02:31.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:02:31.236 INFO kablam! | Oct 22 01:02:31.236 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 01:02:31.236 INFO kablam! Oct 22 01:02:31.236 INFO kablam! warning: method is never used: `from_error` Oct 22 01:02:31.236 INFO kablam! --> src/response.rs:31:5 Oct 22 01:02:31.236 INFO kablam! | Oct 22 01:02:31.236 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Oct 22 01:02:31.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:02:31.236 INFO kablam! Oct 22 01:02:31.236 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 22 01:02:31.236 INFO kablam! --> src/lib.rs:1:12 Oct 22 01:02:31.236 INFO kablam! | Oct 22 01:02:31.236 INFO kablam! 1 | #![feature(proc_macro)] Oct 22 01:02:31.236 INFO kablam! | ^^^^^^^^^^ Oct 22 01:02:31.236 INFO kablam! | Oct 22 01:02:31.236 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 01:02:31.236 INFO kablam! Oct 22 01:02:34.601 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.46s Oct 22 01:02:34.619 INFO kablam! su: No module specific data is present Oct 22 01:02:34.926 INFO running `"docker" "rm" "-f" "993f086a0525a8ecb110d87ea067de635a60e056b2143ec43f7da536d8a8663d"` Oct 22 01:02:35.041 INFO blam! 993f086a0525a8ecb110d87ea067de635a60e056b2143ec43f7da536d8a8663d