Oct 27 02:50:02.801 INFO checking jmquigs/greycrypt against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:50:02.802 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 02:50:03.219 INFO blam! 78ad1069237e8c554e140cd5bea0ef9539fcfd2dd74c29f3d83bb527636dd0a3 Oct 27 02:50:03.219 INFO running `"docker" "start" "-a" "78ad1069237e8c554e140cd5bea0ef9539fcfd2dd74c29f3d83bb527636dd0a3"` Oct 27 02:50:04.947 INFO kablam! usermod: no changes Oct 27 02:50:05.122 INFO kablam! Checking inotify v0.2.3 Oct 27 02:50:05.122 INFO kablam! Checking filetime v0.1.10 Oct 27 02:50:05.122 INFO kablam! Checking winapi v0.1.23 Oct 27 02:50:05.122 INFO kablam! Checking net2 v0.2.29 Oct 27 02:50:05.133 INFO kablam! Checking nix v0.5.1 Oct 27 02:50:05.134 INFO kablam! Checking termios v0.0.5 Oct 27 02:50:05.135 INFO kablam! Checking toml v0.1.30 Oct 27 02:50:05.135 INFO kablam! Checking crc v1.4.0 Oct 27 02:50:08.127 INFO kablam! Checking nix v0.4.3 Oct 27 02:50:08.225 INFO kablam! Checking uuid v0.1.18 Oct 27 02:50:08.368 INFO kablam! Checking rpassword v0.0.5 Oct 27 02:50:08.555 INFO kablam! Checking walkdir v0.1.8 Oct 27 02:50:09.811 INFO kablam! Checking miow v0.1.5 Oct 27 02:50:15.899 INFO kablam! Checking mio v0.5.1 Oct 27 02:50:17.157 INFO kablam! Checking notify v2.6.3 Oct 27 02:50:18.347 INFO kablam! Checking grey_crypt v0.1.0 (/source) Oct 27 02:50:20.127 INFO kablam! warning: unused `#[macro_use]` import Oct 27 02:50:20.128 INFO kablam! --> src/main.rs:8:1 Oct 27 02:50:20.129 INFO kablam! | Oct 27 02:50:20.129 INFO kablam! 8 | #[macro_use] Oct 27 02:50:20.130 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:50:20.131 INFO kablam! | Oct 27 02:50:20.131 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:50:20.132 INFO kablam! Oct 27 02:50:21.580 INFO kablam! warning: variable does not need to be mutable Oct 27 02:50:21.580 INFO kablam! --> src/syncfile.rs:773:17 Oct 27 02:50:21.580 INFO kablam! | Oct 27 02:50:21.580 INFO kablam! 773 | let mut buf = &mut v; Oct 27 02:50:21.580 INFO kablam! | ----^^^ Oct 27 02:50:21.580 INFO kablam! | | Oct 27 02:50:21.580 INFO kablam! | help: remove this `mut` Oct 27 02:50:21.580 INFO kablam! | Oct 27 02:50:21.582 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:50:21.582 INFO kablam! Oct 27 02:50:21.591 INFO kablam! warning: variable does not need to be mutable Oct 27 02:50:21.591 INFO kablam! --> src/crypto_util.rs:54:13 Oct 27 02:50:21.591 INFO kablam! | Oct 27 02:50:21.591 INFO kablam! 54 | let mut first = &mut iv[0 .. IV_SIZE/2]; Oct 27 02:50:21.591 INFO kablam! | ----^^^^^ Oct 27 02:50:21.591 INFO kablam! | | Oct 27 02:50:21.591 INFO kablam! | help: remove this `mut` Oct 27 02:50:21.591 INFO kablam! Oct 27 02:50:21.591 INFO kablam! warning: variable does not need to be mutable Oct 27 02:50:21.591 INFO kablam! --> src/crypto_util.rs:58:13 Oct 27 02:50:21.591 INFO kablam! | Oct 27 02:50:21.591 INFO kablam! 58 | let mut second = &mut iv[IV_SIZE/2 .. IV_SIZE]; Oct 27 02:50:21.591 INFO kablam! | ----^^^^^^ Oct 27 02:50:21.591 INFO kablam! | | Oct 27 02:50:21.592 INFO kablam! | help: remove this `mut` Oct 27 02:50:21.592 INFO kablam! Oct 27 02:50:22.360 INFO kablam! warning: variable does not need to be mutable Oct 27 02:50:22.361 INFO kablam! --> src/syncfile.rs:773:17 Oct 27 02:50:22.362 INFO kablam! | Oct 27 02:50:22.362 INFO kablam! 773 | let mut buf = &mut v; Oct 27 02:50:22.363 INFO kablam! | ----^^^ Oct 27 02:50:22.363 INFO kablam! | | Oct 27 02:50:22.364 INFO kablam! | help: remove this `mut` Oct 27 02:50:22.364 INFO kablam! | Oct 27 02:50:22.365 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:50:22.365 INFO kablam! Oct 27 02:50:22.393 INFO kablam! warning: variable does not need to be mutable Oct 27 02:50:22.394 INFO kablam! --> src/crypto_util.rs:54:13 Oct 27 02:50:22.395 INFO kablam! | Oct 27 02:50:22.396 INFO kablam! 54 | let mut first = &mut iv[0 .. IV_SIZE/2]; Oct 27 02:50:22.396 INFO kablam! | ----^^^^^ Oct 27 02:50:22.397 INFO kablam! | | Oct 27 02:50:22.398 INFO kablam! | help: remove this `mut` Oct 27 02:50:22.398 INFO kablam! Oct 27 02:50:22.399 INFO kablam! warning: variable does not need to be mutable Oct 27 02:50:22.399 INFO kablam! --> src/crypto_util.rs:58:13 Oct 27 02:50:22.400 INFO kablam! | Oct 27 02:50:22.401 INFO kablam! 58 | let mut second = &mut iv[IV_SIZE/2 .. IV_SIZE]; Oct 27 02:50:22.401 INFO kablam! | ----^^^^^^ Oct 27 02:50:22.402 INFO kablam! | | Oct 27 02:50:22.402 INFO kablam! | help: remove this `mut` Oct 27 02:50:22.403 INFO kablam! Oct 27 02:50:22.414 INFO kablam! warning: variable does not need to be mutable Oct 27 02:50:22.414 INFO kablam! --> src/syncdb.rs:225:17 Oct 27 02:50:22.414 INFO kablam! | Oct 27 02:50:22.415 INFO kablam! 225 | let mut syncdb:&mut syncdb::SyncDb = &mut syncdb; Oct 27 02:50:22.415 INFO kablam! | ----^^^^^^ Oct 27 02:50:22.415 INFO kablam! | | Oct 27 02:50:22.415 INFO kablam! | help: remove this `mut` Oct 27 02:50:22.415 INFO kablam! Oct 27 02:50:22.805 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.81s Oct 27 02:50:22.812 INFO kablam! su: No module specific data is present Oct 27 02:50:24.388 INFO running `"docker" "rm" "-f" "78ad1069237e8c554e140cd5bea0ef9539fcfd2dd74c29f3d83bb527636dd0a3"` Oct 27 02:50:24.683 INFO blam! 78ad1069237e8c554e140cd5bea0ef9539fcfd2dd74c29f3d83bb527636dd0a3