Oct 10 15:59:43.873 INFO testing robinsonj/project_euler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:59:43.873 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:59:43.875 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 15:59:44.140 INFO blam! f96df6ebb61a6711e58c2edd5e3657cff4422d804d8618121a01b5235569509a Oct 10 15:59:44.141 INFO running `"docker" "start" "-a" "f96df6ebb61a6711e58c2edd5e3657cff4422d804d8618121a01b5235569509a"` Oct 10 15:59:44.509 INFO kablam! usermod: no changes Oct 10 15:59:44.536 INFO kablam! Compiling euler_lib v0.1.0 (/source) Oct 10 15:59:44.996 INFO kablam! warning: unused variable: `file_name` Oct 10 15:59:44.996 INFO kablam! --> src/solver/mod.rs:39:40 Oct 10 15:59:44.996 INFO kablam! | Oct 10 15:59:44.996 INFO kablam! 39 | SolverFunction::FunctionWithFile(file_name, solve) => { Oct 10 15:59:44.996 INFO kablam! | ^^^^^^^^^ help: consider using `_file_name` instead Oct 10 15:59:44.996 INFO kablam! | Oct 10 15:59:44.996 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:59:44.996 INFO kablam! Oct 10 15:59:45.028 INFO kablam! warning: variant is never constructed: `FunctionWithFile` Oct 10 15:59:45.028 INFO kablam! --> src/solver/mod.rs:3:3 Oct 10 15:59:45.028 INFO kablam! | Oct 10 15:59:45.028 INFO kablam! 3 | FunctionWithFile(&'a str, fn() -> String) Oct 10 15:59:45.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:59:45.028 INFO kablam! | Oct 10 15:59:45.028 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:59:45.028 INFO kablam! Oct 10 15:59:48.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.62s Oct 10 15:59:48.151 INFO kablam! su: No module specific data is present Oct 10 15:59:48.462 INFO running `"docker" "rm" "-f" "f96df6ebb61a6711e58c2edd5e3657cff4422d804d8618121a01b5235569509a"` Oct 10 15:59:48.561 INFO blam! f96df6ebb61a6711e58c2edd5e3657cff4422d804d8618121a01b5235569509a Oct 10 15:59:48.563 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:59:48.563 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 15:59:48.725 INFO blam! 6c2100e92166c904b6a19136c0f858c9ff3c32995d49d7a9bde0ef5153b8b956 Oct 10 15:59:48.730 INFO running `"docker" "start" "-a" "6c2100e92166c904b6a19136c0f858c9ff3c32995d49d7a9bde0ef5153b8b956"` Oct 10 15:59:49.164 INFO kablam! usermod: no changes Oct 10 15:59:49.197 INFO kablam! Compiling euler_lib v0.1.0 (/source) Oct 10 15:59:50.065 INFO kablam! warning: unused variable: `file_name` Oct 10 15:59:50.065 INFO kablam! --> src/solver/mod.rs:39:40 Oct 10 15:59:50.065 INFO kablam! | Oct 10 15:59:50.065 INFO kablam! 39 | SolverFunction::FunctionWithFile(file_name, solve) => { Oct 10 15:59:50.066 INFO kablam! | ^^^^^^^^^ help: consider using `_file_name` instead Oct 10 15:59:50.066 INFO kablam! | Oct 10 15:59:50.066 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:59:50.067 INFO kablam! Oct 10 15:59:50.185 INFO kablam! warning: variant is never constructed: `FunctionWithFile` Oct 10 15:59:50.185 INFO kablam! --> src/solver/mod.rs:3:3 Oct 10 15:59:50.185 INFO kablam! | Oct 10 15:59:50.186 INFO kablam! 3 | FunctionWithFile(&'a str, fn() -> String) Oct 10 15:59:50.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:59:50.186 INFO kablam! | Oct 10 15:59:50.187 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:59:50.187 INFO kablam! Oct 10 15:59:52.825 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.64s Oct 10 15:59:52.829 INFO kablam! su: No module specific data is present Oct 10 15:59:53.142 INFO running `"docker" "rm" "-f" "6c2100e92166c904b6a19136c0f858c9ff3c32995d49d7a9bde0ef5153b8b956"` Oct 10 15:59:53.221 INFO blam! 6c2100e92166c904b6a19136c0f858c9ff3c32995d49d7a9bde0ef5153b8b956 Oct 10 15:59:53.221 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:59:53.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 15:59:53.410 INFO blam! b973e7229dc84ca7f899d5206f4a0090d5bd61aa24f45f6097fcd4e4249aac31 Oct 10 15:59:53.412 INFO running `"docker" "start" "-a" "b973e7229dc84ca7f899d5206f4a0090d5bd61aa24f45f6097fcd4e4249aac31"` Oct 10 15:59:53.950 INFO kablam! usermod: no changes Oct 10 15:59:53.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 15:59:53.990 INFO kablam! Running /target/debug/deps/euler_lib-aeaf17550e73aaf9 Oct 10 15:59:53.996 INFO blam! Oct 10 15:59:53.997 INFO blam! running 30 tests Oct 10 15:59:53.997 INFO blam! test math::compute::tests::gauss_sum ... ok Oct 10 15:59:53.998 INFO blam! test math::compute::tests::gcd ... ok Oct 10 15:59:53.998 INFO blam! test math::compute::tests::collatz ... ok Oct 10 15:59:54.001 INFO blam! test math::compute::tests::sum_sq ... ok Oct 10 15:59:54.001 INFO blam! test math::compute::tests::sq_sum ... ok Oct 10 15:59:54.002 INFO blam! test math::palindromes::tests::is_palindrome ... ok Oct 10 15:59:54.002 INFO blam! test math::palindromes::tests::reverse ... ok Oct 10 15:59:54.002 INFO blam! test math::primes::tests::factors_num_divisors ... ok Oct 10 15:59:54.002 INFO blam! test math::primes::sieve::tests::list ... ok Oct 10 15:59:54.002 INFO blam! test math::compute::tests::tripprod ... ok Oct 10 15:59:54.002 INFO blam! test math::primes::tests::factors_struct_new ... ok Oct 10 15:59:54.002 INFO blam! test math::compute::tests::factors ... ok Oct 10 15:59:54.002 INFO blam! test math::primes::tests::factors_struct ... ok Oct 10 15:59:54.004 INFO blam! test problems::set_one::tests::problem_1 ... ok Oct 10 15:59:54.004 INFO blam! test math::primes::tests::factors_struct_of ... ok Oct 10 15:59:54.004 INFO blam! test math::primes::sieve::tests::less_than ... ok Oct 10 15:59:54.012 INFO blam! test math::primes::tests::factors_struct_join ... ok Oct 10 15:59:54.013 INFO blam! test problems::set_one::tests::problem_2 ... ok Oct 10 15:59:54.014 INFO blam! test math::primes::tests::is_prime ... ok Oct 10 15:59:54.014 INFO blam! test problems::set_one::tests::problem_5 ... ok Oct 10 15:59:54.016 INFO blam! test math::primes::tests::is_prime2 ... ok Oct 10 15:59:54.017 INFO blam! test problems::set_one::tests::problem_6 ... ok Oct 10 15:59:54.025 INFO blam! test problems::set_one::tests::problem_8 ... ok Oct 10 15:59:54.037 INFO blam! test problems::set_one::tests::problem_9 ... ok Oct 10 15:59:54.042 INFO blam! test problems::set_one::tests::problem_7 ... ok Oct 10 15:59:54.077 INFO blam! test problems::set_one::tests::problem_3 ... ok Oct 10 15:59:54.152 INFO blam! test problems::set_one::tests::problem_4 ... ok Oct 10 15:59:54.507 INFO blam! test problems::set_one::tests::problem_10 ... ok Oct 10 15:59:54.519 INFO blam! test problems::set_one::tests::problem_12 ... ok Oct 10 16:00:03.180 INFO blam! test problems::set_one::tests::problem_14 ... ok Oct 10 16:00:03.180 INFO kablam! Running /target/debug/deps/p005-de560e755911aa46 Oct 10 16:00:03.180 INFO blam! Oct 10 16:00:03.180 INFO blam! test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:00:03.180 INFO blam! Oct 10 16:00:03.188 INFO blam! Oct 10 16:00:03.188 INFO kablam! Running /target/debug/deps/p006-14e6ec1ccd5b00f1 Oct 10 16:00:03.188 INFO blam! running 2 tests Oct 10 16:00:03.188 INFO blam! test tests::p005_example ... ok Oct 10 16:00:03.188 INFO blam! test tests::p005_solution ... ok Oct 10 16:00:03.188 INFO blam! Oct 10 16:00:03.188 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:00:03.188 INFO blam! Oct 10 16:00:03.190 INFO blam! Oct 10 16:00:03.190 INFO blam! running 2 tests Oct 10 16:00:03.201 INFO blam! test tests::p006_example ... ok Oct 10 16:00:03.202 INFO kablam! Running /target/debug/deps/p007-fc5c6f7485d39e3e Oct 10 16:00:03.202 INFO blam! test tests::p006_solution ... ok Oct 10 16:00:03.203 INFO blam! Oct 10 16:00:03.203 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:00:03.205 INFO blam! Oct 10 16:00:03.206 INFO blam! Oct 10 16:00:03.206 INFO blam! running 2 tests Oct 10 16:00:03.207 INFO blam! test tests::p007_example ... ok Oct 10 16:00:03.222 INFO blam! test tests::p007_solution ... ok Oct 10 16:00:03.222 INFO kablam! Running /target/debug/deps/p008-b71314312d193534 Oct 10 16:00:03.222 INFO blam! Oct 10 16:00:03.223 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:00:03.223 INFO blam! Oct 10 16:00:03.233 INFO blam! Oct 10 16:00:03.233 INFO blam! running 2 tests Oct 10 16:00:03.241 INFO blam! test tests::p008_example ... ok Oct 10 16:00:03.241 INFO kablam! Running /target/debug/deps/p009-14ac027da4fc7241 Oct 10 16:00:03.241 INFO blam! test tests::p008_solution ... ok Oct 10 16:00:03.241 INFO blam! Oct 10 16:00:03.242 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:00:03.242 INFO blam! Oct 10 16:00:03.246 INFO blam! Oct 10 16:00:03.246 INFO blam! running 2 tests Oct 10 16:00:03.247 INFO blam! test tests::p009_example ... ok Oct 10 16:00:03.249 INFO blam! test tests::p009_solution ... ok Oct 10 16:00:03.250 INFO kablam! Running /target/debug/deps/p010-aa7e958a10ef3beb Oct 10 16:00:03.250 INFO blam! Oct 10 16:00:03.250 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:00:03.250 INFO blam! Oct 10 16:00:03.254 INFO blam! Oct 10 16:00:03.254 INFO blam! running 2 tests Oct 10 16:00:03.255 INFO blam! test tests::p010_example ... ok Oct 10 16:00:03.701 INFO blam! test tests::p010_solution ... ok Oct 10 16:00:03.701 INFO blam! Oct 10 16:00:03.701 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:00:03.701 INFO blam! Oct 10 16:00:03.704 INFO blam! Oct 10 16:00:03.704 INFO kablam! Running /target/debug/deps/p012-8115606b8e2be0a0 Oct 10 16:00:03.704 INFO blam! running 3 tests Oct 10 16:00:03.704 INFO blam! test tests::p012_example ... ok Oct 10 16:00:04.223 INFO blam! test tests::p012_solution ... ok Oct 10 16:00:04.232 INFO blam! test tests::bench_p012_solution ... ok Oct 10 16:00:04.232 INFO blam! Oct 10 16:00:04.232 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:00:04.232 INFO blam! Oct 10 16:00:04.233 INFO kablam! Running /target/debug/deps/p014-7954704fbc2614f8 Oct 10 16:00:04.236 INFO blam! Oct 10 16:00:04.236 INFO blam! running 2 tests Oct 10 16:00:04.236 INFO blam! test tests::p014_example ... ok Oct 10 16:00:13.343 INFO blam! test tests::p014_solution ... ok Oct 10 16:00:13.343 INFO blam! Oct 10 16:00:13.343 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:00:13.343 INFO blam! Oct 10 16:00:13.344 INFO kablam! Doc-tests euler_lib Oct 10 16:00:13.909 INFO blam! Oct 10 16:00:13.909 INFO blam! running 3 tests Oct 10 16:00:14.802 INFO blam! test src/math/primes/mod.rs - math::primes::Set::num_divisors (line 38) ... ok Oct 10 16:00:14.817 INFO blam! test src/problems/set_one.rs - problems::set_one::divis_triangular_number (line 186) ... ok Oct 10 16:00:14.828 INFO blam! test src/math/primes/mod.rs - math::primes::Set::join (line 63) ... ok Oct 10 16:00:14.828 INFO blam! Oct 10 16:00:14.828 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:00:14.828 INFO blam! Oct 10 16:00:14.837 INFO kablam! su: No module specific data is present Oct 10 16:00:15.081 INFO running `"docker" "rm" "-f" "b973e7229dc84ca7f899d5206f4a0090d5bd61aa24f45f6097fcd4e4249aac31"` Oct 10 16:00:15.174 INFO blam! b973e7229dc84ca7f899d5206f4a0090d5bd61aa24f45f6097fcd4e4249aac31