Oct 13 02:34:44.144 INFO testing robinsonj/project_euler against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 02:34:44.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 02:34:44.363 INFO blam! 0b57123f854e00315c124c9f311b3211bb377efeff8c8f4ce63f1a9a4416c87c Oct 13 02:34:44.364 INFO running `"docker" "start" "-a" "0b57123f854e00315c124c9f311b3211bb377efeff8c8f4ce63f1a9a4416c87c"` Oct 13 02:34:45.530 INFO kablam! usermod: no changes Oct 13 02:34:45.609 INFO kablam! Compiling euler_lib v0.1.0 (/source) Oct 13 02:34:46.031 INFO kablam! warning: unused variable: `file_name` Oct 13 02:34:46.031 INFO kablam! --> src/solver/mod.rs:39:40 Oct 13 02:34:46.031 INFO kablam! | Oct 13 02:34:46.031 INFO kablam! 39 | SolverFunction::FunctionWithFile(file_name, solve) => { Oct 13 02:34:46.031 INFO kablam! | ^^^^^^^^^ help: consider using `_file_name` instead Oct 13 02:34:46.031 INFO kablam! | Oct 13 02:34:46.031 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:34:46.031 INFO kablam! Oct 13 02:34:46.057 INFO kablam! warning: variant is never constructed: `FunctionWithFile` Oct 13 02:34:46.057 INFO kablam! --> src/solver/mod.rs:3:3 Oct 13 02:34:46.057 INFO kablam! | Oct 13 02:34:46.057 INFO kablam! 3 | FunctionWithFile(&'a str, fn() -> String) Oct 13 02:34:46.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:34:46.057 INFO kablam! | Oct 13 02:34:46.057 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:34:46.057 INFO kablam! Oct 13 02:34:50.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.86s Oct 13 02:34:50.436 INFO kablam! su: No module specific data is present Oct 13 02:34:50.975 INFO running `"docker" "rm" "-f" "0b57123f854e00315c124c9f311b3211bb377efeff8c8f4ce63f1a9a4416c87c"` Oct 13 02:34:51.078 INFO blam! 0b57123f854e00315c124c9f311b3211bb377efeff8c8f4ce63f1a9a4416c87c Oct 13 02:34:51.082 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 02:34:51.235 INFO blam! a44a48e7f955cbb8899a9a20a6b0da259ea72f35c11e5b5ebf4144c08488e8d4 Oct 13 02:34:51.237 INFO running `"docker" "start" "-a" "a44a48e7f955cbb8899a9a20a6b0da259ea72f35c11e5b5ebf4144c08488e8d4"` Oct 13 02:34:51.779 INFO kablam! usermod: no changes Oct 13 02:34:51.809 INFO kablam! Compiling euler_lib v0.1.0 (/source) Oct 13 02:34:52.639 INFO kablam! warning: unused variable: `file_name` Oct 13 02:34:52.639 INFO kablam! --> src/solver/mod.rs:39:40 Oct 13 02:34:52.639 INFO kablam! | Oct 13 02:34:52.639 INFO kablam! 39 | SolverFunction::FunctionWithFile(file_name, solve) => { Oct 13 02:34:52.639 INFO kablam! | ^^^^^^^^^ help: consider using `_file_name` instead Oct 13 02:34:52.639 INFO kablam! | Oct 13 02:34:52.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:34:52.639 INFO kablam! Oct 13 02:34:52.787 INFO kablam! warning: variant is never constructed: `FunctionWithFile` Oct 13 02:34:52.787 INFO kablam! --> src/solver/mod.rs:3:3 Oct 13 02:34:52.787 INFO kablam! | Oct 13 02:34:52.787 INFO kablam! 3 | FunctionWithFile(&'a str, fn() -> String) Oct 13 02:34:52.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:34:52.787 INFO kablam! | Oct 13 02:34:52.787 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:34:52.787 INFO kablam! Oct 13 02:34:55.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.60s Oct 13 02:34:55.410 INFO kablam! su: No module specific data is present Oct 13 02:34:55.981 INFO running `"docker" "rm" "-f" "a44a48e7f955cbb8899a9a20a6b0da259ea72f35c11e5b5ebf4144c08488e8d4"` Oct 13 02:34:56.152 INFO blam! a44a48e7f955cbb8899a9a20a6b0da259ea72f35c11e5b5ebf4144c08488e8d4 Oct 13 02:34:56.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 02:34:56.412 INFO blam! b02fd767672067ab5491fa1fcdf31d220f552e223a6269c8191f87722fb4807c Oct 13 02:34:56.419 INFO running `"docker" "start" "-a" "b02fd767672067ab5491fa1fcdf31d220f552e223a6269c8191f87722fb4807c"` Oct 13 02:34:57.061 INFO kablam! usermod: no changes Oct 13 02:34:57.139 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 02:34:57.155 INFO kablam! Running /target/debug/deps/euler_lib-33958f95b4832d4d Oct 13 02:34:57.159 INFO blam! Oct 13 02:34:57.159 INFO blam! running 30 tests Oct 13 02:34:57.159 INFO blam! test math::compute::tests::gauss_sum ... ok Oct 13 02:34:57.159 INFO blam! test math::compute::tests::collatz ... ok Oct 13 02:34:57.159 INFO blam! test math::compute::tests::factors ... ok Oct 13 02:34:57.159 INFO blam! test math::palindromes::tests::is_palindrome ... ok Oct 13 02:34:57.159 INFO blam! test math::primes::sieve::tests::list ... ok Oct 13 02:34:57.159 INFO blam! test math::compute::tests::tripprod ... ok Oct 13 02:34:57.159 INFO blam! test math::primes::sieve::tests::less_than ... ok Oct 13 02:34:57.159 INFO blam! test math::compute::tests::sq_sum ... ok Oct 13 02:34:57.159 INFO blam! test math::primes::tests::factors_num_divisors ... ok Oct 13 02:34:57.159 INFO blam! test math::primes::tests::factors_struct ... ok Oct 13 02:34:57.159 INFO blam! test math::primes::tests::factors_struct_join ... ok Oct 13 02:34:57.159 INFO blam! test math::primes::tests::factors_struct_new ... ok Oct 13 02:34:57.160 INFO blam! test math::primes::tests::factors_struct_of ... ok Oct 13 02:34:57.160 INFO blam! test math::compute::tests::gcd ... ok Oct 13 02:34:57.160 INFO blam! test math::primes::tests::is_prime2 ... ok Oct 13 02:34:57.167 INFO blam! test problems::set_one::tests::problem_1 ... ok Oct 13 02:34:57.167 INFO blam! test math::compute::tests::sum_sq ... ok Oct 13 02:34:57.167 INFO blam! test math::palindromes::tests::reverse ... ok Oct 13 02:34:57.179 INFO blam! test problems::set_one::tests::problem_5 ... ok Oct 13 02:34:57.219 INFO blam! test math::primes::tests::is_prime ... ok Oct 13 02:34:57.234 INFO blam! test problems::set_one::tests::problem_2 ... ok Oct 13 02:34:57.239 INFO blam! test problems::set_one::tests::problem_8 ... ok Oct 13 02:34:57.248 INFO blam! test problems::set_one::tests::problem_9 ... ok Oct 13 02:34:57.248 INFO blam! test problems::set_one::tests::problem_6 ... ok Oct 13 02:34:57.350 INFO blam! test problems::set_one::tests::problem_7 ... ok Oct 13 02:34:57.423 INFO blam! test problems::set_one::tests::problem_3 ... ok Oct 13 02:34:57.539 INFO blam! test problems::set_one::tests::problem_4 ... ok Oct 13 02:34:58.271 INFO blam! test problems::set_one::tests::problem_12 ... ok Oct 13 02:34:58.354 INFO blam! test problems::set_one::tests::problem_10 ... ok Oct 13 02:35:07.306 INFO blam! test problems::set_one::tests::problem_14 ... ok Oct 13 02:35:07.307 INFO kablam! Running /target/debug/deps/p005-b7dace988e1dbdba Oct 13 02:35:07.307 INFO blam! Oct 13 02:35:07.307 INFO blam! test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:35:07.308 INFO blam! Oct 13 02:35:07.308 INFO blam! Oct 13 02:35:07.308 INFO blam! running 2 tests Oct 13 02:35:07.308 INFO blam! test tests::p005_solution ... ok Oct 13 02:35:07.311 INFO blam! test tests::p005_example ... ok Oct 13 02:35:07.311 INFO blam! Oct 13 02:35:07.312 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:35:07.312 INFO blam! Oct 13 02:35:07.317 INFO blam! Oct 13 02:35:07.317 INFO kablam! Running /target/debug/deps/p006-3103785b2c1d3230 Oct 13 02:35:07.317 INFO blam! running 2 tests Oct 13 02:35:07.318 INFO kablam! Running /target/debug/deps/p007-21b6e18f852cdb13 Oct 13 02:35:07.318 INFO blam! test tests::p006_solution ... ok Oct 13 02:35:07.318 INFO blam! test tests::p006_example ... ok Oct 13 02:35:07.318 INFO blam! Oct 13 02:35:07.319 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:35:07.319 INFO blam! Oct 13 02:35:07.320 INFO blam! Oct 13 02:35:07.320 INFO blam! running 2 tests Oct 13 02:35:07.332 INFO blam! test tests::p007_example ... ok Oct 13 02:35:07.334 INFO blam! test tests::p007_solution ... ok Oct 13 02:35:07.334 INFO blam! Oct 13 02:35:07.334 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:35:07.335 INFO blam! Oct 13 02:35:07.335 INFO kablam! Running /target/debug/deps/p008-2163ef59146b9519 Oct 13 02:35:07.338 INFO blam! Oct 13 02:35:07.338 INFO blam! running 2 tests Oct 13 02:35:07.338 INFO blam! test tests::p008_solution ... ok Oct 13 02:35:07.338 INFO blam! test tests::p008_example ... ok Oct 13 02:35:07.339 INFO kablam! Running /target/debug/deps/p009-fefbd2ecec087716 Oct 13 02:35:07.339 INFO blam! Oct 13 02:35:07.339 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:35:07.339 INFO blam! Oct 13 02:35:07.347 INFO kablam! Running /target/debug/deps/p010-e382f0e5caf94772 Oct 13 02:35:07.347 INFO blam! Oct 13 02:35:07.347 INFO blam! running 2 tests Oct 13 02:35:07.347 INFO blam! test tests::p009_solution ... ok Oct 13 02:35:07.348 INFO blam! test tests::p009_example ... ok Oct 13 02:35:07.348 INFO blam! Oct 13 02:35:07.348 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:35:07.348 INFO blam! Oct 13 02:35:07.349 INFO blam! Oct 13 02:35:07.349 INFO blam! running 2 tests Oct 13 02:35:07.349 INFO blam! test tests::p010_example ... ok Oct 13 02:35:07.843 INFO blam! test tests::p010_solution ... ok Oct 13 02:35:07.843 INFO kablam! Running /target/debug/deps/p012-6cbf3552c80c536c Oct 13 02:35:07.843 INFO blam! Oct 13 02:35:07.843 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:35:07.843 INFO blam! Oct 13 02:35:07.843 INFO blam! Oct 13 02:35:07.843 INFO blam! running 3 tests Oct 13 02:35:07.843 INFO blam! test tests::p012_example ... ok Oct 13 02:35:08.561 INFO blam! test tests::p012_solution ... ok Oct 13 02:35:08.632 INFO blam! test tests::bench_p012_solution ... ok Oct 13 02:35:08.632 INFO blam! Oct 13 02:35:08.632 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:35:08.632 INFO blam! Oct 13 02:35:08.635 INFO kablam! Running /target/debug/deps/p014-49a58779431cfd47 Oct 13 02:35:08.636 INFO blam! Oct 13 02:35:08.636 INFO blam! running 2 tests Oct 13 02:35:08.639 INFO blam! test tests::p014_example ... ok Oct 13 02:35:17.743 INFO blam! test tests::p014_solution ... ok Oct 13 02:35:17.743 INFO kablam! Doc-tests euler_lib Oct 13 02:35:17.743 INFO blam! Oct 13 02:35:17.743 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:35:17.744 INFO blam! Oct 13 02:35:18.119 INFO blam! Oct 13 02:35:18.120 INFO blam! running 3 tests Oct 13 02:35:19.004 INFO blam! test src/math/primes/mod.rs - math::primes::Set::num_divisors (line 38) ... ok Oct 13 02:35:19.074 INFO blam! test src/math/primes/mod.rs - math::primes::Set::join (line 63) ... ok Oct 13 02:35:19.086 INFO blam! test src/problems/set_one.rs - problems::set_one::divis_triangular_number (line 186) ... ok Oct 13 02:35:19.086 INFO blam! Oct 13 02:35:19.086 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:35:19.086 INFO blam! Oct 13 02:35:19.100 INFO kablam! su: No module specific data is present Oct 13 02:35:19.431 INFO running `"docker" "rm" "-f" "b02fd767672067ab5491fa1fcdf31d220f552e223a6269c8191f87722fb4807c"` Oct 13 02:35:19.703 INFO blam! b02fd767672067ab5491fa1fcdf31d220f552e223a6269c8191f87722fb4807c