Oct 27 06:58:07.564 INFO checking cesare/rust-euler against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:58:07.565 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 06:58:07.965 INFO blam! 3eb8cdc4cf42927eed9c0bb19050e608b77362019b04e3d2901ce4fee2b76c91 Oct 27 06:58:07.969 INFO running `"docker" "start" "-a" "3eb8cdc4cf42927eed9c0bb19050e608b77362019b04e3d2901ce4fee2b76c91"` Oct 27 06:58:09.031 INFO kablam! usermod: no changes Oct 27 06:58:09.087 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 06:58:09.087 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 06:58:09.088 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 06:58:09.088 INFO kablam! files will be included as a binary target: Oct 27 06:58:09.088 INFO kablam! Oct 27 06:58:09.089 INFO kablam! * /source/src/main.rs Oct 27 06:58:09.089 INFO kablam! Oct 27 06:58:09.089 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 06:58:09.089 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 06:58:09.090 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 06:58:09.090 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 06:58:09.090 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 06:58:09.090 INFO kablam! Oct 27 06:58:09.091 INFO kablam! For more information on this warning you can consult Oct 27 06:58:09.091 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 06:58:09.091 INFO kablam! Checking euler v0.1.0 (/source) Oct 27 06:58:11.071 INFO kablam! warning: method is never used: `reset` Oct 27 06:58:11.071 INFO kablam! --> src/prime.rs:134:5 Oct 27 06:58:11.071 INFO kablam! | Oct 27 06:58:11.071 INFO kablam! 134 | pub fn reset(&mut self) { Oct 27 06:58:11.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:58:11.103 INFO kablam! | Oct 27 06:58:11.103 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:58:11.103 INFO kablam! Oct 27 06:58:11.345 INFO kablam! warning: method is never used: `reset` Oct 27 06:58:11.345 INFO kablam! --> src/prime.rs:134:5 Oct 27 06:58:11.345 INFO kablam! | Oct 27 06:58:11.345 INFO kablam! 134 | pub fn reset(&mut self) { Oct 27 06:58:11.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:58:11.351 INFO kablam! | Oct 27 06:58:11.351 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:58:11.351 INFO kablam! Oct 27 06:58:11.755 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 06:58:11.755 INFO kablam! --> src/problem_005_smallest_multiple.rs:42:42 Oct 27 06:58:11.755 INFO kablam! | Oct 27 06:58:11.755 INFO kablam! 42 | let product = results.iter().fold(1, (|a, b| a * b)); Oct 27 06:58:11.755 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:58:11.755 INFO kablam! | Oct 27 06:58:11.755 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:58:11.755 INFO kablam! Oct 27 06:58:11.975 INFO kablam! warning: method is never used: `reset` Oct 27 06:58:11.975 INFO kablam! --> src/prime.rs:134:5 Oct 27 06:58:11.975 INFO kablam! | Oct 27 06:58:11.975 INFO kablam! 134 | pub fn reset(&mut self) { Oct 27 06:58:11.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:58:11.975 INFO kablam! | Oct 27 06:58:11.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:58:11.975 INFO kablam! Oct 27 06:58:12.431 INFO kablam! warning: method is never used: `reset` Oct 27 06:58:12.431 INFO kablam! --> src/prime.rs:134:5 Oct 27 06:58:12.431 INFO kablam! | Oct 27 06:58:12.431 INFO kablam! 134 | pub fn reset(&mut self) { Oct 27 06:58:12.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:58:12.431 INFO kablam! | Oct 27 06:58:12.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:58:12.431 INFO kablam! Oct 27 06:58:12.714 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 06:58:12.714 INFO kablam! --> src/problem_005_smallest_multiple.rs:42:42 Oct 27 06:58:12.714 INFO kablam! | Oct 27 06:58:12.714 INFO kablam! 42 | let product = results.iter().fold(1, (|a, b| a * b)); Oct 27 06:58:12.714 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:58:12.716 INFO kablam! | Oct 27 06:58:12.716 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:58:12.716 INFO kablam! Oct 27 06:58:12.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.89s Oct 27 06:58:12.991 INFO kablam! su: No module specific data is present Oct 27 06:58:13.961 INFO running `"docker" "rm" "-f" "3eb8cdc4cf42927eed9c0bb19050e608b77362019b04e3d2901ce4fee2b76c91"` Oct 27 06:58:14.239 INFO blam! 3eb8cdc4cf42927eed9c0bb19050e608b77362019b04e3d2901ce4fee2b76c91