Oct 14 22:58:09.201 INFO testing derezzedex/puzzle_solver against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:58:09.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 22:58:09.660 INFO blam! 8f4857a41fb9a8b0943e0d902f22f66e2ec5945d24cece542ec7aba1d46ed920 Oct 14 22:58:09.662 INFO running `"docker" "start" "-a" "8f4857a41fb9a8b0943e0d902f22f66e2ec5945d24cece542ec7aba1d46ed920"` Oct 14 22:58:11.574 INFO kablam! usermod: no changes Oct 14 22:58:11.660 INFO kablam! Compiling regex v0.2.3 Oct 14 22:58:21.188 INFO kablam! Compiling docopt v0.8.1 Oct 14 22:58:27.463 INFO kablam! Compiling puzzle_solver v0.1.2 (/source) Oct 14 22:58:28.963 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:58:28.963 INFO kablam! --> src/main.rs:308:13 Oct 14 22:58:28.963 INFO kablam! | Oct 14 22:58:28.963 INFO kablam! 308 | let r = (33 + ((i+14)%94)); Oct 14 22:58:28.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:58:28.963 INFO kablam! | Oct 14 22:58:28.963 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:58:28.963 INFO kablam! Oct 14 22:58:29.223 INFO kablam! warning: value assigned to `result` is never read Oct 14 22:58:29.223 INFO kablam! --> src/main.rs:415:10 Oct 14 22:58:29.223 INFO kablam! | Oct 14 22:58:29.223 INFO kablam! 415 | let mut result = String::new(); Oct 14 22:58:29.223 INFO kablam! | ^^^^^^ Oct 14 22:58:29.223 INFO kablam! | Oct 14 22:58:29.223 INFO kablam! note: lint level defined here Oct 14 22:58:29.223 INFO kablam! --> src/main.rs:414:9 Oct 14 22:58:29.223 INFO kablam! | Oct 14 22:58:29.223 INFO kablam! 414 | #[warn(unused_assignments)] Oct 14 22:58:29.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:58:29.223 INFO kablam! Oct 14 22:58:29.223 INFO kablam! warning: unused variable: `j` Oct 14 22:58:29.223 INFO kablam! --> src/main.rs:228:8 Oct 14 22:58:29.223 INFO kablam! | Oct 14 22:58:29.223 INFO kablam! 228 | let j = string.find(i).unwrap(); Oct 14 22:58:29.223 INFO kablam! | ^ help: consider using `_j` instead Oct 14 22:58:29.223 INFO kablam! | Oct 14 22:58:29.223 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:58:29.223 INFO kablam! Oct 14 22:58:29.291 INFO kablam! warning: variable does not need to be mutable Oct 14 22:58:29.291 INFO kablam! --> src/main.rs:198:10 Oct 14 22:58:29.291 INFO kablam! | Oct 14 22:58:29.291 INFO kablam! 198 | let mut separator: usize = 4; Oct 14 22:58:29.291 INFO kablam! | ----^^^^^^^^^ Oct 14 22:58:29.291 INFO kablam! | | Oct 14 22:58:29.291 INFO kablam! | help: remove this `mut` Oct 14 22:58:29.291 INFO kablam! | Oct 14 22:58:29.291 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:58:29.291 INFO kablam! Oct 14 22:58:29.293 INFO kablam! warning: variable does not need to be mutable Oct 14 22:58:29.293 INFO kablam! --> src/main.rs:254:7 Oct 14 22:58:29.293 INFO kablam! | Oct 14 22:58:29.293 INFO kablam! 254 | let mut result = self.to_str(); Oct 14 22:58:29.293 INFO kablam! | ----^^^^^^ Oct 14 22:58:29.293 INFO kablam! | | Oct 14 22:58:29.293 INFO kablam! | help: remove this `mut` Oct 14 22:58:29.293 INFO kablam! Oct 14 22:58:29.311 INFO kablam! warning: method is never used: `rot_self` Oct 14 22:58:29.311 INFO kablam! --> src/main.rs:253:2 Oct 14 22:58:29.311 INFO kablam! | Oct 14 22:58:29.311 INFO kablam! 253 | fn rot_self(&self, rot: usize) -> Self{ Oct 14 22:58:29.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:58:29.311 INFO kablam! | Oct 14 22:58:29.311 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:58:29.311 INFO kablam! Oct 14 22:58:29.315 INFO kablam! warning: comparison is useless due to type limits Oct 14 22:58:29.315 INFO kablam! --> src/main.rs:271:21 Oct 14 22:58:29.315 INFO kablam! | Oct 14 22:58:29.315 INFO kablam! 271 | if index > 26 || index < 0{ Oct 14 22:58:29.315 INFO kablam! | ^^^^^^^^^ Oct 14 22:58:29.315 INFO kablam! | Oct 14 22:58:29.315 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 22:58:29.315 INFO kablam! Oct 14 22:58:31.632 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.04s Oct 14 22:58:31.641 INFO kablam! su: No module specific data is present Oct 14 22:58:32.307 INFO running `"docker" "rm" "-f" "8f4857a41fb9a8b0943e0d902f22f66e2ec5945d24cece542ec7aba1d46ed920"` Oct 14 22:58:32.647 INFO blam! 8f4857a41fb9a8b0943e0d902f22f66e2ec5945d24cece542ec7aba1d46ed920 Oct 14 22:58:32.653 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 22:58:33.152 INFO blam! 10717d38f67a2fdbdd91105dfea46aeea0b8b50a3c92ca3ad49b3135c67a7dff Oct 14 22:58:33.155 INFO running `"docker" "start" "-a" "10717d38f67a2fdbdd91105dfea46aeea0b8b50a3c92ca3ad49b3135c67a7dff"` Oct 14 22:58:34.430 INFO kablam! usermod: no changes Oct 14 22:58:34.518 INFO kablam! Compiling puzzle_solver v0.1.2 (/source) Oct 14 22:58:35.467 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:58:35.467 INFO kablam! --> src/main.rs:308:13 Oct 14 22:58:35.467 INFO kablam! | Oct 14 22:58:35.468 INFO kablam! 308 | let r = (33 + ((i+14)%94)); Oct 14 22:58:35.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:58:35.468 INFO kablam! | Oct 14 22:58:35.468 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:58:35.468 INFO kablam! Oct 14 22:58:35.699 INFO kablam! warning: value assigned to `result` is never read Oct 14 22:58:35.699 INFO kablam! --> src/main.rs:415:10 Oct 14 22:58:35.699 INFO kablam! | Oct 14 22:58:35.699 INFO kablam! 415 | let mut result = String::new(); Oct 14 22:58:35.699 INFO kablam! | ^^^^^^ Oct 14 22:58:35.699 INFO kablam! | Oct 14 22:58:35.699 INFO kablam! note: lint level defined here Oct 14 22:58:35.699 INFO kablam! --> src/main.rs:414:9 Oct 14 22:58:35.699 INFO kablam! | Oct 14 22:58:35.699 INFO kablam! 414 | #[warn(unused_assignments)] Oct 14 22:58:35.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:58:35.699 INFO kablam! Oct 14 22:58:35.699 INFO kablam! warning: unused variable: `j` Oct 14 22:58:35.699 INFO kablam! --> src/main.rs:228:8 Oct 14 22:58:35.699 INFO kablam! | Oct 14 22:58:35.699 INFO kablam! 228 | let j = string.find(i).unwrap(); Oct 14 22:58:35.699 INFO kablam! | ^ help: consider using `_j` instead Oct 14 22:58:35.699 INFO kablam! | Oct 14 22:58:35.699 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:58:35.699 INFO kablam! Oct 14 22:58:35.787 INFO kablam! warning: variable does not need to be mutable Oct 14 22:58:35.787 INFO kablam! --> src/main.rs:198:10 Oct 14 22:58:35.787 INFO kablam! | Oct 14 22:58:35.787 INFO kablam! 198 | let mut separator: usize = 4; Oct 14 22:58:35.787 INFO kablam! | ----^^^^^^^^^ Oct 14 22:58:35.787 INFO kablam! | | Oct 14 22:58:35.787 INFO kablam! | help: remove this `mut` Oct 14 22:58:35.787 INFO kablam! | Oct 14 22:58:35.787 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:58:35.787 INFO kablam! Oct 14 22:58:35.789 INFO kablam! warning: variable does not need to be mutable Oct 14 22:58:35.789 INFO kablam! --> src/main.rs:254:7 Oct 14 22:58:35.789 INFO kablam! | Oct 14 22:58:35.789 INFO kablam! 254 | let mut result = self.to_str(); Oct 14 22:58:35.789 INFO kablam! | ----^^^^^^ Oct 14 22:58:35.790 INFO kablam! | | Oct 14 22:58:35.790 INFO kablam! | help: remove this `mut` Oct 14 22:58:35.790 INFO kablam! Oct 14 22:58:35.807 INFO kablam! warning: method is never used: `rot_self` Oct 14 22:58:35.807 INFO kablam! --> src/main.rs:253:2 Oct 14 22:58:35.807 INFO kablam! | Oct 14 22:58:35.807 INFO kablam! 253 | fn rot_self(&self, rot: usize) -> Self{ Oct 14 22:58:35.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:58:35.807 INFO kablam! | Oct 14 22:58:35.807 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:58:35.807 INFO kablam! Oct 14 22:58:35.811 INFO kablam! warning: comparison is useless due to type limits Oct 14 22:58:35.811 INFO kablam! --> src/main.rs:271:21 Oct 14 22:58:35.811 INFO kablam! | Oct 14 22:58:35.811 INFO kablam! 271 | if index > 26 || index < 0{ Oct 14 22:58:35.811 INFO kablam! | ^^^^^^^^^ Oct 14 22:58:35.811 INFO kablam! | Oct 14 22:58:35.811 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 22:58:35.811 INFO kablam! Oct 14 22:58:36.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.97s Oct 14 22:58:36.435 INFO kablam! su: No module specific data is present Oct 14 22:58:37.638 INFO running `"docker" "rm" "-f" "10717d38f67a2fdbdd91105dfea46aeea0b8b50a3c92ca3ad49b3135c67a7dff"` Oct 14 22:58:37.971 INFO blam! 10717d38f67a2fdbdd91105dfea46aeea0b8b50a3c92ca3ad49b3135c67a7dff Oct 14 22:58:37.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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" "-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 22:58:38.471 INFO blam! a2e975e9440598c53b61dd8f173683963184c86fe6c5d72cfdeadc80643a3be4 Oct 14 22:58:38.473 INFO running `"docker" "start" "-a" "a2e975e9440598c53b61dd8f173683963184c86fe6c5d72cfdeadc80643a3be4"` Oct 14 22:58:39.949 INFO kablam! usermod: no changes Oct 14 22:58:40.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 22:58:40.066 INFO kablam! Running /target/debug/deps/puzzle_solver-893404d41dba7bbc Oct 14 22:58:40.069 INFO blam! Oct 14 22:58:40.069 INFO blam! running 0 tests Oct 14 22:58:40.069 INFO blam! Oct 14 22:58:40.069 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:58:40.070 INFO blam! Oct 14 22:58:40.072 INFO kablam! su: No module specific data is present Oct 14 22:58:40.979 INFO running `"docker" "rm" "-f" "a2e975e9440598c53b61dd8f173683963184c86fe6c5d72cfdeadc80643a3be4"` Oct 14 22:58:41.219 INFO blam! a2e975e9440598c53b61dd8f173683963184c86fe6c5d72cfdeadc80643a3be4