Oct 21 16:51:32.511 INFO checking jmquigs/greycrypt against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:51:32.511 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 21 16:51:32.884 INFO blam! 3bdafb417533b9985101e861b87a56c0aa39811fbd8c654417406057e14f9240 Oct 21 16:51:32.885 INFO running `"docker" "start" "-a" "3bdafb417533b9985101e861b87a56c0aa39811fbd8c654417406057e14f9240"` Oct 21 16:51:34.148 INFO kablam! usermod: no changes Oct 21 16:51:34.332 INFO kablam! Checking debug-builders v0.1.0 Oct 21 16:51:34.344 INFO kablam! Checking net2 v0.2.29 Oct 21 16:51:34.344 INFO kablam! Checking time v0.1.37 Oct 21 16:51:34.344 INFO kablam! Checking filetime v0.1.10 Oct 21 16:51:34.344 INFO kablam! Checking inotify v0.2.3 Oct 21 16:51:34.368 INFO kablam! Checking winapi v0.1.23 Oct 21 16:51:34.368 INFO kablam! Checking nix v0.5.1 Oct 21 16:51:34.368 INFO kablam! Compiling rust-crypto v0.2.36 Oct 21 16:51:35.913 INFO kablam! Checking termios v0.0.5 Oct 21 16:51:36.276 INFO kablam! Checking nix v0.4.3 Oct 21 16:51:36.598 INFO kablam! Checking toml v0.1.30 Oct 21 16:51:36.800 INFO kablam! Checking uuid v0.1.18 Oct 21 16:51:37.192 INFO kablam! Checking unix_socket v0.4.6 Oct 21 16:51:37.937 INFO kablam! Checking miow v0.1.5 Oct 21 16:51:38.354 INFO kablam! Checking rpassword v0.0.5 Oct 21 16:51:42.773 INFO kablam! Checking mio v0.5.1 Oct 21 16:51:44.596 INFO kablam! Checking notify v2.6.3 Oct 21 16:51:46.191 INFO kablam! Checking grey_crypt v0.1.0 (/source) Oct 21 16:51:47.564 INFO kablam! warning: unused `#[macro_use]` import Oct 21 16:51:47.564 INFO kablam! --> src/main.rs:8:1 Oct 21 16:51:47.564 INFO kablam! | Oct 21 16:51:47.564 INFO kablam! 8 | #[macro_use] Oct 21 16:51:47.564 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:51:47.564 INFO kablam! | Oct 21 16:51:47.564 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:51:47.564 INFO kablam! Oct 21 16:51:48.728 INFO kablam! warning: variable does not need to be mutable Oct 21 16:51:48.729 INFO kablam! --> src/syncfile.rs:773:17 Oct 21 16:51:48.729 INFO kablam! | Oct 21 16:51:48.729 INFO kablam! 773 | let mut buf = &mut v; Oct 21 16:51:48.729 INFO kablam! | ----^^^ Oct 21 16:51:48.729 INFO kablam! | | Oct 21 16:51:48.729 INFO kablam! | help: remove this `mut` Oct 21 16:51:48.729 INFO kablam! | Oct 21 16:51:48.729 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:51:48.729 INFO kablam! Oct 21 16:51:48.740 INFO kablam! warning: variable does not need to be mutable Oct 21 16:51:48.740 INFO kablam! --> src/crypto_util.rs:54:13 Oct 21 16:51:48.740 INFO kablam! | Oct 21 16:51:48.740 INFO kablam! 54 | let mut first = &mut iv[0 .. IV_SIZE/2]; Oct 21 16:51:48.740 INFO kablam! | ----^^^^^ Oct 21 16:51:48.740 INFO kablam! | | Oct 21 16:51:48.740 INFO kablam! | help: remove this `mut` Oct 21 16:51:48.740 INFO kablam! Oct 21 16:51:48.740 INFO kablam! warning: variable does not need to be mutable Oct 21 16:51:48.740 INFO kablam! --> src/crypto_util.rs:58:13 Oct 21 16:51:48.740 INFO kablam! | Oct 21 16:51:48.740 INFO kablam! 58 | let mut second = &mut iv[IV_SIZE/2 .. IV_SIZE]; Oct 21 16:51:48.740 INFO kablam! | ----^^^^^^ Oct 21 16:51:48.740 INFO kablam! | | Oct 21 16:51:48.740 INFO kablam! | help: remove this `mut` Oct 21 16:51:48.740 INFO kablam! Oct 21 16:51:49.272 INFO kablam! warning: variable does not need to be mutable Oct 21 16:51:49.272 INFO kablam! --> src/syncfile.rs:773:17 Oct 21 16:51:49.272 INFO kablam! | Oct 21 16:51:49.272 INFO kablam! 773 | let mut buf = &mut v; Oct 21 16:51:49.272 INFO kablam! | ----^^^ Oct 21 16:51:49.272 INFO kablam! | | Oct 21 16:51:49.272 INFO kablam! | help: remove this `mut` Oct 21 16:51:49.272 INFO kablam! | Oct 21 16:51:49.272 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:51:49.272 INFO kablam! Oct 21 16:51:49.304 INFO kablam! warning: variable does not need to be mutable Oct 21 16:51:49.304 INFO kablam! --> src/crypto_util.rs:54:13 Oct 21 16:51:49.304 INFO kablam! | Oct 21 16:51:49.304 INFO kablam! 54 | let mut first = &mut iv[0 .. IV_SIZE/2]; Oct 21 16:51:49.304 INFO kablam! | ----^^^^^ Oct 21 16:51:49.304 INFO kablam! | | Oct 21 16:51:49.304 INFO kablam! | help: remove this `mut` Oct 21 16:51:49.304 INFO kablam! Oct 21 16:51:49.304 INFO kablam! warning: variable does not need to be mutable Oct 21 16:51:49.304 INFO kablam! --> src/crypto_util.rs:58:13 Oct 21 16:51:49.304 INFO kablam! | Oct 21 16:51:49.304 INFO kablam! 58 | let mut second = &mut iv[IV_SIZE/2 .. IV_SIZE]; Oct 21 16:51:49.304 INFO kablam! | ----^^^^^^ Oct 21 16:51:49.304 INFO kablam! | | Oct 21 16:51:49.304 INFO kablam! | help: remove this `mut` Oct 21 16:51:49.304 INFO kablam! Oct 21 16:51:49.331 INFO kablam! warning: variable does not need to be mutable Oct 21 16:51:49.331 INFO kablam! --> src/syncdb.rs:225:17 Oct 21 16:51:49.331 INFO kablam! | Oct 21 16:51:49.331 INFO kablam! 225 | let mut syncdb:&mut syncdb::SyncDb = &mut syncdb; Oct 21 16:51:49.331 INFO kablam! | ----^^^^^^ Oct 21 16:51:49.331 INFO kablam! | | Oct 21 16:51:49.331 INFO kablam! | help: remove this `mut` Oct 21 16:51:49.331 INFO kablam! Oct 21 16:51:49.696 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.53s Oct 21 16:51:49.707 INFO kablam! su: No module specific data is present Oct 21 16:51:50.265 INFO running `"docker" "rm" "-f" "3bdafb417533b9985101e861b87a56c0aa39811fbd8c654417406057e14f9240"` Oct 21 16:51:50.537 INFO blam! 3bdafb417533b9985101e861b87a56c0aa39811fbd8c654417406057e14f9240