Oct 11 01:24:05.158 INFO testing cheshyre/project-euler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:24:05.158 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:24:05.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 01:24:05.548 INFO blam! 26a69c667df5952882352602ea9055a904e01f3719ecca4d520be61c6ccd6658 Oct 11 01:24:05.554 INFO running `"docker" "start" "-a" "26a69c667df5952882352602ea9055a904e01f3719ecca4d520be61c6ccd6658"` Oct 11 01:24:06.540 INFO kablam! usermod: no changes Oct 11 01:24:06.639 INFO kablam! Compiling project_euler v0.1.0 (/source) Oct 11 01:24:07.513 INFO kablam! warning: unused variable: `break_again` Oct 11 01:24:07.514 INFO kablam! --> src/bin/p00004.rs:9:13 Oct 11 01:24:07.514 INFO kablam! | Oct 11 01:24:07.514 INFO kablam! 9 | let mut break_again = false; Oct 11 01:24:07.515 INFO kablam! | ^^^^^^^^^^^ help: consider using `_break_again` instead Oct 11 01:24:07.521 INFO kablam! | Oct 11 01:24:07.521 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:24:07.521 INFO kablam! Oct 11 01:24:07.537 INFO kablam! warning: variable does not need to be mutable Oct 11 01:24:07.537 INFO kablam! --> src/bin/p00004.rs:9:9 Oct 11 01:24:07.538 INFO kablam! | Oct 11 01:24:07.538 INFO kablam! 9 | let mut break_again = false; Oct 11 01:24:07.538 INFO kablam! | ----^^^^^^^^^^^ Oct 11 01:24:07.538 INFO kablam! | | Oct 11 01:24:07.539 INFO kablam! | help: remove this `mut` Oct 11 01:24:07.539 INFO kablam! | Oct 11 01:24:07.539 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:24:07.539 INFO kablam! Oct 11 01:24:08.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.38s Oct 11 01:24:08.953 INFO kablam! su: No module specific data is present Oct 11 01:24:09.510 INFO running `"docker" "rm" "-f" "26a69c667df5952882352602ea9055a904e01f3719ecca4d520be61c6ccd6658"` Oct 11 01:24:09.848 INFO blam! 26a69c667df5952882352602ea9055a904e01f3719ecca4d520be61c6ccd6658 Oct 11 01:24:09.861 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:24:09.862 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 01:24:10.540 INFO blam! dd1706a129a6bf6141a11c03cb68a8840499b4123f2111f1027e96898e4de7e0 Oct 11 01:24:10.546 INFO running `"docker" "start" "-a" "dd1706a129a6bf6141a11c03cb68a8840499b4123f2111f1027e96898e4de7e0"` Oct 11 01:24:11.897 INFO kablam! usermod: no changes Oct 11 01:24:11.968 INFO kablam! Compiling project_euler v0.1.0 (/source) Oct 11 01:24:12.368 INFO kablam! warning: unused variable: `break_again` Oct 11 01:24:12.369 INFO kablam! --> src/bin/p00004.rs:9:13 Oct 11 01:24:12.369 INFO kablam! | Oct 11 01:24:12.369 INFO kablam! 9 | let mut break_again = false; Oct 11 01:24:12.370 INFO kablam! | ^^^^^^^^^^^ help: consider using `_break_again` instead Oct 11 01:24:12.370 INFO kablam! | Oct 11 01:24:12.370 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:24:12.371 INFO kablam! Oct 11 01:24:12.380 INFO kablam! warning: variable does not need to be mutable Oct 11 01:24:12.381 INFO kablam! --> src/bin/p00004.rs:9:9 Oct 11 01:24:12.381 INFO kablam! | Oct 11 01:24:12.381 INFO kablam! 9 | let mut break_again = false; Oct 11 01:24:12.382 INFO kablam! | ----^^^^^^^^^^^ Oct 11 01:24:12.382 INFO kablam! | | Oct 11 01:24:12.382 INFO kablam! | help: remove this `mut` Oct 11 01:24:12.382 INFO kablam! | Oct 11 01:24:12.383 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:24:12.383 INFO kablam! Oct 11 01:24:13.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.64s Oct 11 01:24:13.565 INFO kablam! su: No module specific data is present Oct 11 01:24:13.916 INFO running `"docker" "rm" "-f" "dd1706a129a6bf6141a11c03cb68a8840499b4123f2111f1027e96898e4de7e0"` Oct 11 01:24:14.140 INFO blam! dd1706a129a6bf6141a11c03cb68a8840499b4123f2111f1027e96898e4de7e0 Oct 11 01:24:14.154 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:24:14.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 01:24:14.481 INFO blam! e4aeb5bed17aaac48f075d2ed9550512160b921c076c35aa546a206ed3c85c78 Oct 11 01:24:14.492 INFO running `"docker" "start" "-a" "e4aeb5bed17aaac48f075d2ed9550512160b921c076c35aa546a206ed3c85c78"` Oct 11 01:24:15.664 INFO kablam! usermod: no changes Oct 11 01:24:15.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 01:24:15.732 INFO blam! Oct 11 01:24:15.732 INFO kablam! Running /target/debug/deps/p00001-19d610de5b24a6f3 Oct 11 01:24:15.732 INFO blam! running 0 tests Oct 11 01:24:15.732 INFO blam! Oct 11 01:24:15.732 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:24:15.732 INFO blam! Oct 11 01:24:15.740 INFO kablam! Running /target/debug/deps/p00002-41856fcbbd615bba Oct 11 01:24:15.740 INFO blam! Oct 11 01:24:15.740 INFO kablam! Running /target/debug/deps/p00003-e57cf01a338daa08 Oct 11 01:24:15.740 INFO blam! running 0 tests Oct 11 01:24:15.740 INFO blam! Oct 11 01:24:15.740 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:24:15.740 INFO blam! Oct 11 01:24:15.744 INFO kablam! Running /target/debug/deps/p00004-8fcad6d23995bcbc Oct 11 01:24:15.744 INFO blam! Oct 11 01:24:15.744 INFO blam! running 0 tests Oct 11 01:24:15.744 INFO blam! Oct 11 01:24:15.744 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:24:15.744 INFO blam! Oct 11 01:24:15.752 INFO blam! Oct 11 01:24:15.752 INFO kablam! Running /target/debug/deps/p00005-4958ec249dc34a84 Oct 11 01:24:15.752 INFO blam! running 0 tests Oct 11 01:24:15.752 INFO blam! Oct 11 01:24:15.752 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:24:15.752 INFO blam! Oct 11 01:24:15.752 INFO blam! Oct 11 01:24:15.752 INFO blam! running 0 tests Oct 11 01:24:15.752 INFO blam! Oct 11 01:24:15.752 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:24:15.752 INFO blam! Oct 11 01:24:15.752 INFO blam! Oct 11 01:24:15.752 INFO blam! running 0 tests Oct 11 01:24:15.752 INFO blam! Oct 11 01:24:15.752 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:24:15.752 INFO blam! Oct 11 01:24:15.752 INFO kablam! Running /target/debug/deps/project_euler-f9b43a9d3ab4d4ca Oct 11 01:24:15.756 INFO kablam! su: No module specific data is present Oct 11 01:24:16.597 INFO running `"docker" "rm" "-f" "e4aeb5bed17aaac48f075d2ed9550512160b921c076c35aa546a206ed3c85c78"` Oct 11 01:24:16.928 INFO blam! e4aeb5bed17aaac48f075d2ed9550512160b921c076c35aa546a206ed3c85c78