Oct 27 06:12:08.185 INFO checking danielschemmel/drsat against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 06:12:08.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 06:12:08.679 INFO blam! ed3779ebb57c453b497828354dd34fa7cf71c0d380b1e6b6529da17c94439f05 Oct 27 06:12:08.683 INFO running `"docker" "start" "-a" "ed3779ebb57c453b497828354dd34fa7cf71c0d380b1e6b6529da17c94439f05"` Oct 27 06:12:09.791 INFO kablam! usermod: no changes Oct 27 06:12:09.991 INFO kablam! Compiling openssl-probe v0.1.2 Oct 27 06:12:09.991 INFO kablam! Compiling cmake v0.1.33 Oct 27 06:12:09.991 INFO kablam! Compiling curl-sys v0.4.8 Oct 27 06:12:09.995 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 27 06:12:09.995 INFO kablam! Compiling lzma-sys v0.1.10 Oct 27 06:12:09.995 INFO kablam! Compiling libz-sys v1.0.20 Oct 27 06:12:09.995 INFO kablam! Compiling openssl-sys v0.9.35 Oct 27 06:12:09.995 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 27 06:12:11.989 INFO kablam! Checking flate2 v1.0.2 Oct 27 06:12:12.395 INFO kablam! Checking error-chain v0.12.0 Oct 27 06:12:14.111 INFO kablam! Compiling backtrace v0.3.9 Oct 27 06:12:17.483 INFO kablam! Compiling libssh2-sys v0.2.10 Oct 27 06:12:17.484 INFO kablam! Compiling libgit2-sys v0.7.7 Oct 27 06:12:22.851 INFO kablam! Checking xz2 v0.1.5 Oct 27 06:12:23.971 INFO kablam! Checking bzip2 v0.3.3 Oct 27 06:12:57.634 INFO kablam! Compiling git2 v0.7.5 Oct 27 06:13:06.290 INFO kablam! Compiling drsat v0.1.0 (/source) Oct 27 06:13:12.223 INFO kablam! warning: variable does not need to be mutable Oct 27 06:13:12.224 INFO kablam! --> src/cnf/problem/precompute.rs:6:19 Oct 27 06:13:12.224 INFO kablam! | Oct 27 06:13:12.224 INFO kablam! 6 | pub fn precompute(mut variables: &mut IndexedVec, mut clauses: &mut Vec>) -> SolverResult { Oct 27 06:13:12.224 INFO kablam! | ----^^^^^^^^^ Oct 27 06:13:12.224 INFO kablam! | | Oct 27 06:13:12.224 INFO kablam! | help: remove this `mut` Oct 27 06:13:12.224 INFO kablam! | Oct 27 06:13:12.224 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 06:13:12.224 INFO kablam! Oct 27 06:13:12.224 INFO kablam! warning: variable does not need to be mutable Oct 27 06:13:12.224 INFO kablam! --> src/cnf/problem/precompute.rs:6:73 Oct 27 06:13:12.224 INFO kablam! | Oct 27 06:13:12.224 INFO kablam! 6 | pub fn precompute(mut variables: &mut IndexedVec, mut clauses: &mut Vec>) -> SolverResult { Oct 27 06:13:12.224 INFO kablam! | ----^^^^^^^ Oct 27 06:13:12.224 INFO kablam! | | Oct 27 06:13:12.224 INFO kablam! | help: remove this `mut` Oct 27 06:13:12.224 INFO kablam! Oct 27 06:13:12.489 INFO kablam! warning: variable does not need to be mutable Oct 27 06:13:12.489 INFO kablam! --> src/cnf/problem/precompute.rs:6:19 Oct 27 06:13:12.489 INFO kablam! | Oct 27 06:13:12.489 INFO kablam! 6 | pub fn precompute(mut variables: &mut IndexedVec, mut clauses: &mut Vec>) -> SolverResult { Oct 27 06:13:12.489 INFO kablam! | ----^^^^^^^^^ Oct 27 06:13:12.489 INFO kablam! | | Oct 27 06:13:12.489 INFO kablam! | help: remove this `mut` Oct 27 06:13:12.489 INFO kablam! | Oct 27 06:13:12.489 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 06:13:12.489 INFO kablam! Oct 27 06:13:12.489 INFO kablam! warning: variable does not need to be mutable Oct 27 06:13:12.489 INFO kablam! --> src/cnf/problem/precompute.rs:6:73 Oct 27 06:13:12.489 INFO kablam! | Oct 27 06:13:12.489 INFO kablam! 6 | pub fn precompute(mut variables: &mut IndexedVec, mut clauses: &mut Vec>) -> SolverResult { Oct 27 06:13:12.489 INFO kablam! | ----^^^^^^^ Oct 27 06:13:12.489 INFO kablam! | | Oct 27 06:13:12.489 INFO kablam! | help: remove this `mut` Oct 27 06:13:12.489 INFO kablam! Oct 27 06:13:18.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 27 06:13:18.230 INFO kablam! su: No module specific data is present Oct 27 06:13:18.544 INFO running `"docker" "rm" "-f" "ed3779ebb57c453b497828354dd34fa7cf71c0d380b1e6b6529da17c94439f05"` Oct 27 06:13:18.605 INFO blam! ed3779ebb57c453b497828354dd34fa7cf71c0d380b1e6b6529da17c94439f05