Oct 14 22:58:16.482 INFO testing derezzedex/puzzle_solver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:58:16.482 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 22:58:17.020 INFO blam! 3c3b45d2614e87fdfb96bf5f84ae53d9b634ae5cbc61cc46899fbd79959f2158 Oct 14 22:58:17.023 INFO running `"docker" "start" "-a" "3c3b45d2614e87fdfb96bf5f84ae53d9b634ae5cbc61cc46899fbd79959f2158"` Oct 14 22:58:19.227 INFO kablam! usermod: no changes Oct 14 22:58:19.364 INFO kablam! Compiling docopt v0.8.1 Oct 14 22:58:25.767 INFO kablam! Compiling puzzle_solver v0.1.2 (/source) Oct 14 22:58:26.663 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:58:26.663 INFO kablam! --> src/main.rs:308:13 Oct 14 22:58:26.663 INFO kablam! | Oct 14 22:58:26.663 INFO kablam! 308 | let r = (33 + ((i+14)%94)); Oct 14 22:58:26.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:58:26.663 INFO kablam! | Oct 14 22:58:26.663 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:58:26.663 INFO kablam! Oct 14 22:58:26.939 INFO kablam! warning: value assigned to `result` is never read Oct 14 22:58:26.939 INFO kablam! --> src/main.rs:415:10 Oct 14 22:58:26.940 INFO kablam! | Oct 14 22:58:26.940 INFO kablam! 415 | let mut result = String::new(); Oct 14 22:58:26.940 INFO kablam! | ^^^^^^ Oct 14 22:58:26.941 INFO kablam! | Oct 14 22:58:26.941 INFO kablam! note: lint level defined here Oct 14 22:58:26.941 INFO kablam! --> src/main.rs:414:9 Oct 14 22:58:26.941 INFO kablam! | Oct 14 22:58:26.942 INFO kablam! 414 | #[warn(unused_assignments)] Oct 14 22:58:26.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:58:26.942 INFO kablam! Oct 14 22:58:26.942 INFO kablam! warning: unused variable: `j` Oct 14 22:58:26.943 INFO kablam! --> src/main.rs:228:8 Oct 14 22:58:26.943 INFO kablam! | Oct 14 22:58:26.943 INFO kablam! 228 | let j = string.find(i).unwrap(); Oct 14 22:58:26.944 INFO kablam! | ^ help: consider using `_j` instead Oct 14 22:58:26.944 INFO kablam! | Oct 14 22:58:26.944 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:58:26.945 INFO kablam! Oct 14 22:58:26.999 INFO kablam! warning: variable does not need to be mutable Oct 14 22:58:27.000 INFO kablam! --> src/main.rs:198:10 Oct 14 22:58:27.000 INFO kablam! | Oct 14 22:58:27.000 INFO kablam! 198 | let mut separator: usize = 4; Oct 14 22:58:27.001 INFO kablam! | ----^^^^^^^^^ Oct 14 22:58:27.001 INFO kablam! | | Oct 14 22:58:27.001 INFO kablam! | help: remove this `mut` Oct 14 22:58:27.002 INFO kablam! | Oct 14 22:58:27.002 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:58:27.002 INFO kablam! Oct 14 22:58:27.003 INFO kablam! warning: variable does not need to be mutable Oct 14 22:58:27.003 INFO kablam! --> src/main.rs:254:7 Oct 14 22:58:27.003 INFO kablam! | Oct 14 22:58:27.003 INFO kablam! 254 | let mut result = self.to_str(); Oct 14 22:58:27.003 INFO kablam! | ----^^^^^^ Oct 14 22:58:27.003 INFO kablam! | | Oct 14 22:58:27.003 INFO kablam! | help: remove this `mut` Oct 14 22:58:27.003 INFO kablam! Oct 14 22:58:27.019 INFO kablam! warning: method is never used: `rot_self` Oct 14 22:58:27.019 INFO kablam! --> src/main.rs:253:2 Oct 14 22:58:27.019 INFO kablam! | Oct 14 22:58:27.019 INFO kablam! 253 | fn rot_self(&self, rot: usize) -> Self{ Oct 14 22:58:27.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:58:27.019 INFO kablam! | Oct 14 22:58:27.019 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:58:27.019 INFO kablam! Oct 14 22:58:27.023 INFO kablam! warning: comparison is useless due to type limits Oct 14 22:58:27.023 INFO kablam! --> src/main.rs:271:21 Oct 14 22:58:27.023 INFO kablam! | Oct 14 22:58:27.023 INFO kablam! 271 | if index > 26 || index < 0{ Oct 14 22:58:27.023 INFO kablam! | ^^^^^^^^^ Oct 14 22:58:27.023 INFO kablam! | Oct 14 22:58:27.023 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 22:58:27.023 INFO kablam! Oct 14 22:58:29.084 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.83s Oct 14 22:58:29.088 INFO kablam! su: No module specific data is present Oct 14 22:58:30.778 INFO running `"docker" "rm" "-f" "3c3b45d2614e87fdfb96bf5f84ae53d9b634ae5cbc61cc46899fbd79959f2158"` Oct 14 22:58:31.041 INFO blam! 3c3b45d2614e87fdfb96bf5f84ae53d9b634ae5cbc61cc46899fbd79959f2158 Oct 14 22:58:31.045 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 22:58:31.582 INFO blam! 7d7b5f32efa3dadd9dfeca77836363ba17e045acfb074212ab1ccea777feb616 Oct 14 22:58:31.587 INFO running `"docker" "start" "-a" "7d7b5f32efa3dadd9dfeca77836363ba17e045acfb074212ab1ccea777feb616"` Oct 14 22:58:33.094 INFO kablam! usermod: no changes Oct 14 22:58:33.191 INFO kablam! Compiling puzzle_solver v0.1.2 (/source) Oct 14 22:58:34.039 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:58:34.039 INFO kablam! --> src/main.rs:308:13 Oct 14 22:58:34.040 INFO kablam! | Oct 14 22:58:34.040 INFO kablam! 308 | let r = (33 + ((i+14)%94)); Oct 14 22:58:34.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:58:34.041 INFO kablam! | Oct 14 22:58:34.041 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:58:34.041 INFO kablam! Oct 14 22:58:34.255 INFO kablam! warning: value assigned to `result` is never read Oct 14 22:58:34.255 INFO kablam! --> src/main.rs:415:10 Oct 14 22:58:34.256 INFO kablam! | Oct 14 22:58:34.256 INFO kablam! 415 | let mut result = String::new(); Oct 14 22:58:34.256 INFO kablam! | ^^^^^^ Oct 14 22:58:34.256 INFO kablam! | Oct 14 22:58:34.257 INFO kablam! note: lint level defined here Oct 14 22:58:34.257 INFO kablam! --> src/main.rs:414:9 Oct 14 22:58:34.257 INFO kablam! | Oct 14 22:58:34.258 INFO kablam! 414 | #[warn(unused_assignments)] Oct 14 22:58:34.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:58:34.258 INFO kablam! Oct 14 22:58:34.259 INFO kablam! warning: unused variable: `j` Oct 14 22:58:34.259 INFO kablam! --> src/main.rs:228:8 Oct 14 22:58:34.259 INFO kablam! | Oct 14 22:58:34.259 INFO kablam! 228 | let j = string.find(i).unwrap(); Oct 14 22:58:34.260 INFO kablam! | ^ help: consider using `_j` instead Oct 14 22:58:34.260 INFO kablam! | Oct 14 22:58:34.260 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:58:34.261 INFO kablam! Oct 14 22:58:34.311 INFO kablam! warning: variable does not need to be mutable Oct 14 22:58:34.312 INFO kablam! --> src/main.rs:198:10 Oct 14 22:58:34.312 INFO kablam! | Oct 14 22:58:34.312 INFO kablam! 198 | let mut separator: usize = 4; Oct 14 22:58:34.313 INFO kablam! | ----^^^^^^^^^ Oct 14 22:58:34.313 INFO kablam! | | Oct 14 22:58:34.313 INFO kablam! | help: remove this `mut` Oct 14 22:58:34.314 INFO kablam! | Oct 14 22:58:34.314 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:58:34.314 INFO kablam! Oct 14 22:58:34.321 INFO kablam! warning: variable does not need to be mutable Oct 14 22:58:34.321 INFO kablam! --> src/main.rs:254:7 Oct 14 22:58:34.321 INFO kablam! | Oct 14 22:58:34.322 INFO kablam! 254 | let mut result = self.to_str(); Oct 14 22:58:34.322 INFO kablam! | ----^^^^^^ Oct 14 22:58:34.322 INFO kablam! | | Oct 14 22:58:34.322 INFO kablam! | help: remove this `mut` Oct 14 22:58:34.323 INFO kablam! Oct 14 22:58:34.335 INFO kablam! warning: method is never used: `rot_self` Oct 14 22:58:34.335 INFO kablam! --> src/main.rs:253:2 Oct 14 22:58:34.336 INFO kablam! | Oct 14 22:58:34.336 INFO kablam! 253 | fn rot_self(&self, rot: usize) -> Self{ Oct 14 22:58:34.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:58:34.337 INFO kablam! | Oct 14 22:58:34.337 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:58:34.337 INFO kablam! Oct 14 22:58:34.340 INFO kablam! warning: comparison is useless due to type limits Oct 14 22:58:34.341 INFO kablam! --> src/main.rs:271:21 Oct 14 22:58:34.341 INFO kablam! | Oct 14 22:58:34.341 INFO kablam! 271 | if index > 26 || index < 0{ Oct 14 22:58:34.342 INFO kablam! | ^^^^^^^^^ Oct 14 22:58:34.342 INFO kablam! | Oct 14 22:58:34.342 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 22:58:34.342 INFO kablam! Oct 14 22:58:34.892 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 14 22:58:34.903 INFO kablam! su: No module specific data is present Oct 14 22:58:35.516 INFO running `"docker" "rm" "-f" "7d7b5f32efa3dadd9dfeca77836363ba17e045acfb074212ab1ccea777feb616"` Oct 14 22:58:35.779 INFO blam! 7d7b5f32efa3dadd9dfeca77836363ba17e045acfb074212ab1ccea777feb616 Oct 14 22:58:35.799 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" "-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:36.316 INFO blam! 1353d3a0a2391657a689ad0bb2f35b236924b4a509605671ed56c7f2879f3bfa Oct 14 22:58:36.318 INFO running `"docker" "start" "-a" "1353d3a0a2391657a689ad0bb2f35b236924b4a509605671ed56c7f2879f3bfa"` Oct 14 22:58:38.139 INFO kablam! usermod: no changes Oct 14 22:58:38.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 22:58:38.244 INFO kablam! Running /target/debug/deps/puzzle_solver-06b4d5e597e1a317 Oct 14 22:58:38.251 INFO blam! Oct 14 22:58:38.252 INFO blam! running 0 tests Oct 14 22:58:38.252 INFO blam! Oct 14 22:58:38.252 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:58:38.252 INFO blam! Oct 14 22:58:38.253 INFO kablam! su: No module specific data is present Oct 14 22:58:39.237 INFO running `"docker" "rm" "-f" "1353d3a0a2391657a689ad0bb2f35b236924b4a509605671ed56c7f2879f3bfa"` Oct 14 22:58:39.499 INFO blam! 1353d3a0a2391657a689ad0bb2f35b236924b4a509605671ed56c7f2879f3bfa