Oct 13 05:45:38.841 INFO testing neelayjunnarkar/Proj_Euler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:45:38.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 05:45:39.059 INFO blam! 68ec24a39937d9623f87ce126dfeff983740c61ec8f49e3f92268bb7b80ef518 Oct 13 05:45:39.062 INFO running `"docker" "start" "-a" "68ec24a39937d9623f87ce126dfeff983740c61ec8f49e3f92268bb7b80ef518"` Oct 13 05:45:39.479 INFO kablam! usermod: no changes Oct 13 05:45:39.510 INFO kablam! Compiling Proj_Euler v0.0.1 (/source) Oct 13 05:45:39.719 INFO kablam! warning: unused import: `std::num::*` Oct 13 05:45:39.719 INFO kablam! --> src/prob3.rs:3:5 Oct 13 05:45:39.719 INFO kablam! | Oct 13 05:45:39.719 INFO kablam! 3 | use std::num::*; Oct 13 05:45:39.719 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:45:39.719 INFO kablam! | Oct 13 05:45:39.719 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:45:39.719 INFO kablam! Oct 13 05:45:39.719 INFO kablam! warning: label name `'y_pos` shadows a label name that is already in scope Oct 13 05:45:39.719 INFO kablam! --> src/prob11.rs:106:9 Oct 13 05:45:39.719 INFO kablam! | Oct 13 05:45:39.719 INFO kablam! 90 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 13 05:45:39.719 INFO kablam! | ------ first declared here Oct 13 05:45:39.719 INFO kablam! ... Oct 13 05:45:39.719 INFO kablam! 106 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 13 05:45:39.719 INFO kablam! | ^^^^^^ lifetime 'y_pos already in scope Oct 13 05:45:39.720 INFO kablam! Oct 13 05:45:39.863 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:39.863 INFO kablam! --> src/prob11.rs:54:13 Oct 13 05:45:39.863 INFO kablam! | Oct 13 05:45:39.863 INFO kablam! 54 | let mut temp_max = 1; Oct 13 05:45:39.863 INFO kablam! | ^^^^^^^^ Oct 13 05:45:39.863 INFO kablam! | Oct 13 05:45:39.863 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 05:45:39.863 INFO kablam! Oct 13 05:45:39.863 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:39.863 INFO kablam! --> src/prob11.rs:70:5 Oct 13 05:45:39.863 INFO kablam! | Oct 13 05:45:39.864 INFO kablam! 70 | temp_max = 1; Oct 13 05:45:39.864 INFO kablam! | ^^^^^^^^ Oct 13 05:45:39.864 INFO kablam! Oct 13 05:45:39.864 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:39.864 INFO kablam! --> src/prob11.rs:86:5 Oct 13 05:45:39.864 INFO kablam! | Oct 13 05:45:39.864 INFO kablam! 86 | temp_max = 1; Oct 13 05:45:39.864 INFO kablam! | ^^^^^^^^ Oct 13 05:45:39.864 INFO kablam! Oct 13 05:45:39.864 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:39.864 INFO kablam! --> src/prob11.rs:102:5 Oct 13 05:45:39.864 INFO kablam! | Oct 13 05:45:39.864 INFO kablam! 102 | temp_max = 1; Oct 13 05:45:39.864 INFO kablam! | ^^^^^^^^ Oct 13 05:45:39.864 INFO kablam! Oct 13 05:45:39.907 INFO kablam! warning: function is never used: `factorial` Oct 13 05:45:39.907 INFO kablam! --> src/prob15.rs:10:1 Oct 13 05:45:39.907 INFO kablam! | Oct 13 05:45:39.907 INFO kablam! 10 | fn factorial(n: u64) -> u64 { Oct 13 05:45:39.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:39.907 INFO kablam! | Oct 13 05:45:39.907 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:45:39.907 INFO kablam! Oct 13 05:45:39.907 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 13 05:45:39.907 INFO kablam! | Oct 13 05:45:39.907 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:39.908 INFO kablam! Oct 13 05:45:39.908 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 05:45:39.908 INFO kablam! --> src/prob7.rs:6:5 Oct 13 05:45:39.908 INFO kablam! | Oct 13 05:45:39.908 INFO kablam! 6 | / (1..55_250).map(|x|x*2+1) Oct 13 05:45:39.908 INFO kablam! 7 | | .filter(|&x| -> bool { Oct 13 05:45:39.908 INFO kablam! 8 | | for prime in &primes { Oct 13 05:45:39.908 INFO kablam! 9 | | if x % *prime == 0 && x != *prime { return false } Oct 13 05:45:39.908 INFO kablam! ... | Oct 13 05:45:39.908 INFO kablam! 14 | | }) Oct 13 05:45:39.908 INFO kablam! 15 | | .collect::>(); Oct 13 05:45:39.908 INFO kablam! | |_______________________________^ Oct 13 05:45:39.908 INFO kablam! | Oct 13 05:45:39.908 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:45:39.908 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 05:45:39.908 INFO kablam! Oct 13 05:45:40.731 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:45:40.731 INFO kablam! --> src/main.rs:2:13 Oct 13 05:45:40.731 INFO kablam! | Oct 13 05:45:40.731 INFO kablam! 2 | #[macro_use(run)] Oct 13 05:45:40.731 INFO kablam! | ^^^ Oct 13 05:45:40.731 INFO kablam! | Oct 13 05:45:40.731 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:45:40.731 INFO kablam! Oct 13 05:45:40.745 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 13 05:45:40.745 INFO kablam! | Oct 13 05:45:40.745 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:40.745 INFO kablam! Oct 13 05:45:41.041 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 13 05:45:41.043 INFO kablam! su: No module specific data is present Oct 13 05:45:41.328 INFO running `"docker" "rm" "-f" "68ec24a39937d9623f87ce126dfeff983740c61ec8f49e3f92268bb7b80ef518"` Oct 13 05:45:41.443 INFO blam! 68ec24a39937d9623f87ce126dfeff983740c61ec8f49e3f92268bb7b80ef518 Oct 13 05:45:41.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 05:45:41.602 INFO blam! 9b124d27f8801ea5e188b9250c9ed99cfcc406c540ff48da1077096ada445cd5 Oct 13 05:45:41.605 INFO running `"docker" "start" "-a" "9b124d27f8801ea5e188b9250c9ed99cfcc406c540ff48da1077096ada445cd5"` Oct 13 05:45:42.094 INFO kablam! usermod: no changes Oct 13 05:45:42.116 INFO kablam! Compiling Proj_Euler v0.0.1 (/source) Oct 13 05:45:42.423 INFO kablam! warning: unused import: `std::num::*` Oct 13 05:45:42.423 INFO kablam! --> src/prob3.rs:3:5 Oct 13 05:45:42.423 INFO kablam! | Oct 13 05:45:42.423 INFO kablam! 3 | use std::num::*; Oct 13 05:45:42.423 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:45:42.423 INFO kablam! | Oct 13 05:45:42.423 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:45:42.423 INFO kablam! Oct 13 05:45:42.423 INFO kablam! warning: label name `'y_pos` shadows a label name that is already in scope Oct 13 05:45:42.423 INFO kablam! --> src/prob11.rs:106:9 Oct 13 05:45:42.423 INFO kablam! | Oct 13 05:45:42.424 INFO kablam! 90 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 13 05:45:42.424 INFO kablam! | ------ first declared here Oct 13 05:45:42.424 INFO kablam! ... Oct 13 05:45:42.424 INFO kablam! 106 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 13 05:45:42.424 INFO kablam! | ^^^^^^ lifetime 'y_pos already in scope Oct 13 05:45:42.424 INFO kablam! Oct 13 05:45:42.439 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:45:42.439 INFO kablam! --> src/main.rs:2:13 Oct 13 05:45:42.439 INFO kablam! | Oct 13 05:45:42.439 INFO kablam! 2 | #[macro_use(run)] Oct 13 05:45:42.439 INFO kablam! | ^^^ Oct 13 05:45:42.439 INFO kablam! | Oct 13 05:45:42.439 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:45:42.439 INFO kablam! Oct 13 05:45:42.459 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 13 05:45:42.459 INFO kablam! | Oct 13 05:45:42.459 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:42.459 INFO kablam! Oct 13 05:45:42.607 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:42.607 INFO kablam! --> src/prob11.rs:54:13 Oct 13 05:45:42.607 INFO kablam! | Oct 13 05:45:42.607 INFO kablam! 54 | let mut temp_max = 1; Oct 13 05:45:42.607 INFO kablam! | ^^^^^^^^ Oct 13 05:45:42.607 INFO kablam! | Oct 13 05:45:42.607 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 05:45:42.607 INFO kablam! Oct 13 05:45:42.607 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:42.607 INFO kablam! --> src/prob11.rs:70:5 Oct 13 05:45:42.607 INFO kablam! | Oct 13 05:45:42.607 INFO kablam! 70 | temp_max = 1; Oct 13 05:45:42.607 INFO kablam! | ^^^^^^^^ Oct 13 05:45:42.607 INFO kablam! Oct 13 05:45:42.607 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:42.607 INFO kablam! --> src/prob11.rs:86:5 Oct 13 05:45:42.607 INFO kablam! | Oct 13 05:45:42.607 INFO kablam! 86 | temp_max = 1; Oct 13 05:45:42.607 INFO kablam! | ^^^^^^^^ Oct 13 05:45:42.607 INFO kablam! Oct 13 05:45:42.607 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:42.607 INFO kablam! --> src/prob11.rs:102:5 Oct 13 05:45:42.607 INFO kablam! | Oct 13 05:45:42.607 INFO kablam! 102 | temp_max = 1; Oct 13 05:45:42.607 INFO kablam! | ^^^^^^^^ Oct 13 05:45:42.607 INFO kablam! Oct 13 05:45:42.653 INFO kablam! warning: function is never used: `factorial` Oct 13 05:45:42.653 INFO kablam! --> src/prob15.rs:10:1 Oct 13 05:45:42.653 INFO kablam! | Oct 13 05:45:42.653 INFO kablam! 10 | fn factorial(n: u64) -> u64 { Oct 13 05:45:42.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:42.653 INFO kablam! | Oct 13 05:45:42.654 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:45:42.654 INFO kablam! Oct 13 05:45:42.654 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 13 05:45:42.654 INFO kablam! | Oct 13 05:45:42.654 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:42.654 INFO kablam! Oct 13 05:45:42.654 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 05:45:42.654 INFO kablam! --> src/prob7.rs:6:5 Oct 13 05:45:42.654 INFO kablam! | Oct 13 05:45:42.654 INFO kablam! 6 | / (1..55_250).map(|x|x*2+1) Oct 13 05:45:42.654 INFO kablam! 7 | | .filter(|&x| -> bool { Oct 13 05:45:42.654 INFO kablam! 8 | | for prime in &primes { Oct 13 05:45:42.654 INFO kablam! 9 | | if x % *prime == 0 && x != *prime { return false } Oct 13 05:45:42.654 INFO kablam! ... | Oct 13 05:45:42.654 INFO kablam! 14 | | }) Oct 13 05:45:42.655 INFO kablam! 15 | | .collect::>(); Oct 13 05:45:42.655 INFO kablam! | |_______________________________^ Oct 13 05:45:42.655 INFO kablam! | Oct 13 05:45:42.655 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:45:42.655 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 05:45:42.655 INFO kablam! Oct 13 05:45:43.106 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 13 05:45:43.106 INFO kablam! su: No module specific data is present Oct 13 05:45:43.638 INFO running `"docker" "rm" "-f" "9b124d27f8801ea5e188b9250c9ed99cfcc406c540ff48da1077096ada445cd5"` Oct 13 05:45:43.947 INFO blam! 9b124d27f8801ea5e188b9250c9ed99cfcc406c540ff48da1077096ada445cd5 Oct 13 05:45:43.951 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 05:45:44.396 INFO blam! 8f2ea5b35a36f5e8526f3589071bb56c388052fdfa5657d8179ba580e7748625 Oct 13 05:45:44.398 INFO running `"docker" "start" "-a" "8f2ea5b35a36f5e8526f3589071bb56c388052fdfa5657d8179ba580e7748625"` Oct 13 05:45:45.583 INFO kablam! usermod: no changes Oct 13 05:45:45.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 05:45:45.622 INFO kablam! Running /target/debug/deps/Proj_Euler-3861fb59a8e717ea Oct 13 05:45:45.629 INFO blam! Oct 13 05:45:45.629 INFO blam! running 0 tests Oct 13 05:45:45.629 INFO blam! Oct 13 05:45:45.629 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:45:45.629 INFO blam! Oct 13 05:45:45.629 INFO kablam! Running /target/debug/deps/Proj_Euler-3cfa40a5f8ca4a60 Oct 13 05:45:45.633 INFO blam! Oct 13 05:45:45.633 INFO blam! running 0 tests Oct 13 05:45:45.633 INFO blam! Oct 13 05:45:45.633 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:45:45.633 INFO blam! Oct 13 05:45:45.639 INFO kablam! Doc-tests Proj_Euler Oct 13 05:45:46.027 INFO blam! Oct 13 05:45:46.027 INFO blam! running 0 tests Oct 13 05:45:46.027 INFO blam! Oct 13 05:45:46.027 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:45:46.027 INFO blam! Oct 13 05:45:46.035 INFO kablam! su: No module specific data is present Oct 13 05:45:46.727 INFO running `"docker" "rm" "-f" "8f2ea5b35a36f5e8526f3589071bb56c388052fdfa5657d8179ba580e7748625"` Oct 13 05:45:47.003 INFO blam! 8f2ea5b35a36f5e8526f3589071bb56c388052fdfa5657d8179ba580e7748625