Oct 13 11:08:16.768 INFO checking pandora-0.1.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 11:08:16.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 11:08:17.266 INFO blam! dfb1ce5f405c83e5dde5f8a3782500ad84790cc25ec0bba560dde1384e3ab8c6 Oct 13 11:08:17.270 INFO running `"docker" "start" "-a" "dfb1ce5f405c83e5dde5f8a3782500ad84790cc25ec0bba560dde1384e3ab8c6"` Oct 13 11:08:18.316 INFO kablam! usermod: no changes Oct 13 11:08:18.333 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 13 11:08:18.480 INFO kablam! Checking pandora v0.1.1 (/source) Oct 13 11:08:22.708 INFO kablam! warning: unused import: `decrypt` Oct 13 11:08:22.708 INFO kablam! --> src/crypt.rs:97:26 Oct 13 11:08:22.708 INFO kablam! | Oct 13 11:08:22.708 INFO kablam! 97 | use super::{encrypt, decrypt}; Oct 13 11:08:22.708 INFO kablam! | ^^^^^^^ Oct 13 11:08:22.708 INFO kablam! | Oct 13 11:08:22.708 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 11:08:22.708 INFO kablam! Oct 13 11:08:22.708 INFO kablam! warning: unused import: `std::ffi::OsString` Oct 13 11:08:22.708 INFO kablam! --> src/crypt.rs:98:9 Oct 13 11:08:22.708 INFO kablam! | Oct 13 11:08:22.708 INFO kablam! 98 | use std::ffi::OsString; Oct 13 11:08:22.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 11:08:22.708 INFO kablam! Oct 13 11:08:23.744 INFO kablam! warning: variable does not need to be mutable Oct 13 11:08:23.744 INFO kablam! --> src/crypt.rs:16:86 Oct 13 11:08:23.744 INFO kablam! | Oct 13 11:08:23.744 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Oct 13 11:08:23.744 INFO kablam! | ----^^ Oct 13 11:08:23.744 INFO kablam! | | Oct 13 11:08:23.744 INFO kablam! | help: remove this `mut` Oct 13 11:08:23.744 INFO kablam! | Oct 13 11:08:23.744 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 11:08:23.744 INFO kablam! Oct 13 11:08:23.744 INFO kablam! warning: variable does not need to be mutable Oct 13 11:08:23.744 INFO kablam! --> src/crypt.rs:48:80 Oct 13 11:08:23.744 INFO kablam! | Oct 13 11:08:23.744 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Oct 13 11:08:23.744 INFO kablam! | ----^^ Oct 13 11:08:23.744 INFO kablam! | | Oct 13 11:08:23.744 INFO kablam! | help: remove this `mut` Oct 13 11:08:23.744 INFO kablam! Oct 13 11:08:23.880 INFO kablam! warning: variable does not need to be mutable Oct 13 11:08:23.880 INFO kablam! --> src/crypt.rs:16:86 Oct 13 11:08:23.880 INFO kablam! | Oct 13 11:08:23.880 INFO kablam! 16 | let cipherbytes = cipher_with(key.as_bytes(), input.as_bytes(), |blowfish, from, mut to| { Oct 13 11:08:23.880 INFO kablam! | ----^^ Oct 13 11:08:23.880 INFO kablam! | | Oct 13 11:08:23.880 INFO kablam! | help: remove this `mut` Oct 13 11:08:23.880 INFO kablam! | Oct 13 11:08:23.880 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 11:08:23.880 INFO kablam! Oct 13 11:08:23.880 INFO kablam! warning: variable does not need to be mutable Oct 13 11:08:23.880 INFO kablam! --> src/crypt.rs:48:80 Oct 13 11:08:23.880 INFO kablam! | Oct 13 11:08:23.880 INFO kablam! 48 | let mut cipherbytes = cipher_with(key.as_bytes(), &input, |blowfish, from, mut to| { Oct 13 11:08:23.880 INFO kablam! | ----^^ Oct 13 11:08:23.880 INFO kablam! | | Oct 13 11:08:23.880 INFO kablam! | help: remove this `mut` Oct 13 11:08:23.880 INFO kablam! Oct 13 11:08:24.136 INFO kablam! warning: method is never used: `from_result` Oct 13 11:08:24.136 INFO kablam! --> src/response.rs:22:5 Oct 13 11:08:24.136 INFO kablam! | Oct 13 11:08:24.136 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Oct 13 11:08:24.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:08:24.136 INFO kablam! | Oct 13 11:08:24.138 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 11:08:24.138 INFO kablam! Oct 13 11:08:24.138 INFO kablam! warning: method is never used: `from_error` Oct 13 11:08:24.138 INFO kablam! --> src/response.rs:31:5 Oct 13 11:08:24.138 INFO kablam! | Oct 13 11:08:24.138 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Oct 13 11:08:24.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:08:24.138 INFO kablam! Oct 13 11:08:24.138 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 11:08:24.138 INFO kablam! --> src/lib.rs:1:12 Oct 13 11:08:24.138 INFO kablam! | Oct 13 11:08:24.138 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 11:08:24.138 INFO kablam! | ^^^^^^^^^^ Oct 13 11:08:24.138 INFO kablam! | Oct 13 11:08:24.138 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 11:08:24.138 INFO kablam! Oct 13 11:08:24.158 INFO kablam! warning: method is never used: `from_result` Oct 13 11:08:24.158 INFO kablam! --> src/response.rs:22:5 Oct 13 11:08:24.158 INFO kablam! | Oct 13 11:08:24.158 INFO kablam! 22 | pub fn from_result(result: T) -> Self { Oct 13 11:08:24.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:08:24.158 INFO kablam! | Oct 13 11:08:24.160 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 11:08:24.161 INFO kablam! Oct 13 11:08:24.161 INFO kablam! warning: method is never used: `from_error` Oct 13 11:08:24.161 INFO kablam! --> src/response.rs:31:5 Oct 13 11:08:24.161 INFO kablam! | Oct 13 11:08:24.161 INFO kablam! 31 | pub fn from_error(message: String, code: u32) -> Self { Oct 13 11:08:24.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:08:24.161 INFO kablam! Oct 13 11:08:24.162 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 11:08:24.162 INFO kablam! --> src/lib.rs:1:12 Oct 13 11:08:24.162 INFO kablam! | Oct 13 11:08:24.162 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 11:08:24.162 INFO kablam! | ^^^^^^^^^^ Oct 13 11:08:24.162 INFO kablam! | Oct 13 11:08:24.162 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 11:08:24.162 INFO kablam! Oct 13 11:08:27.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.33s Oct 13 11:08:27.672 INFO kablam! su: No module specific data is present Oct 13 11:08:28.616 INFO running `"docker" "rm" "-f" "dfb1ce5f405c83e5dde5f8a3782500ad84790cc25ec0bba560dde1384e3ab8c6"` Oct 13 11:08:28.966 INFO blam! dfb1ce5f405c83e5dde5f8a3782500ad84790cc25ec0bba560dde1384e3ab8c6