Oct 11 01:29:51.503 INFO testing cesare/rust-euler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:29:51.503 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:29:51.505 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 11 01:29:52.096 INFO blam! 13a65145bef0c2477210543640a36be40c2cf9aaed8f568c2556ed0992f591fc Oct 11 01:29:52.096 INFO running `"docker" "start" "-a" "13a65145bef0c2477210543640a36be40c2cf9aaed8f568c2556ed0992f591fc"` Oct 11 01:29:53.909 INFO kablam! usermod: no changes Oct 11 01:29:53.993 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 01:29:53.993 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 01:29:53.994 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 01:29:53.994 INFO kablam! files will be included as a binary target: Oct 11 01:29:53.994 INFO kablam! Oct 11 01:29:53.994 INFO kablam! * /source/src/main.rs Oct 11 01:29:53.995 INFO kablam! Oct 11 01:29:53.995 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 01:29:53.995 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 01:29:53.996 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 01:29:53.996 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 01:29:53.996 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 01:29:53.997 INFO kablam! Oct 11 01:29:53.997 INFO kablam! For more information on this warning you can consult Oct 11 01:29:53.997 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 01:29:54.016 INFO kablam! Compiling euler v0.1.0 (/source) Oct 11 01:29:56.740 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 01:29:56.741 INFO kablam! --> src/problem_005_smallest_multiple.rs:42:42 Oct 11 01:29:56.741 INFO kablam! | Oct 11 01:29:56.741 INFO kablam! 42 | let product = results.iter().fold(1, (|a, b| a * b)); Oct 11 01:29:56.741 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:29:56.742 INFO kablam! | Oct 11 01:29:56.742 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 01:29:56.742 INFO kablam! Oct 11 01:29:57.684 INFO kablam! warning: method is never used: `reset` Oct 11 01:29:57.685 INFO kablam! --> src/prime.rs:134:5 Oct 11 01:29:57.685 INFO kablam! | Oct 11 01:29:57.685 INFO kablam! 134 | pub fn reset(&mut self) { Oct 11 01:29:57.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:29:57.686 INFO kablam! | Oct 11 01:29:57.686 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:29:57.687 INFO kablam! Oct 11 01:29:58.400 INFO kablam! warning: method is never used: `reset` Oct 11 01:29:58.400 INFO kablam! --> src/prime.rs:134:5 Oct 11 01:29:58.400 INFO kablam! | Oct 11 01:29:58.400 INFO kablam! 134 | pub fn reset(&mut self) { Oct 11 01:29:58.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:29:58.437 INFO kablam! | Oct 11 01:29:58.437 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:29:58.437 INFO kablam! Oct 11 01:30:01.233 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.27s Oct 11 01:30:01.233 INFO kablam! su: No module specific data is present Oct 11 01:30:02.102 INFO running `"docker" "rm" "-f" "13a65145bef0c2477210543640a36be40c2cf9aaed8f568c2556ed0992f591fc"` Oct 11 01:30:02.498 INFO blam! 13a65145bef0c2477210543640a36be40c2cf9aaed8f568c2556ed0992f591fc Oct 11 01:30:02.504 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:30:02.504 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 11 01:30:02.950 INFO blam! 6c3572bfd3a92ccc0c5a97ab3a8a930572ebfb88b44d25f28cca9354aa0e9d3b Oct 11 01:30:02.952 INFO running `"docker" "start" "-a" "6c3572bfd3a92ccc0c5a97ab3a8a930572ebfb88b44d25f28cca9354aa0e9d3b"` Oct 11 01:30:04.348 INFO kablam! usermod: no changes Oct 11 01:30:04.388 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 01:30:04.388 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 01:30:04.388 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 01:30:04.388 INFO kablam! files will be included as a binary target: Oct 11 01:30:04.388 INFO kablam! Oct 11 01:30:04.388 INFO kablam! * /source/src/main.rs Oct 11 01:30:04.388 INFO kablam! Oct 11 01:30:04.388 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 01:30:04.388 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 01:30:04.388 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 01:30:04.388 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 01:30:04.388 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 01:30:04.388 INFO kablam! Oct 11 01:30:04.388 INFO kablam! For more information on this warning you can consult Oct 11 01:30:04.388 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 01:30:04.398 INFO kablam! Compiling euler v0.1.0 (/source) Oct 11 01:30:07.184 INFO kablam! warning: method is never used: `reset` Oct 11 01:30:07.184 INFO kablam! --> src/prime.rs:134:5 Oct 11 01:30:07.184 INFO kablam! | Oct 11 01:30:07.184 INFO kablam! 134 | pub fn reset(&mut self) { Oct 11 01:30:07.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:30:07.184 INFO kablam! | Oct 11 01:30:07.184 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:30:07.184 INFO kablam! Oct 11 01:30:07.428 INFO kablam! warning: method is never used: `reset` Oct 11 01:30:07.428 INFO kablam! --> src/prime.rs:134:5 Oct 11 01:30:07.428 INFO kablam! | Oct 11 01:30:07.428 INFO kablam! 134 | pub fn reset(&mut self) { Oct 11 01:30:07.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:30:07.428 INFO kablam! | Oct 11 01:30:07.428 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:30:07.428 INFO kablam! Oct 11 01:30:07.957 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 01:30:07.957 INFO kablam! --> src/problem_005_smallest_multiple.rs:42:42 Oct 11 01:30:07.957 INFO kablam! | Oct 11 01:30:07.958 INFO kablam! 42 | let product = results.iter().fold(1, (|a, b| a * b)); Oct 11 01:30:07.958 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:30:07.959 INFO kablam! | Oct 11 01:30:07.959 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 01:30:07.959 INFO kablam! Oct 11 01:30:10.752 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.38s Oct 11 01:30:10.762 INFO kablam! su: No module specific data is present Oct 11 01:30:11.202 INFO running `"docker" "rm" "-f" "6c3572bfd3a92ccc0c5a97ab3a8a930572ebfb88b44d25f28cca9354aa0e9d3b"` Oct 11 01:30:11.382 INFO blam! 6c3572bfd3a92ccc0c5a97ab3a8a930572ebfb88b44d25f28cca9354aa0e9d3b Oct 11 01:30:11.388 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:30:11.388 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 11 01:30:11.712 INFO blam! b6fd4adc58669ec7c6eb7eea82e7bd3c07463ffa623bb9147d506869451915c4 Oct 11 01:30:11.714 INFO running `"docker" "start" "-a" "b6fd4adc58669ec7c6eb7eea82e7bd3c07463ffa623bb9147d506869451915c4"` Oct 11 01:30:13.857 INFO kablam! usermod: no changes Oct 11 01:30:13.924 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 01:30:13.924 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 01:30:13.924 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 01:30:13.924 INFO kablam! files will be included as a binary target: Oct 11 01:30:13.924 INFO kablam! Oct 11 01:30:13.924 INFO kablam! * /source/src/main.rs Oct 11 01:30:13.924 INFO kablam! Oct 11 01:30:13.924 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 01:30:13.924 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 01:30:13.924 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 01:30:13.924 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 01:30:13.924 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 01:30:13.924 INFO kablam! Oct 11 01:30:13.924 INFO kablam! For more information on this warning you can consult Oct 11 01:30:13.924 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 01:30:13.928 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 01:30:13.941 INFO kablam! Running /target/debug/deps/problem_001-b3a9a7f3bf91790f Oct 11 01:30:13.948 INFO blam! Oct 11 01:30:13.948 INFO blam! running 0 tests Oct 11 01:30:13.948 INFO blam! Oct 11 01:30:13.948 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:30:13.948 INFO blam! Oct 11 01:30:13.952 INFO kablam! Running /target/debug/deps/problem_002-798cc23b187d25f5 Oct 11 01:30:13.954 INFO blam! Oct 11 01:30:13.954 INFO blam! running 0 tests Oct 11 01:30:13.954 INFO blam! Oct 11 01:30:13.954 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:30:13.954 INFO blam! Oct 11 01:30:13.956 INFO kablam! Running /target/debug/deps/problem_003_largest_prime_factor-780fba332542a6a0 Oct 11 01:30:13.962 INFO blam! Oct 11 01:30:13.962 INFO blam! running 0 tests Oct 11 01:30:13.962 INFO blam! Oct 11 01:30:13.962 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:30:13.962 INFO blam! Oct 11 01:30:13.968 INFO kablam! Running /target/debug/deps/problem_004_largest_palindrome_product-d1524bb1e8664739 Oct 11 01:30:13.976 INFO blam! Oct 11 01:30:13.976 INFO kablam! Running /target/debug/deps/problem_005_smallest_multiple-4bbf5260cd74962e Oct 11 01:30:13.976 INFO blam! running 0 tests Oct 11 01:30:13.976 INFO blam! Oct 11 01:30:13.976 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:30:13.976 INFO blam! Oct 11 01:30:13.984 INFO blam! Oct 11 01:30:13.984 INFO kablam! Running /target/debug/deps/problem_006_sum_square_difference-0cae0ab9be6479aa Oct 11 01:30:13.984 INFO blam! running 0 tests Oct 11 01:30:13.984 INFO blam! Oct 11 01:30:13.984 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:30:13.984 INFO blam! Oct 11 01:30:13.996 INFO blam! Oct 11 01:30:13.996 INFO kablam! Running /target/debug/deps/problem_007_10001st_prime-fc0ab01740702635 Oct 11 01:30:13.996 INFO blam! running 0 tests Oct 11 01:30:13.996 INFO blam! Oct 11 01:30:13.996 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:30:13.996 INFO blam! Oct 11 01:30:14.002 INFO kablam! Running /target/debug/deps/problem_008_largest_product-bd3fbf820053e358 Oct 11 01:30:14.002 INFO blam! Oct 11 01:30:14.002 INFO blam! running 0 tests Oct 11 01:30:14.002 INFO blam! Oct 11 01:30:14.002 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:30:14.002 INFO blam! Oct 11 01:30:14.002 INFO blam! Oct 11 01:30:14.002 INFO blam! running 0 tests Oct 11 01:30:14.002 INFO blam! Oct 11 01:30:14.002 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:30:14.002 INFO blam! Oct 11 01:30:14.002 INFO kablam! Running /target/debug/deps/problem_010_summation_of_primes-39107c37432493db Oct 11 01:30:14.012 INFO kablam! su: No module specific data is present Oct 11 01:30:14.012 INFO blam! Oct 11 01:30:14.012 INFO blam! running 0 tests Oct 11 01:30:14.012 INFO blam! Oct 11 01:30:14.012 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:30:14.012 INFO blam! Oct 11 01:30:14.862 INFO running `"docker" "rm" "-f" "b6fd4adc58669ec7c6eb7eea82e7bd3c07463ffa623bb9147d506869451915c4"` Oct 11 01:30:15.027 INFO blam! b6fd4adc58669ec7c6eb7eea82e7bd3c07463ffa623bb9147d506869451915c4