Oct 26 23:50:16.741 INFO checking neelayjunnarkar/Proj_Euler against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:50:16.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 26 23:50:17.081 INFO blam! 49e348e3063f501bba3076954e4a8202eb56f7fbb2af87beadf9175e229d751a Oct 26 23:50:17.083 INFO running `"docker" "start" "-a" "49e348e3063f501bba3076954e4a8202eb56f7fbb2af87beadf9175e229d751a"` Oct 26 23:50:18.377 INFO kablam! usermod: no changes Oct 26 23:50:18.511 INFO kablam! Checking Proj_Euler v0.0.1 (/source) Oct 26 23:50:18.831 INFO kablam! warning: unused import: `std::num::*` Oct 26 23:50:18.831 INFO kablam! --> src/prob3.rs:3:5 Oct 26 23:50:18.831 INFO kablam! | Oct 26 23:50:18.831 INFO kablam! 3 | use std::num::*; Oct 26 23:50:18.831 INFO kablam! | ^^^^^^^^^^^ Oct 26 23:50:18.831 INFO kablam! | Oct 26 23:50:18.831 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:50:18.831 INFO kablam! Oct 26 23:50:18.832 INFO kablam! warning: label name `'y_pos` shadows a label name that is already in scope Oct 26 23:50:18.832 INFO kablam! --> src/prob11.rs:106:9 Oct 26 23:50:18.832 INFO kablam! | Oct 26 23:50:18.832 INFO kablam! 90 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 26 23:50:18.832 INFO kablam! | ------ first declared here Oct 26 23:50:18.832 INFO kablam! ... Oct 26 23:50:18.832 INFO kablam! 106 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 26 23:50:18.832 INFO kablam! | ^^^^^^ lifetime 'y_pos already in scope Oct 26 23:50:18.832 INFO kablam! Oct 26 23:50:18.895 INFO kablam! warning: unused import: `std::num::*` Oct 26 23:50:18.895 INFO kablam! --> src/prob3.rs:3:5 Oct 26 23:50:18.895 INFO kablam! | Oct 26 23:50:18.895 INFO kablam! 3 | use std::num::*; Oct 26 23:50:18.895 INFO kablam! | ^^^^^^^^^^^ Oct 26 23:50:18.895 INFO kablam! | Oct 26 23:50:18.895 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:50:18.895 INFO kablam! Oct 26 23:50:18.895 INFO kablam! warning: label name `'y_pos` shadows a label name that is already in scope Oct 26 23:50:18.895 INFO kablam! --> src/prob11.rs:106:9 Oct 26 23:50:18.895 INFO kablam! | Oct 26 23:50:18.895 INFO kablam! 90 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 26 23:50:18.895 INFO kablam! | ------ first declared here Oct 26 23:50:18.895 INFO kablam! ... Oct 26 23:50:18.895 INFO kablam! 106 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 26 23:50:18.895 INFO kablam! | ^^^^^^ lifetime 'y_pos already in scope Oct 26 23:50:18.895 INFO kablam! Oct 26 23:50:19.027 INFO kablam! warning: value assigned to `temp_max` is never read Oct 26 23:50:19.027 INFO kablam! --> src/prob11.rs:54:13 Oct 26 23:50:19.027 INFO kablam! | Oct 26 23:50:19.027 INFO kablam! 54 | let mut temp_max = 1; Oct 26 23:50:19.027 INFO kablam! | ^^^^^^^^ Oct 26 23:50:19.027 INFO kablam! | Oct 26 23:50:19.027 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 23:50:19.027 INFO kablam! Oct 26 23:50:19.027 INFO kablam! warning: value assigned to `temp_max` is never read Oct 26 23:50:19.027 INFO kablam! --> src/prob11.rs:70:5 Oct 26 23:50:19.027 INFO kablam! | Oct 26 23:50:19.027 INFO kablam! 70 | temp_max = 1; Oct 26 23:50:19.027 INFO kablam! | ^^^^^^^^ Oct 26 23:50:19.027 INFO kablam! Oct 26 23:50:19.027 INFO kablam! warning: value assigned to `temp_max` is never read Oct 26 23:50:19.027 INFO kablam! --> src/prob11.rs:86:5 Oct 26 23:50:19.027 INFO kablam! | Oct 26 23:50:19.027 INFO kablam! 86 | temp_max = 1; Oct 26 23:50:19.027 INFO kablam! | ^^^^^^^^ Oct 26 23:50:19.027 INFO kablam! Oct 26 23:50:19.027 INFO kablam! warning: value assigned to `temp_max` is never read Oct 26 23:50:19.027 INFO kablam! --> src/prob11.rs:102:5 Oct 26 23:50:19.027 INFO kablam! | Oct 26 23:50:19.027 INFO kablam! 102 | temp_max = 1; Oct 26 23:50:19.027 INFO kablam! | ^^^^^^^^ Oct 26 23:50:19.027 INFO kablam! Oct 26 23:50:19.051 INFO kablam! warning: value assigned to `temp_max` is never read Oct 26 23:50:19.051 INFO kablam! --> src/prob11.rs:54:13 Oct 26 23:50:19.051 INFO kablam! | Oct 26 23:50:19.051 INFO kablam! 54 | let mut temp_max = 1; Oct 26 23:50:19.051 INFO kablam! | ^^^^^^^^ Oct 26 23:50:19.051 INFO kablam! | Oct 26 23:50:19.051 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 23:50:19.051 INFO kablam! Oct 26 23:50:19.051 INFO kablam! warning: value assigned to `temp_max` is never read Oct 26 23:50:19.051 INFO kablam! --> src/prob11.rs:70:5 Oct 26 23:50:19.051 INFO kablam! | Oct 26 23:50:19.051 INFO kablam! 70 | temp_max = 1; Oct 26 23:50:19.051 INFO kablam! | ^^^^^^^^ Oct 26 23:50:19.052 INFO kablam! Oct 26 23:50:19.052 INFO kablam! warning: value assigned to `temp_max` is never read Oct 26 23:50:19.052 INFO kablam! --> src/prob11.rs:86:5 Oct 26 23:50:19.052 INFO kablam! | Oct 26 23:50:19.052 INFO kablam! 86 | temp_max = 1; Oct 26 23:50:19.052 INFO kablam! | ^^^^^^^^ Oct 26 23:50:19.052 INFO kablam! Oct 26 23:50:19.052 INFO kablam! warning: value assigned to `temp_max` is never read Oct 26 23:50:19.052 INFO kablam! --> src/prob11.rs:102:5 Oct 26 23:50:19.052 INFO kablam! | Oct 26 23:50:19.052 INFO kablam! 102 | temp_max = 1; Oct 26 23:50:19.052 INFO kablam! | ^^^^^^^^ Oct 26 23:50:19.052 INFO kablam! Oct 26 23:50:19.063 INFO kablam! warning: function is never used: `factorial` Oct 26 23:50:19.063 INFO kablam! --> src/prob15.rs:10:1 Oct 26 23:50:19.063 INFO kablam! | Oct 26 23:50:19.064 INFO kablam! 10 | fn factorial(n: u64) -> u64 { Oct 26 23:50:19.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:50:19.064 INFO kablam! | Oct 26 23:50:19.064 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:50:19.064 INFO kablam! Oct 26 23:50:19.064 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 26 23:50:19.064 INFO kablam! | Oct 26 23:50:19.064 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:50:19.064 INFO kablam! Oct 26 23:50:19.064 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 23:50:19.064 INFO kablam! --> src/prob7.rs:6:5 Oct 26 23:50:19.064 INFO kablam! | Oct 26 23:50:19.064 INFO kablam! 6 | / (1..55_250).map(|x|x*2+1) Oct 26 23:50:19.064 INFO kablam! 7 | | .filter(|&x| -> bool { Oct 26 23:50:19.064 INFO kablam! 8 | | for prime in &primes { Oct 26 23:50:19.064 INFO kablam! 9 | | if x % *prime == 0 && x != *prime { return false } Oct 26 23:50:19.064 INFO kablam! ... | Oct 26 23:50:19.064 INFO kablam! 14 | | }) Oct 26 23:50:19.064 INFO kablam! 15 | | .collect::>(); Oct 26 23:50:19.064 INFO kablam! | |_______________________________^ Oct 26 23:50:19.064 INFO kablam! | Oct 26 23:50:19.064 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 23:50:19.064 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 23:50:19.064 INFO kablam! Oct 26 23:50:19.127 INFO kablam! warning: function is never used: `factorial` Oct 26 23:50:19.127 INFO kablam! --> src/prob15.rs:10:1 Oct 26 23:50:19.127 INFO kablam! | Oct 26 23:50:19.127 INFO kablam! 10 | fn factorial(n: u64) -> u64 { Oct 26 23:50:19.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:50:19.127 INFO kablam! | Oct 26 23:50:19.127 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:50:19.127 INFO kablam! Oct 26 23:50:19.127 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 26 23:50:19.127 INFO kablam! | Oct 26 23:50:19.127 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:50:19.127 INFO kablam! Oct 26 23:50:19.127 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 23:50:19.127 INFO kablam! --> src/prob7.rs:6:5 Oct 26 23:50:19.127 INFO kablam! | Oct 26 23:50:19.127 INFO kablam! 6 | / (1..55_250).map(|x|x*2+1) Oct 26 23:50:19.127 INFO kablam! 7 | | .filter(|&x| -> bool { Oct 26 23:50:19.127 INFO kablam! 8 | | for prime in &primes { Oct 26 23:50:19.127 INFO kablam! 9 | | if x % *prime == 0 && x != *prime { return false } Oct 26 23:50:19.127 INFO kablam! ... | Oct 26 23:50:19.127 INFO kablam! 14 | | }) Oct 26 23:50:19.127 INFO kablam! 15 | | .collect::>(); Oct 26 23:50:19.127 INFO kablam! | |_______________________________^ Oct 26 23:50:19.127 INFO kablam! | Oct 26 23:50:19.127 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 23:50:19.127 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 23:50:19.127 INFO kablam! Oct 26 23:50:19.391 INFO kablam! warning: unused `#[macro_use]` import Oct 26 23:50:19.391 INFO kablam! --> src/main.rs:2:13 Oct 26 23:50:19.391 INFO kablam! | Oct 26 23:50:19.391 INFO kablam! 2 | #[macro_use(run)] Oct 26 23:50:19.391 INFO kablam! | ^^^ Oct 26 23:50:19.391 INFO kablam! | Oct 26 23:50:19.391 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:50:19.391 INFO kablam! Oct 26 23:50:19.404 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 26 23:50:19.405 INFO kablam! | Oct 26 23:50:19.405 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:50:19.405 INFO kablam! Oct 26 23:50:19.471 INFO kablam! warning: unused `#[macro_use]` import Oct 26 23:50:19.471 INFO kablam! --> src/main.rs:2:13 Oct 26 23:50:19.471 INFO kablam! | Oct 26 23:50:19.471 INFO kablam! 2 | #[macro_use(run)] Oct 26 23:50:19.471 INFO kablam! | ^^^ Oct 26 23:50:19.471 INFO kablam! | Oct 26 23:50:19.471 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:50:19.471 INFO kablam! Oct 26 23:50:19.479 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 26 23:50:19.479 INFO kablam! | Oct 26 23:50:19.479 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:50:19.479 INFO kablam! Oct 26 23:50:19.506 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 26 23:50:19.512 INFO kablam! su: No module specific data is present Oct 26 23:50:19.981 INFO running `"docker" "rm" "-f" "49e348e3063f501bba3076954e4a8202eb56f7fbb2af87beadf9175e229d751a"` Oct 26 23:50:20.167 INFO blam! 49e348e3063f501bba3076954e4a8202eb56f7fbb2af87beadf9175e229d751a