Oct 10 17:41:04.180 INFO testing neelayjunnarkar/Proj_Euler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:41:04.180 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:41:04.180 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 17:41:04.388 INFO blam! 93fd61a59752bd53968750fc126f98bfd325c72be3cd5b69bffd9c05232edae9 Oct 10 17:41:04.390 INFO running `"docker" "start" "-a" "93fd61a59752bd53968750fc126f98bfd325c72be3cd5b69bffd9c05232edae9"` Oct 10 17:41:04.836 INFO kablam! usermod: no changes Oct 10 17:41:04.861 INFO kablam! Compiling Proj_Euler v0.0.1 (/source) Oct 10 17:41:05.279 INFO kablam! warning: unused import: `std::num::*` Oct 10 17:41:05.280 INFO kablam! --> src/prob3.rs:3:5 Oct 10 17:41:05.280 INFO kablam! | Oct 10 17:41:05.280 INFO kablam! 3 | use std::num::*; Oct 10 17:41:05.280 INFO kablam! | ^^^^^^^^^^^ Oct 10 17:41:05.280 INFO kablam! | Oct 10 17:41:05.280 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:41:05.280 INFO kablam! Oct 10 17:41:05.281 INFO kablam! warning: label name `'y_pos` shadows a label name that is already in scope Oct 10 17:41:05.281 INFO kablam! --> src/prob11.rs:106:9 Oct 10 17:41:05.281 INFO kablam! | Oct 10 17:41:05.281 INFO kablam! 90 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 10 17:41:05.281 INFO kablam! | ------ first declared here Oct 10 17:41:05.281 INFO kablam! ... Oct 10 17:41:05.281 INFO kablam! 106 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 10 17:41:05.281 INFO kablam! | ^^^^^^ lifetime 'y_pos already in scope Oct 10 17:41:05.281 INFO kablam! Oct 10 17:41:05.400 INFO kablam! warning: value assigned to `temp_max` is never read Oct 10 17:41:05.400 INFO kablam! --> src/prob11.rs:54:13 Oct 10 17:41:05.400 INFO kablam! | Oct 10 17:41:05.400 INFO kablam! 54 | let mut temp_max = 1; Oct 10 17:41:05.400 INFO kablam! | ^^^^^^^^ Oct 10 17:41:05.400 INFO kablam! | Oct 10 17:41:05.400 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 17:41:05.400 INFO kablam! Oct 10 17:41:05.400 INFO kablam! warning: value assigned to `temp_max` is never read Oct 10 17:41:05.400 INFO kablam! --> src/prob11.rs:70:5 Oct 10 17:41:05.400 INFO kablam! | Oct 10 17:41:05.400 INFO kablam! 70 | temp_max = 1; Oct 10 17:41:05.401 INFO kablam! | ^^^^^^^^ Oct 10 17:41:05.401 INFO kablam! Oct 10 17:41:05.401 INFO kablam! warning: value assigned to `temp_max` is never read Oct 10 17:41:05.401 INFO kablam! --> src/prob11.rs:86:5 Oct 10 17:41:05.401 INFO kablam! | Oct 10 17:41:05.401 INFO kablam! 86 | temp_max = 1; Oct 10 17:41:05.401 INFO kablam! | ^^^^^^^^ Oct 10 17:41:05.401 INFO kablam! Oct 10 17:41:05.401 INFO kablam! warning: value assigned to `temp_max` is never read Oct 10 17:41:05.401 INFO kablam! --> src/prob11.rs:102:5 Oct 10 17:41:05.401 INFO kablam! | Oct 10 17:41:05.401 INFO kablam! 102 | temp_max = 1; Oct 10 17:41:05.401 INFO kablam! | ^^^^^^^^ Oct 10 17:41:05.401 INFO kablam! Oct 10 17:41:05.441 INFO kablam! warning: function is never used: `factorial` Oct 10 17:41:05.441 INFO kablam! --> src/prob15.rs:10:1 Oct 10 17:41:05.441 INFO kablam! | Oct 10 17:41:05.441 INFO kablam! 10 | fn factorial(n: u64) -> u64 { Oct 10 17:41:05.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:41:05.441 INFO kablam! | Oct 10 17:41:05.441 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:41:05.442 INFO kablam! Oct 10 17:41:05.442 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 10 17:41:05.442 INFO kablam! | Oct 10 17:41:05.442 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 17:41:05.442 INFO kablam! Oct 10 17:41:05.442 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 10 17:41:05.442 INFO kablam! --> src/prob7.rs:6:5 Oct 10 17:41:05.443 INFO kablam! | Oct 10 17:41:05.443 INFO kablam! 6 | / (1..55_250).map(|x|x*2+1) Oct 10 17:41:05.443 INFO kablam! 7 | | .filter(|&x| -> bool { Oct 10 17:41:05.443 INFO kablam! 8 | | for prime in &primes { Oct 10 17:41:05.443 INFO kablam! 9 | | if x % *prime == 0 && x != *prime { return false } Oct 10 17:41:05.443 INFO kablam! ... | Oct 10 17:41:05.443 INFO kablam! 14 | | }) Oct 10 17:41:05.443 INFO kablam! 15 | | .collect::>(); Oct 10 17:41:05.443 INFO kablam! | |_______________________________^ Oct 10 17:41:05.444 INFO kablam! | Oct 10 17:41:05.444 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 17:41:05.444 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 10 17:41:05.444 INFO kablam! Oct 10 17:41:06.320 INFO kablam! warning: unused `#[macro_use]` import Oct 10 17:41:06.320 INFO kablam! --> src/main.rs:2:13 Oct 10 17:41:06.320 INFO kablam! | Oct 10 17:41:06.320 INFO kablam! 2 | #[macro_use(run)] Oct 10 17:41:06.320 INFO kablam! | ^^^ Oct 10 17:41:06.320 INFO kablam! | Oct 10 17:41:06.320 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:41:06.320 INFO kablam! Oct 10 17:41:06.332 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 10 17:41:06.332 INFO kablam! | Oct 10 17:41:06.332 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 17:41:06.333 INFO kablam! Oct 10 17:41:06.609 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 10 17:41:06.612 INFO kablam! su: No module specific data is present Oct 10 17:41:06.979 INFO running `"docker" "rm" "-f" "93fd61a59752bd53968750fc126f98bfd325c72be3cd5b69bffd9c05232edae9"` Oct 10 17:41:07.088 INFO blam! 93fd61a59752bd53968750fc126f98bfd325c72be3cd5b69bffd9c05232edae9 Oct 10 17:41:07.088 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:41:07.088 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 17:41:07.323 INFO blam! 9bdb633959e87332463bba12e0e33a0687305186515b7eaf22499298a807455a Oct 10 17:41:07.325 INFO running `"docker" "start" "-a" "9bdb633959e87332463bba12e0e33a0687305186515b7eaf22499298a807455a"` Oct 10 17:41:07.891 INFO kablam! usermod: no changes Oct 10 17:41:07.914 INFO kablam! Compiling Proj_Euler v0.0.1 (/source) Oct 10 17:41:08.416 INFO kablam! warning: unused import: `std::num::*` Oct 10 17:41:08.416 INFO kablam! --> src/prob3.rs:3:5 Oct 10 17:41:08.416 INFO kablam! | Oct 10 17:41:08.416 INFO kablam! 3 | use std::num::*; Oct 10 17:41:08.416 INFO kablam! | ^^^^^^^^^^^ Oct 10 17:41:08.416 INFO kablam! | Oct 10 17:41:08.416 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:41:08.416 INFO kablam! Oct 10 17:41:08.420 INFO kablam! warning: label name `'y_pos` shadows a label name that is already in scope Oct 10 17:41:08.420 INFO kablam! --> src/prob11.rs:106:9 Oct 10 17:41:08.420 INFO kablam! | Oct 10 17:41:08.420 INFO kablam! 90 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 10 17:41:08.420 INFO kablam! | ------ first declared here Oct 10 17:41:08.420 INFO kablam! ... Oct 10 17:41:08.420 INFO kablam! 106 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 10 17:41:08.420 INFO kablam! | ^^^^^^ lifetime 'y_pos already in scope Oct 10 17:41:08.420 INFO kablam! Oct 10 17:41:08.473 INFO kablam! warning: unused `#[macro_use]` import Oct 10 17:41:08.473 INFO kablam! --> src/main.rs:2:13 Oct 10 17:41:08.473 INFO kablam! | Oct 10 17:41:08.473 INFO kablam! 2 | #[macro_use(run)] Oct 10 17:41:08.473 INFO kablam! | ^^^ Oct 10 17:41:08.473 INFO kablam! | Oct 10 17:41:08.473 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:41:08.473 INFO kablam! Oct 10 17:41:08.487 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 10 17:41:08.487 INFO kablam! | Oct 10 17:41:08.487 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 17:41:08.487 INFO kablam! Oct 10 17:41:08.559 INFO kablam! warning: value assigned to `temp_max` is never read Oct 10 17:41:08.559 INFO kablam! --> src/prob11.rs:54:13 Oct 10 17:41:08.559 INFO kablam! | Oct 10 17:41:08.559 INFO kablam! 54 | let mut temp_max = 1; Oct 10 17:41:08.559 INFO kablam! | ^^^^^^^^ Oct 10 17:41:08.559 INFO kablam! | Oct 10 17:41:08.559 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 17:41:08.559 INFO kablam! Oct 10 17:41:08.559 INFO kablam! warning: value assigned to `temp_max` is never read Oct 10 17:41:08.559 INFO kablam! --> src/prob11.rs:70:5 Oct 10 17:41:08.559 INFO kablam! | Oct 10 17:41:08.559 INFO kablam! 70 | temp_max = 1; Oct 10 17:41:08.559 INFO kablam! | ^^^^^^^^ Oct 10 17:41:08.559 INFO kablam! Oct 10 17:41:08.559 INFO kablam! warning: value assigned to `temp_max` is never read Oct 10 17:41:08.559 INFO kablam! --> src/prob11.rs:86:5 Oct 10 17:41:08.559 INFO kablam! | Oct 10 17:41:08.559 INFO kablam! 86 | temp_max = 1; Oct 10 17:41:08.559 INFO kablam! | ^^^^^^^^ Oct 10 17:41:08.559 INFO kablam! Oct 10 17:41:08.559 INFO kablam! warning: value assigned to `temp_max` is never read Oct 10 17:41:08.559 INFO kablam! --> src/prob11.rs:102:5 Oct 10 17:41:08.559 INFO kablam! | Oct 10 17:41:08.559 INFO kablam! 102 | temp_max = 1; Oct 10 17:41:08.559 INFO kablam! | ^^^^^^^^ Oct 10 17:41:08.559 INFO kablam! Oct 10 17:41:08.617 INFO kablam! warning: function is never used: `factorial` Oct 10 17:41:08.617 INFO kablam! --> src/prob15.rs:10:1 Oct 10 17:41:08.617 INFO kablam! | Oct 10 17:41:08.617 INFO kablam! 10 | fn factorial(n: u64) -> u64 { Oct 10 17:41:08.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:41:08.617 INFO kablam! | Oct 10 17:41:08.617 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:41:08.617 INFO kablam! Oct 10 17:41:08.620 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 10 17:41:08.620 INFO kablam! | Oct 10 17:41:08.620 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 17:41:08.620 INFO kablam! Oct 10 17:41:08.620 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 10 17:41:08.621 INFO kablam! --> src/prob7.rs:6:5 Oct 10 17:41:08.621 INFO kablam! | Oct 10 17:41:08.621 INFO kablam! 6 | / (1..55_250).map(|x|x*2+1) Oct 10 17:41:08.621 INFO kablam! 7 | | .filter(|&x| -> bool { Oct 10 17:41:08.621 INFO kablam! 8 | | for prime in &primes { Oct 10 17:41:08.621 INFO kablam! 9 | | if x % *prime == 0 && x != *prime { return false } Oct 10 17:41:08.621 INFO kablam! ... | Oct 10 17:41:08.621 INFO kablam! 14 | | }) Oct 10 17:41:08.621 INFO kablam! 15 | | .collect::>(); Oct 10 17:41:08.621 INFO kablam! | |_______________________________^ Oct 10 17:41:08.621 INFO kablam! | Oct 10 17:41:08.621 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 17:41:08.621 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 10 17:41:08.621 INFO kablam! Oct 10 17:41:08.964 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 10 17:41:08.964 INFO kablam! su: No module specific data is present Oct 10 17:41:09.256 INFO running `"docker" "rm" "-f" "9bdb633959e87332463bba12e0e33a0687305186515b7eaf22499298a807455a"` Oct 10 17:41:09.354 INFO blam! 9bdb633959e87332463bba12e0e33a0687305186515b7eaf22499298a807455a Oct 10 17:41:09.360 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:41:09.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 17:41:09.499 INFO blam! f64cbbde5be1839093c689e25a80794b03955592a5168dad0c4e83f14961c1e9 Oct 10 17:41:09.501 INFO running `"docker" "start" "-a" "f64cbbde5be1839093c689e25a80794b03955592a5168dad0c4e83f14961c1e9"` Oct 10 17:41:09.864 INFO kablam! usermod: no changes Oct 10 17:41:09.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 10 17:41:09.884 INFO kablam! Running /target/debug/deps/Proj_Euler-3861fb59a8e717ea Oct 10 17:41:09.889 INFO blam! Oct 10 17:41:09.889 INFO blam! running 0 tests Oct 10 17:41:09.889 INFO blam! Oct 10 17:41:09.889 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:41:09.889 INFO kablam! Running /target/debug/deps/Proj_Euler-3cfa40a5f8ca4a60 Oct 10 17:41:09.889 INFO blam! Oct 10 17:41:09.892 INFO blam! Oct 10 17:41:09.892 INFO blam! running 0 tests Oct 10 17:41:09.892 INFO blam! Oct 10 17:41:09.892 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:41:09.893 INFO blam! Oct 10 17:41:09.893 INFO kablam! Doc-tests Proj_Euler Oct 10 17:41:10.602 INFO blam! Oct 10 17:41:10.602 INFO blam! running 0 tests Oct 10 17:41:10.602 INFO blam! Oct 10 17:41:10.602 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:41:10.602 INFO blam! Oct 10 17:41:10.608 INFO kablam! su: No module specific data is present Oct 10 17:41:10.869 INFO running `"docker" "rm" "-f" "f64cbbde5be1839093c689e25a80794b03955592a5168dad0c4e83f14961c1e9"` Oct 10 17:41:10.947 INFO blam! f64cbbde5be1839093c689e25a80794b03955592a5168dad0c4e83f14961c1e9