Oct 11 00:17:42.663 INFO testing derezzedex/puzzle_solver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:17:42.663 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:17:42.663 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:17:42.990 INFO blam! b02da13043ff1980f504489c2c95238d5b8e70be5dd57f295946a5dfe95840ee Oct 11 00:17:42.991 INFO running `"docker" "start" "-a" "b02da13043ff1980f504489c2c95238d5b8e70be5dd57f295946a5dfe95840ee"` Oct 11 00:17:44.056 INFO kablam! usermod: no changes Oct 11 00:17:44.232 INFO kablam! Compiling libc v0.2.34 Oct 11 00:17:45.617 INFO kablam! Compiling memchr v2.0.1 Oct 11 00:17:46.148 INFO kablam! Compiling aho-corasick v0.6.4 Oct 11 00:17:47.068 INFO kablam! Compiling regex v0.2.3 Oct 11 00:17:53.941 INFO kablam! Compiling docopt v0.8.1 Oct 11 00:17:59.544 INFO kablam! Compiling puzzle_solver v0.1.2 (/source) Oct 11 00:18:00.920 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 00:18:00.920 INFO kablam! --> src/main.rs:308:13 Oct 11 00:18:00.920 INFO kablam! | Oct 11 00:18:00.920 INFO kablam! 308 | let r = (33 + ((i+14)%94)); Oct 11 00:18:00.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:18:00.920 INFO kablam! | Oct 11 00:18:00.920 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:18:00.920 INFO kablam! Oct 11 00:18:01.140 INFO kablam! warning: value assigned to `result` is never read Oct 11 00:18:01.140 INFO kablam! --> src/main.rs:415:10 Oct 11 00:18:01.140 INFO kablam! | Oct 11 00:18:01.140 INFO kablam! 415 | let mut result = String::new(); Oct 11 00:18:01.140 INFO kablam! | ^^^^^^ Oct 11 00:18:01.140 INFO kablam! | Oct 11 00:18:01.140 INFO kablam! note: lint level defined here Oct 11 00:18:01.140 INFO kablam! --> src/main.rs:414:9 Oct 11 00:18:01.140 INFO kablam! | Oct 11 00:18:01.140 INFO kablam! 414 | #[warn(unused_assignments)] Oct 11 00:18:01.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:18:01.140 INFO kablam! Oct 11 00:18:01.140 INFO kablam! warning: unused variable: `j` Oct 11 00:18:01.140 INFO kablam! --> src/main.rs:228:8 Oct 11 00:18:01.140 INFO kablam! | Oct 11 00:18:01.140 INFO kablam! 228 | let j = string.find(i).unwrap(); Oct 11 00:18:01.140 INFO kablam! | ^ help: consider using `_j` instead Oct 11 00:18:01.140 INFO kablam! | Oct 11 00:18:01.140 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:18:01.140 INFO kablam! Oct 11 00:18:01.212 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:01.212 INFO kablam! --> src/main.rs:198:10 Oct 11 00:18:01.212 INFO kablam! | Oct 11 00:18:01.212 INFO kablam! 198 | let mut separator: usize = 4; Oct 11 00:18:01.212 INFO kablam! | ----^^^^^^^^^ Oct 11 00:18:01.212 INFO kablam! | | Oct 11 00:18:01.212 INFO kablam! | help: remove this `mut` Oct 11 00:18:01.212 INFO kablam! | Oct 11 00:18:01.212 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:18:01.212 INFO kablam! Oct 11 00:18:01.212 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:01.212 INFO kablam! --> src/main.rs:254:7 Oct 11 00:18:01.212 INFO kablam! | Oct 11 00:18:01.212 INFO kablam! 254 | let mut result = self.to_str(); Oct 11 00:18:01.212 INFO kablam! | ----^^^^^^ Oct 11 00:18:01.212 INFO kablam! | | Oct 11 00:18:01.212 INFO kablam! | help: remove this `mut` Oct 11 00:18:01.213 INFO kablam! Oct 11 00:18:01.228 INFO kablam! warning: method is never used: `rot_self` Oct 11 00:18:01.228 INFO kablam! --> src/main.rs:253:2 Oct 11 00:18:01.228 INFO kablam! | Oct 11 00:18:01.228 INFO kablam! 253 | fn rot_self(&self, rot: usize) -> Self{ Oct 11 00:18:01.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:18:01.228 INFO kablam! | Oct 11 00:18:01.228 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:18:01.228 INFO kablam! Oct 11 00:18:01.232 INFO kablam! warning: comparison is useless due to type limits Oct 11 00:18:01.232 INFO kablam! --> src/main.rs:271:21 Oct 11 00:18:01.232 INFO kablam! | Oct 11 00:18:01.232 INFO kablam! 271 | if index > 26 || index < 0{ Oct 11 00:18:01.232 INFO kablam! | ^^^^^^^^^ Oct 11 00:18:01.232 INFO kablam! | Oct 11 00:18:01.232 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 11 00:18:01.232 INFO kablam! Oct 11 00:18:03.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.12s Oct 11 00:18:03.221 INFO kablam! su: No module specific data is present Oct 11 00:18:03.977 INFO running `"docker" "rm" "-f" "b02da13043ff1980f504489c2c95238d5b8e70be5dd57f295946a5dfe95840ee"` Oct 11 00:18:04.260 INFO blam! b02da13043ff1980f504489c2c95238d5b8e70be5dd57f295946a5dfe95840ee Oct 11 00:18:04.269 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:18:04.270 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:18:04.764 INFO blam! 5cb5739a9c90a46bee2323f152da0362cd15d2dd04cafde9bebba1c069e1c4ab Oct 11 00:18:04.776 INFO running `"docker" "start" "-a" "5cb5739a9c90a46bee2323f152da0362cd15d2dd04cafde9bebba1c069e1c4ab"` Oct 11 00:18:06.160 INFO kablam! usermod: no changes Oct 11 00:18:06.352 INFO kablam! Compiling puzzle_solver v0.1.2 (/source) Oct 11 00:18:07.080 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 00:18:07.080 INFO kablam! --> src/main.rs:308:13 Oct 11 00:18:07.080 INFO kablam! | Oct 11 00:18:07.080 INFO kablam! 308 | let r = (33 + ((i+14)%94)); Oct 11 00:18:07.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:18:07.080 INFO kablam! | Oct 11 00:18:07.080 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:18:07.080 INFO kablam! Oct 11 00:18:07.292 INFO kablam! warning: value assigned to `result` is never read Oct 11 00:18:07.292 INFO kablam! --> src/main.rs:415:10 Oct 11 00:18:07.292 INFO kablam! | Oct 11 00:18:07.292 INFO kablam! 415 | let mut result = String::new(); Oct 11 00:18:07.292 INFO kablam! | ^^^^^^ Oct 11 00:18:07.292 INFO kablam! | Oct 11 00:18:07.292 INFO kablam! note: lint level defined here Oct 11 00:18:07.292 INFO kablam! --> src/main.rs:414:9 Oct 11 00:18:07.292 INFO kablam! | Oct 11 00:18:07.292 INFO kablam! 414 | #[warn(unused_assignments)] Oct 11 00:18:07.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:18:07.292 INFO kablam! Oct 11 00:18:07.292 INFO kablam! warning: unused variable: `j` Oct 11 00:18:07.292 INFO kablam! --> src/main.rs:228:8 Oct 11 00:18:07.292 INFO kablam! | Oct 11 00:18:07.293 INFO kablam! 228 | let j = string.find(i).unwrap(); Oct 11 00:18:07.293 INFO kablam! | ^ help: consider using `_j` instead Oct 11 00:18:07.293 INFO kablam! | Oct 11 00:18:07.293 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:18:07.293 INFO kablam! Oct 11 00:18:07.365 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:07.365 INFO kablam! --> src/main.rs:198:10 Oct 11 00:18:07.365 INFO kablam! | Oct 11 00:18:07.366 INFO kablam! 198 | let mut separator: usize = 4; Oct 11 00:18:07.366 INFO kablam! | ----^^^^^^^^^ Oct 11 00:18:07.366 INFO kablam! | | Oct 11 00:18:07.366 INFO kablam! | help: remove this `mut` Oct 11 00:18:07.367 INFO kablam! | Oct 11 00:18:07.367 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:18:07.367 INFO kablam! Oct 11 00:18:07.372 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:07.373 INFO kablam! --> src/main.rs:254:7 Oct 11 00:18:07.373 INFO kablam! | Oct 11 00:18:07.373 INFO kablam! 254 | let mut result = self.to_str(); Oct 11 00:18:07.373 INFO kablam! | ----^^^^^^ Oct 11 00:18:07.374 INFO kablam! | | Oct 11 00:18:07.374 INFO kablam! | help: remove this `mut` Oct 11 00:18:07.374 INFO kablam! Oct 11 00:18:07.385 INFO kablam! warning: method is never used: `rot_self` Oct 11 00:18:07.385 INFO kablam! --> src/main.rs:253:2 Oct 11 00:18:07.385 INFO kablam! | Oct 11 00:18:07.385 INFO kablam! 253 | fn rot_self(&self, rot: usize) -> Self{ Oct 11 00:18:07.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:18:07.386 INFO kablam! | Oct 11 00:18:07.386 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:18:07.386 INFO kablam! Oct 11 00:18:07.388 INFO kablam! warning: comparison is useless due to type limits Oct 11 00:18:07.389 INFO kablam! --> src/main.rs:271:21 Oct 11 00:18:07.389 INFO kablam! | Oct 11 00:18:07.389 INFO kablam! 271 | if index > 26 || index < 0{ Oct 11 00:18:07.390 INFO kablam! | ^^^^^^^^^ Oct 11 00:18:07.390 INFO kablam! | Oct 11 00:18:07.390 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 11 00:18:07.390 INFO kablam! Oct 11 00:18:08.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.88s Oct 11 00:18:08.068 INFO kablam! su: No module specific data is present Oct 11 00:18:09.118 INFO running `"docker" "rm" "-f" "5cb5739a9c90a46bee2323f152da0362cd15d2dd04cafde9bebba1c069e1c4ab"` Oct 11 00:18:09.368 INFO blam! 5cb5739a9c90a46bee2323f152da0362cd15d2dd04cafde9bebba1c069e1c4ab Oct 11 00:18:09.372 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:18:09.374 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:18:09.812 INFO blam! 60f03d2e5c249f5949a8192eef6a1e09c2a9c78371400f585d16a6f356c33531 Oct 11 00:18:09.813 INFO running `"docker" "start" "-a" "60f03d2e5c249f5949a8192eef6a1e09c2a9c78371400f585d16a6f356c33531"` Oct 11 00:18:11.729 INFO kablam! usermod: no changes Oct 11 00:18:11.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 00:18:11.876 INFO kablam! Running /target/debug/deps/puzzle_solver-06b4d5e597e1a317 Oct 11 00:18:11.888 INFO blam! Oct 11 00:18:11.888 INFO kablam! su: No module specific data is present Oct 11 00:18:11.888 INFO blam! running 0 tests Oct 11 00:18:11.888 INFO blam! Oct 11 00:18:11.888 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:18:11.888 INFO blam! Oct 11 00:18:13.203 INFO running `"docker" "rm" "-f" "60f03d2e5c249f5949a8192eef6a1e09c2a9c78371400f585d16a6f356c33531"` Oct 11 00:18:13.525 INFO blam! 60f03d2e5c249f5949a8192eef6a1e09c2a9c78371400f585d16a6f356c33531