Oct 21 19:56:01.679 INFO checking ajpierce/euler-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:56:01.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 19:56:01.913 INFO blam! 2992d5948930be77886b58dd061d661f91740dab28881d6bb8aec06ec30065e4 Oct 21 19:56:01.914 INFO running `"docker" "start" "-a" "2992d5948930be77886b58dd061d661f91740dab28881d6bb8aec06ec30065e4"` Oct 21 19:56:03.019 INFO kablam! usermod: no changes Oct 21 19:56:03.080 INFO kablam! Checking euler-rust v0.1.0 (/source) Oct 21 19:56:04.092 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 19:56:04.092 INFO kablam! --> src/p005.rs:34:19 Oct 21 19:56:04.092 INFO kablam! | Oct 21 19:56:04.092 INFO kablam! 34 | } else if (answer % 20 == 0) { Oct 21 19:56:04.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 19:56:04.092 INFO kablam! | Oct 21 19:56:04.092 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 19:56:04.092 INFO kablam! Oct 21 19:56:04.100 INFO kablam! warning: unused import: `test::Bencher` Oct 21 19:56:04.100 INFO kablam! --> src/p005.rs:3:5 Oct 21 19:56:04.100 INFO kablam! | Oct 21 19:56:04.101 INFO kablam! 3 | use test::Bencher; Oct 21 19:56:04.101 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 19:56:04.104 INFO kablam! | Oct 21 19:56:04.104 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:56:04.104 INFO kablam! Oct 21 19:56:04.104 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 19:56:04.104 INFO kablam! --> src/p005.rs:34:19 Oct 21 19:56:04.104 INFO kablam! | Oct 21 19:56:04.104 INFO kablam! 34 | } else if (answer % 20 == 0) { Oct 21 19:56:04.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 19:56:04.105 INFO kablam! | Oct 21 19:56:04.105 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 19:56:04.105 INFO kablam! Oct 21 19:56:04.225 INFO kablam! warning: function is never used: `for_sum` Oct 21 19:56:04.225 INFO kablam! --> src/p001.rs:11:1 Oct 21 19:56:04.225 INFO kablam! | Oct 21 19:56:04.225 INFO kablam! 11 | pub fn for_sum(max: i32) { Oct 21 19:56:04.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:04.225 INFO kablam! | Oct 21 19:56:04.225 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 19:56:04.225 INFO kablam! Oct 21 19:56:04.225 INFO kablam! warning: function is never used: `solve_while` Oct 21 19:56:04.225 INFO kablam! --> src/p002.rs:22:1 Oct 21 19:56:04.225 INFO kablam! | Oct 21 19:56:04.225 INFO kablam! 22 | pub fn solve_while(limit: u32) { Oct 21 19:56:04.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:04.225 INFO kablam! Oct 21 19:56:04.225 INFO kablam! warning: function is never used: `solve_for` Oct 21 19:56:04.225 INFO kablam! --> src/p002.rs:37:1 Oct 21 19:56:04.225 INFO kablam! | Oct 21 19:56:04.226 INFO kablam! 37 | pub fn solve_for(limit: u32) { Oct 21 19:56:04.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:04.226 INFO kablam! Oct 21 19:56:04.226 INFO kablam! warning: function is never used: `solve_takewhile` Oct 21 19:56:04.226 INFO kablam! --> src/p002.rs:48:1 Oct 21 19:56:04.226 INFO kablam! | Oct 21 19:56:04.226 INFO kablam! 48 | pub fn solve_takewhile(limit: u32) { Oct 21 19:56:04.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:04.226 INFO kablam! Oct 21 19:56:04.226 INFO kablam! warning: function is never used: `solve_takewhile_filter_mutable` Oct 21 19:56:04.226 INFO kablam! --> src/p002.rs:63:1 Oct 21 19:56:04.226 INFO kablam! | Oct 21 19:56:04.226 INFO kablam! 63 | pub fn solve_takewhile_filter_mutable(limit: u32) { Oct 21 19:56:04.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:04.226 INFO kablam! Oct 21 19:56:04.227 INFO kablam! warning: function is never used: `solve_big` Oct 21 19:56:04.227 INFO kablam! --> src/p005.rs:29:1 Oct 21 19:56:04.227 INFO kablam! | Oct 21 19:56:04.227 INFO kablam! 29 | fn solve_big(min: u64, max: u64) { Oct 21 19:56:04.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:04.227 INFO kablam! Oct 21 19:56:04.227 INFO kablam! warning: function is never used: `solve_vbig` Oct 21 19:56:04.227 INFO kablam! --> src/p005.rs:43:1 Oct 21 19:56:04.227 INFO kablam! | Oct 21 19:56:04.227 INFO kablam! 43 | fn solve_vbig(min: u64, max: u64) { Oct 21 19:56:04.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 19:56:04.227 INFO kablam! Oct 21 19:56:04.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 21 19:56:04.308 INFO kablam! su: No module specific data is present Oct 21 19:56:04.834 INFO running `"docker" "rm" "-f" "2992d5948930be77886b58dd061d661f91740dab28881d6bb8aec06ec30065e4"` Oct 21 19:56:05.016 INFO blam! 2992d5948930be77886b58dd061d661f91740dab28881d6bb8aec06ec30065e4