Oct 14 16:34:58.614 INFO testing jmquigs/greycrypt against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:34:58.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:59.297 INFO blam! a473b09ce55570379171395b5ca9e4141b908a675f39c26413eabe1bc70b88c5 Oct 14 16:34:59.300 INFO running `"docker" "start" "-a" "a473b09ce55570379171395b5ca9e4141b908a675f39c26413eabe1bc70b88c5"` Oct 14 16:35:00.387 INFO kablam! usermod: no changes Oct 14 16:35:00.539 INFO kablam! Compiling libc v0.1.12 Oct 14 16:35:00.547 INFO kablam! Compiling bitflags v0.3.3 Oct 14 16:35:00.547 INFO kablam! Compiling debug-builders v0.1.0 Oct 14 16:35:00.555 INFO kablam! Compiling net2 v0.2.29 Oct 14 16:35:00.555 INFO kablam! Compiling time v0.1.37 Oct 14 16:35:00.556 INFO kablam! Compiling filetime v0.1.10 Oct 14 16:35:00.556 INFO kablam! Compiling inotify v0.2.3 Oct 14 16:35:00.556 INFO kablam! Compiling winapi v0.1.23 Oct 14 16:35:01.679 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 16:35:02.051 INFO kablam! Compiling nix v0.5.1 Oct 14 16:35:04.315 INFO kablam! Compiling toml v0.1.30 Oct 14 16:35:04.363 INFO kablam! Compiling crc v1.4.0 Oct 14 16:35:04.739 INFO kablam! Compiling uuid v0.1.18 Oct 14 16:35:04.763 INFO kablam! Compiling termios v0.0.5 Oct 14 16:35:04.855 INFO kablam! Compiling nix v0.4.3 Oct 14 16:35:06.275 INFO kablam! Compiling unix_socket v0.4.6 Oct 14 16:35:07.459 INFO kablam! Compiling rpassword v0.0.5 Oct 14 16:35:07.867 INFO kablam! Compiling miow v0.1.5 Oct 14 16:35:09.443 INFO kablam! Compiling walkdir v0.1.8 Oct 14 16:35:20.319 INFO kablam! Compiling mio v0.5.1 Oct 14 16:35:22.503 INFO kablam! Compiling notify v2.6.3 Oct 14 16:35:28.924 INFO kablam! Compiling grey_crypt v0.1.0 (/source) Oct 14 16:35:29.491 INFO kablam! warning: unused `#[macro_use]` import Oct 14 16:35:29.491 INFO kablam! --> src/main.rs:8:1 Oct 14 16:35:29.491 INFO kablam! | Oct 14 16:35:29.491 INFO kablam! 8 | #[macro_use] Oct 14 16:35:29.491 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:35:29.491 INFO kablam! | Oct 14 16:35:29.491 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:35:29.491 INFO kablam! Oct 14 16:35:30.459 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:30.459 INFO kablam! --> src/syncfile.rs:773:17 Oct 14 16:35:30.459 INFO kablam! | Oct 14 16:35:30.459 INFO kablam! 773 | let mut buf = &mut v; Oct 14 16:35:30.459 INFO kablam! | ----^^^ Oct 14 16:35:30.459 INFO kablam! | | Oct 14 16:35:30.459 INFO kablam! | help: remove this `mut` Oct 14 16:35:30.459 INFO kablam! | Oct 14 16:35:30.459 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:35:30.459 INFO kablam! Oct 14 16:35:30.459 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:30.459 INFO kablam! --> src/crypto_util.rs:54:13 Oct 14 16:35:30.459 INFO kablam! | Oct 14 16:35:30.459 INFO kablam! 54 | let mut first = &mut iv[0 .. IV_SIZE/2]; Oct 14 16:35:30.459 INFO kablam! | ----^^^^^ Oct 14 16:35:30.459 INFO kablam! | | Oct 14 16:35:30.459 INFO kablam! | help: remove this `mut` Oct 14 16:35:30.459 INFO kablam! Oct 14 16:35:30.459 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:30.459 INFO kablam! --> src/crypto_util.rs:58:13 Oct 14 16:35:30.459 INFO kablam! | Oct 14 16:35:30.459 INFO kablam! 58 | let mut second = &mut iv[IV_SIZE/2 .. IV_SIZE]; Oct 14 16:35:30.459 INFO kablam! | ----^^^^^^ Oct 14 16:35:30.459 INFO kablam! | | Oct 14 16:35:30.459 INFO kablam! | help: remove this `mut` Oct 14 16:35:30.459 INFO kablam! Oct 14 16:35:34.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.03s Oct 14 16:35:34.454 INFO kablam! su: No module specific data is present Oct 14 16:35:34.704 INFO running `"docker" "rm" "-f" "a473b09ce55570379171395b5ca9e4141b908a675f39c26413eabe1bc70b88c5"` Oct 14 16:35:34.776 INFO blam! a473b09ce55570379171395b5ca9e4141b908a675f39c26413eabe1bc70b88c5 Oct 14 16:35:34.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:34.951 INFO blam! f4929e1554715ae0744c8644d9e52515bb50aa0354b827d0df1c9784bcdb5392 Oct 14 16:35:34.953 INFO running `"docker" "start" "-a" "f4929e1554715ae0744c8644d9e52515bb50aa0354b827d0df1c9784bcdb5392"` Oct 14 16:35:35.359 INFO kablam! usermod: no changes Oct 14 16:35:35.487 INFO kablam! Compiling grey_crypt v0.1.0 (/source) Oct 14 16:35:37.499 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:37.503 INFO kablam! --> src/syncfile.rs:773:17 Oct 14 16:35:37.503 INFO kablam! | Oct 14 16:35:37.503 INFO kablam! 773 | let mut buf = &mut v; Oct 14 16:35:37.503 INFO kablam! | ----^^^ Oct 14 16:35:37.503 INFO kablam! | | Oct 14 16:35:37.503 INFO kablam! | help: remove this `mut` Oct 14 16:35:37.503 INFO kablam! | Oct 14 16:35:37.503 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:35:37.503 INFO kablam! Oct 14 16:35:37.530 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:37.530 INFO kablam! --> src/crypto_util.rs:54:13 Oct 14 16:35:37.530 INFO kablam! | Oct 14 16:35:37.530 INFO kablam! 54 | let mut first = &mut iv[0 .. IV_SIZE/2]; Oct 14 16:35:37.530 INFO kablam! | ----^^^^^ Oct 14 16:35:37.530 INFO kablam! | | Oct 14 16:35:37.530 INFO kablam! | help: remove this `mut` Oct 14 16:35:37.530 INFO kablam! Oct 14 16:35:37.530 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:37.530 INFO kablam! --> src/crypto_util.rs:58:13 Oct 14 16:35:37.530 INFO kablam! | Oct 14 16:35:37.530 INFO kablam! 58 | let mut second = &mut iv[IV_SIZE/2 .. IV_SIZE]; Oct 14 16:35:37.530 INFO kablam! | ----^^^^^^ Oct 14 16:35:37.530 INFO kablam! | | Oct 14 16:35:37.530 INFO kablam! | help: remove this `mut` Oct 14 16:35:37.530 INFO kablam! Oct 14 16:35:37.557 INFO kablam! warning: variable does not need to be mutable Oct 14 16:35:37.557 INFO kablam! --> src/syncdb.rs:225:17 Oct 14 16:35:37.558 INFO kablam! | Oct 14 16:35:37.558 INFO kablam! 225 | let mut syncdb:&mut syncdb::SyncDb = &mut syncdb; Oct 14 16:35:37.558 INFO kablam! | ----^^^^^^ Oct 14 16:35:37.558 INFO kablam! | | Oct 14 16:35:37.558 INFO kablam! | help: remove this `mut` Oct 14 16:35:37.559 INFO kablam! Oct 14 16:35:41.613 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.23s Oct 14 16:35:41.617 INFO kablam! su: No module specific data is present Oct 14 16:35:41.854 INFO running `"docker" "rm" "-f" "f4929e1554715ae0744c8644d9e52515bb50aa0354b827d0df1c9784bcdb5392"` Oct 14 16:35:41.963 INFO blam! f4929e1554715ae0744c8644d9e52515bb50aa0354b827d0df1c9784bcdb5392