Oct 15 01:14:04.525 INFO testing cesare/rust-euler against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:14:04.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 01:14:05.061 INFO blam! ca00bdd321ebad58653c6c646ff338fcfac639ecc31237e239a0322e1115fd2c Oct 15 01:14:05.063 INFO running `"docker" "start" "-a" "ca00bdd321ebad58653c6c646ff338fcfac639ecc31237e239a0322e1115fd2c"` Oct 15 01:14:06.687 INFO kablam! usermod: no changes Oct 15 01:14:06.727 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 01:14:06.727 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 01:14:06.727 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 01:14:06.727 INFO kablam! files will be included as a binary target: Oct 15 01:14:06.727 INFO kablam! Oct 15 01:14:06.727 INFO kablam! * /source/src/main.rs Oct 15 01:14:06.727 INFO kablam! Oct 15 01:14:06.727 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 01:14:06.727 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 01:14:06.727 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 01:14:06.727 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 01:14:06.727 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 01:14:06.727 INFO kablam! Oct 15 01:14:06.727 INFO kablam! For more information on this warning you can consult Oct 15 01:14:06.727 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 01:14:06.731 INFO kablam! Compiling euler v0.1.0 (/source) Oct 15 01:14:08.514 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 01:14:08.514 INFO kablam! --> src/problem_005_smallest_multiple.rs:42:42 Oct 15 01:14:08.514 INFO kablam! | Oct 15 01:14:08.514 INFO kablam! 42 | let product = results.iter().fold(1, (|a, b| a * b)); Oct 15 01:14:08.514 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 01:14:08.514 INFO kablam! | Oct 15 01:14:08.527 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 01:14:08.558 INFO kablam! Oct 15 01:14:09.079 INFO kablam! warning: method is never used: `reset` Oct 15 01:14:09.079 INFO kablam! --> src/prime.rs:134:5 Oct 15 01:14:09.079 INFO kablam! | Oct 15 01:14:09.079 INFO kablam! 134 | pub fn reset(&mut self) { Oct 15 01:14:09.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:14:09.079 INFO kablam! | Oct 15 01:14:09.079 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:14:09.079 INFO kablam! Oct 15 01:14:09.453 INFO kablam! warning: method is never used: `reset` Oct 15 01:14:09.453 INFO kablam! --> src/prime.rs:134:5 Oct 15 01:14:09.453 INFO kablam! | Oct 15 01:14:09.453 INFO kablam! 134 | pub fn reset(&mut self) { Oct 15 01:14:09.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:14:09.454 INFO kablam! | Oct 15 01:14:09.454 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:14:09.455 INFO kablam! Oct 15 01:14:13.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.41s Oct 15 01:14:13.122 INFO kablam! su: No module specific data is present Oct 15 01:14:14.297 INFO running `"docker" "rm" "-f" "ca00bdd321ebad58653c6c646ff338fcfac639ecc31237e239a0322e1115fd2c"` Oct 15 01:14:14.563 INFO blam! ca00bdd321ebad58653c6c646ff338fcfac639ecc31237e239a0322e1115fd2c Oct 15 01:14:14.572 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 01:14:15.049 INFO blam! 306fe3a2b3b4143617a3e10ea43dfed4a48715922f48a855f37510774ea08d8d Oct 15 01:14:15.051 INFO running `"docker" "start" "-a" "306fe3a2b3b4143617a3e10ea43dfed4a48715922f48a855f37510774ea08d8d"` Oct 15 01:14:16.754 INFO kablam! usermod: no changes Oct 15 01:14:16.815 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 01:14:16.815 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 01:14:16.815 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 01:14:16.815 INFO kablam! files will be included as a binary target: Oct 15 01:14:16.815 INFO kablam! Oct 15 01:14:16.815 INFO kablam! * /source/src/main.rs Oct 15 01:14:16.815 INFO kablam! Oct 15 01:14:16.815 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 01:14:16.815 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 01:14:16.815 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 01:14:16.815 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 01:14:16.815 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 01:14:16.815 INFO kablam! Oct 15 01:14:16.815 INFO kablam! For more information on this warning you can consult Oct 15 01:14:16.815 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 01:14:16.815 INFO kablam! Compiling euler v0.1.0 (/source) Oct 15 01:14:17.399 INFO kablam! warning: method is never used: `reset` Oct 15 01:14:17.399 INFO kablam! --> src/prime.rs:134:5 Oct 15 01:14:17.399 INFO kablam! | Oct 15 01:14:17.399 INFO kablam! 134 | pub fn reset(&mut self) { Oct 15 01:14:17.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:14:17.415 INFO kablam! | Oct 15 01:14:17.415 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:14:17.415 INFO kablam! Oct 15 01:14:18.199 INFO kablam! warning: method is never used: `reset` Oct 15 01:14:18.199 INFO kablam! --> src/prime.rs:134:5 Oct 15 01:14:18.199 INFO kablam! | Oct 15 01:14:18.199 INFO kablam! 134 | pub fn reset(&mut self) { Oct 15 01:14:18.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:14:18.199 INFO kablam! | Oct 15 01:14:18.199 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:14:18.199 INFO kablam! Oct 15 01:14:18.833 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 01:14:18.834 INFO kablam! --> src/problem_005_smallest_multiple.rs:42:42 Oct 15 01:14:18.835 INFO kablam! | Oct 15 01:14:18.835 INFO kablam! 42 | let product = results.iter().fold(1, (|a, b| a * b)); Oct 15 01:14:18.836 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 01:14:18.847 INFO kablam! | Oct 15 01:14:18.847 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 01:14:18.847 INFO kablam! Oct 15 01:14:22.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.37s Oct 15 01:14:22.161 INFO kablam! su: No module specific data is present Oct 15 01:14:23.571 INFO running `"docker" "rm" "-f" "306fe3a2b3b4143617a3e10ea43dfed4a48715922f48a855f37510774ea08d8d"` Oct 15 01:14:23.943 INFO blam! 306fe3a2b3b4143617a3e10ea43dfed4a48715922f48a855f37510774ea08d8d Oct 15 01:14:23.955 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 01:14:24.572 INFO blam! 9784aed8ec001058aa3690858cdff4f044971a2f61a552b7941ed3a77532a0ec Oct 15 01:14:24.572 INFO running `"docker" "start" "-a" "9784aed8ec001058aa3690858cdff4f044971a2f61a552b7941ed3a77532a0ec"` Oct 15 01:14:26.055 INFO kablam! usermod: no changes Oct 15 01:14:26.139 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 01:14:26.140 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 01:14:26.140 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 01:14:26.141 INFO kablam! files will be included as a binary target: Oct 15 01:14:26.141 INFO kablam! Oct 15 01:14:26.141 INFO kablam! * /source/src/main.rs Oct 15 01:14:26.141 INFO kablam! Oct 15 01:14:26.142 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 01:14:26.142 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 01:14:26.142 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 01:14:26.143 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 01:14:26.143 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 01:14:26.143 INFO kablam! Oct 15 01:14:26.144 INFO kablam! For more information on this warning you can consult Oct 15 01:14:26.144 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 01:14:26.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 01:14:26.163 INFO kablam! Running /target/debug/deps/problem_001-c57ac1c94a34f290 Oct 15 01:14:26.171 INFO kablam! Running /target/debug/deps/problem_002-8de0a472efa81151 Oct 15 01:14:26.172 INFO blam! Oct 15 01:14:26.172 INFO blam! running 0 tests Oct 15 01:14:26.172 INFO blam! Oct 15 01:14:26.173 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:14:26.173 INFO blam! Oct 15 01:14:26.181 INFO blam! Oct 15 01:14:26.181 INFO blam! running 0 tests Oct 15 01:14:26.181 INFO blam! Oct 15 01:14:26.181 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:14:26.181 INFO blam! Oct 15 01:14:26.187 INFO blam! Oct 15 01:14:26.187 INFO kablam! Running /target/debug/deps/problem_003_largest_prime_factor-34c3113a948b7c0a Oct 15 01:14:26.187 INFO blam! running 0 tests Oct 15 01:14:26.187 INFO kablam! Running /target/debug/deps/problem_004_largest_palindrome_product-fa9148506d014aec Oct 15 01:14:26.187 INFO blam! Oct 15 01:14:26.187 INFO kablam! Running /target/debug/deps/problem_005_smallest_multiple-79c2851f450d2854 Oct 15 01:14:26.187 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:14:26.187 INFO blam! Oct 15 01:14:26.187 INFO blam! Oct 15 01:14:26.187 INFO blam! running 0 tests Oct 15 01:14:26.187 INFO blam! Oct 15 01:14:26.187 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:14:26.187 INFO blam! Oct 15 01:14:26.191 INFO blam! Oct 15 01:14:26.191 INFO kablam! Running /target/debug/deps/problem_006_sum_square_difference-52cc60e882c4897c Oct 15 01:14:26.191 INFO blam! running 0 tests Oct 15 01:14:26.191 INFO blam! Oct 15 01:14:26.191 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:14:26.191 INFO blam! Oct 15 01:14:26.201 INFO blam! Oct 15 01:14:26.201 INFO kablam! Running /target/debug/deps/problem_007_10001st_prime-ef89f7206e3fe0ef Oct 15 01:14:26.201 INFO blam! running 0 tests Oct 15 01:14:26.201 INFO kablam! Running /target/debug/deps/problem_008_largest_product-6d60e496b18cf32f Oct 15 01:14:26.201 INFO blam! Oct 15 01:14:26.201 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:14:26.201 INFO blam! Oct 15 01:14:26.201 INFO blam! Oct 15 01:14:26.201 INFO blam! running 0 tests Oct 15 01:14:26.201 INFO blam! Oct 15 01:14:26.201 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:14:26.201 INFO blam! Oct 15 01:14:26.203 INFO blam! Oct 15 01:14:26.203 INFO kablam! Running /target/debug/deps/problem_010_summation_of_primes-0e1ad836d4892aa0 Oct 15 01:14:26.203 INFO blam! running 0 tests Oct 15 01:14:26.203 INFO blam! Oct 15 01:14:26.203 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:14:26.203 INFO blam! Oct 15 01:14:26.203 INFO blam! Oct 15 01:14:26.203 INFO blam! running 0 tests Oct 15 01:14:26.203 INFO blam! Oct 15 01:14:26.203 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:14:26.203 INFO blam! Oct 15 01:14:26.239 INFO kablam! su: No module specific data is present Oct 15 01:14:27.028 INFO running `"docker" "rm" "-f" "9784aed8ec001058aa3690858cdff4f044971a2f61a552b7941ed3a77532a0ec"` Oct 15 01:14:27.322 INFO blam! 9784aed8ec001058aa3690858cdff4f044971a2f61a552b7941ed3a77532a0ec