Oct 14 16:34:53.702 INFO testing jmquigs/greycrypt against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 16:34:53.702 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 16:34:54.129 INFO blam! 770053378ed8fbf57e09422db93ab10e9bec567f7f48ef178ed0be8dab545612 Oct 14 16:34:54.135 INFO running `"docker" "start" "-a" "770053378ed8fbf57e09422db93ab10e9bec567f7f48ef178ed0be8dab545612"` Oct 14 16:34:55.766 INFO kablam! usermod: no changes Oct 14 16:34:55.915 INFO kablam! Compiling libc v0.1.12 Oct 14 16:34:55.916 INFO kablam! Compiling bitflags v0.3.3 Oct 14 16:34:55.916 INFO kablam! Compiling debug-builders v0.1.0 Oct 14 16:34:55.916 INFO kablam! Compiling getopts v0.2.14 Oct 14 16:34:55.927 INFO kablam! Compiling filetime v0.1.10 Oct 14 16:34:55.935 INFO kablam! Compiling inotify v0.2.3 Oct 14 16:34:55.935 INFO kablam! Compiling rand v0.3.15 Oct 14 16:34:55.935 INFO kablam! Compiling winapi v0.1.23 Oct 14 16:34:56.741 INFO kablam! Compiling net2 v0.2.29 Oct 14 16:34:58.015 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 16:34:59.427 INFO kablam! Compiling nix v0.5.1 Oct 14 16:34:59.427 INFO kablam! Compiling crc v1.4.0 Oct 14 16:34:59.443 INFO kablam! Compiling toml v0.1.30 Oct 14 16:34:59.443 INFO kablam! Compiling termios v0.0.5 Oct 14 16:34:59.500 INFO kablam! Compiling nix v0.4.3 Oct 14 16:35:02.223 INFO kablam! Compiling unix_socket v0.4.6 Oct 14 16:35:03.442 INFO kablam! Compiling rpassword v0.0.5 Oct 14 16:35:03.491 INFO kablam! Compiling miow v0.1.5 Oct 14 16:35:03.747 INFO kablam! Compiling uuid v0.1.18 Oct 14 16:35:14.012 INFO kablam! Compiling mio v0.5.1 Oct 14 16:35:16.603 INFO kablam! Compiling notify v2.6.3 Oct 14 16:35:22.704 INFO kablam! Compiling grey_crypt v0.1.0 (/source) Oct 14 16:35:23.311 INFO kablam! warning: unused `#[macro_use]` import Oct 14 16:35:23.312 INFO kablam! --> src/main.rs:8:1 Oct 14 16:35:23.312 INFO kablam! | Oct 14 16:35:23.313 INFO kablam! 8 | #[macro_use] Oct 14 16:35:23.313 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:35:23.313 INFO kablam! | Oct 14 16:35:23.313 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:35:23.313 INFO kablam! Oct 14 16:35:24.463 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:24.464 INFO kablam! --> src/syncfile.rs:773:17 Oct 14 16:35:24.464 INFO kablam! | Oct 14 16:35:24.464 INFO kablam! 773 | let mut buf = &mut v; Oct 14 16:35:24.465 INFO kablam! | ----^^^ Oct 14 16:35:24.465 INFO kablam! | | Oct 14 16:35:24.465 INFO kablam! | help: remove this `mut` Oct 14 16:35:24.466 INFO kablam! | Oct 14 16:35:24.466 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:35:24.466 INFO kablam! Oct 14 16:35:24.466 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:24.467 INFO kablam! --> src/crypto_util.rs:54:13 Oct 14 16:35:24.467 INFO kablam! | Oct 14 16:35:24.467 INFO kablam! 54 | let mut first = &mut iv[0 .. IV_SIZE/2]; Oct 14 16:35:24.468 INFO kablam! | ----^^^^^ Oct 14 16:35:24.468 INFO kablam! | | Oct 14 16:35:24.468 INFO kablam! | help: remove this `mut` Oct 14 16:35:24.469 INFO kablam! Oct 14 16:35:24.469 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:24.469 INFO kablam! --> src/crypto_util.rs:58:13 Oct 14 16:35:24.469 INFO kablam! | Oct 14 16:35:24.470 INFO kablam! 58 | let mut second = &mut iv[IV_SIZE/2 .. IV_SIZE]; Oct 14 16:35:24.470 INFO kablam! | ----^^^^^^ Oct 14 16:35:24.470 INFO kablam! | | Oct 14 16:35:24.470 INFO kablam! | help: remove this `mut` Oct 14 16:35:24.471 INFO kablam! Oct 14 16:35:30.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.72s Oct 14 16:35:30.514 INFO kablam! su: No module specific data is present Oct 14 16:35:31.333 INFO running `"docker" "rm" "-f" "770053378ed8fbf57e09422db93ab10e9bec567f7f48ef178ed0be8dab545612"` Oct 14 16:35:31.631 INFO blam! 770053378ed8fbf57e09422db93ab10e9bec567f7f48ef178ed0be8dab545612 Oct 14 16:35:31.633 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 16:35:32.173 INFO blam! 3dde95f50811822bbf82435e9e2b3ec77bedbdd37702b2f9f001c8d7ae41dc45 Oct 14 16:35:32.191 INFO running `"docker" "start" "-a" "3dde95f50811822bbf82435e9e2b3ec77bedbdd37702b2f9f001c8d7ae41dc45"` Oct 14 16:35:33.064 INFO kablam! usermod: no changes Oct 14 16:35:33.156 INFO kablam! Compiling grey_crypt v0.1.0 (/source) Oct 14 16:35:34.736 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:34.736 INFO kablam! --> src/syncfile.rs:773:17 Oct 14 16:35:34.736 INFO kablam! | Oct 14 16:35:34.736 INFO kablam! 773 | let mut buf = &mut v; Oct 14 16:35:34.736 INFO kablam! | ----^^^ Oct 14 16:35:34.736 INFO kablam! | | Oct 14 16:35:34.736 INFO kablam! | help: remove this `mut` Oct 14 16:35:34.736 INFO kablam! | Oct 14 16:35:34.736 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:35:34.736 INFO kablam! Oct 14 16:35:34.765 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:34.765 INFO kablam! --> src/crypto_util.rs:54:13 Oct 14 16:35:34.765 INFO kablam! | Oct 14 16:35:34.765 INFO kablam! 54 | let mut first = &mut iv[0 .. IV_SIZE/2]; Oct 14 16:35:34.765 INFO kablam! | ----^^^^^ Oct 14 16:35:34.765 INFO kablam! | | Oct 14 16:35:34.765 INFO kablam! | help: remove this `mut` Oct 14 16:35:34.765 INFO kablam! Oct 14 16:35:34.765 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:34.765 INFO kablam! --> src/crypto_util.rs:58:13 Oct 14 16:35:34.765 INFO kablam! | Oct 14 16:35:34.765 INFO kablam! 58 | let mut second = &mut iv[IV_SIZE/2 .. IV_SIZE]; Oct 14 16:35:34.765 INFO kablam! | ----^^^^^^ Oct 14 16:35:34.765 INFO kablam! | | Oct 14 16:35:34.765 INFO kablam! | help: remove this `mut` Oct 14 16:35:34.765 INFO kablam! Oct 14 16:35:34.780 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:34.780 INFO kablam! --> src/syncdb.rs:225:17 Oct 14 16:35:34.780 INFO kablam! | Oct 14 16:35:34.780 INFO kablam! 225 | let mut syncdb:&mut syncdb::SyncDb = &mut syncdb; Oct 14 16:35:34.780 INFO kablam! | ----^^^^^^ Oct 14 16:35:34.780 INFO kablam! | | Oct 14 16:35:34.780 INFO kablam! | help: remove this `mut` Oct 14 16:35:34.780 INFO kablam! Oct 14 16:35:38.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.80s Oct 14 16:35:38.893 INFO kablam! su: No module specific data is present Oct 14 16:35:39.603 INFO running `"docker" "rm" "-f" "3dde95f50811822bbf82435e9e2b3ec77bedbdd37702b2f9f001c8d7ae41dc45"` Oct 14 16:35:39.822 INFO blam! 3dde95f50811822bbf82435e9e2b3ec77bedbdd37702b2f9f001c8d7ae41dc45