Oct 13 05:45:38.429 INFO testing neelayjunnarkar/Proj_Euler against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:45:38.429 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:38.648 INFO blam! 8b8c232cfc442b35cf8a1c4398bde4a95afa72c0c25d8a578974417f128dc488 Oct 13 05:45:38.654 INFO running `"docker" "start" "-a" "8b8c232cfc442b35cf8a1c4398bde4a95afa72c0c25d8a578974417f128dc488"` Oct 13 05:45:39.095 INFO kablam! usermod: no changes Oct 13 05:45:39.121 INFO kablam! Compiling Proj_Euler v0.0.1 (/source) Oct 13 05:45:39.359 INFO kablam! warning: unused import: `std::num::*` Oct 13 05:45:39.359 INFO kablam! --> src/prob3.rs:3:5 Oct 13 05:45:39.359 INFO kablam! | Oct 13 05:45:39.359 INFO kablam! 3 | use std::num::*; Oct 13 05:45:39.359 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:45:39.359 INFO kablam! | Oct 13 05:45:39.359 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:45:39.359 INFO kablam! Oct 13 05:45:39.366 INFO kablam! warning: label name `'y_pos` shadows a label name that is already in scope Oct 13 05:45:39.367 INFO kablam! --> src/prob11.rs:106:9 Oct 13 05:45:39.367 INFO kablam! | Oct 13 05:45:39.367 INFO kablam! 90 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 13 05:45:39.367 INFO kablam! | ------ first declared here Oct 13 05:45:39.367 INFO kablam! ... Oct 13 05:45:39.367 INFO kablam! 106 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 13 05:45:39.367 INFO kablam! | ^^^^^^ lifetime 'y_pos already in scope Oct 13 05:45:39.367 INFO kablam! Oct 13 05:45:39.495 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:39.495 INFO kablam! --> src/prob11.rs:54:13 Oct 13 05:45:39.495 INFO kablam! | Oct 13 05:45:39.495 INFO kablam! 54 | let mut temp_max = 1; Oct 13 05:45:39.495 INFO kablam! | ^^^^^^^^ Oct 13 05:45:39.495 INFO kablam! | Oct 13 05:45:39.495 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 05:45:39.495 INFO kablam! Oct 13 05:45:39.495 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:39.495 INFO kablam! --> src/prob11.rs:70:5 Oct 13 05:45:39.495 INFO kablam! | Oct 13 05:45:39.495 INFO kablam! 70 | temp_max = 1; Oct 13 05:45:39.495 INFO kablam! | ^^^^^^^^ Oct 13 05:45:39.495 INFO kablam! Oct 13 05:45:39.495 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:39.495 INFO kablam! --> src/prob11.rs:86:5 Oct 13 05:45:39.495 INFO kablam! | Oct 13 05:45:39.495 INFO kablam! 86 | temp_max = 1; Oct 13 05:45:39.495 INFO kablam! | ^^^^^^^^ Oct 13 05:45:39.495 INFO kablam! Oct 13 05:45:39.495 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:39.495 INFO kablam! --> src/prob11.rs:102:5 Oct 13 05:45:39.495 INFO kablam! | Oct 13 05:45:39.495 INFO kablam! 102 | temp_max = 1; Oct 13 05:45:39.495 INFO kablam! | ^^^^^^^^ Oct 13 05:45:39.495 INFO kablam! Oct 13 05:45:39.528 INFO kablam! warning: function is never used: `factorial` Oct 13 05:45:39.528 INFO kablam! --> src/prob15.rs:10:1 Oct 13 05:45:39.528 INFO kablam! | Oct 13 05:45:39.528 INFO kablam! 10 | fn factorial(n: u64) -> u64 { Oct 13 05:45:39.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:39.528 INFO kablam! | Oct 13 05:45:39.528 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:45:39.528 INFO kablam! Oct 13 05:45:39.528 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 13 05:45:39.528 INFO kablam! | Oct 13 05:45:39.529 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:39.529 INFO kablam! Oct 13 05:45:39.529 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 05:45:39.529 INFO kablam! --> src/prob7.rs:6:5 Oct 13 05:45:39.529 INFO kablam! | Oct 13 05:45:39.529 INFO kablam! 6 | / (1..55_250).map(|x|x*2+1) Oct 13 05:45:39.529 INFO kablam! 7 | | .filter(|&x| -> bool { Oct 13 05:45:39.529 INFO kablam! 8 | | for prime in &primes { Oct 13 05:45:39.529 INFO kablam! 9 | | if x % *prime == 0 && x != *prime { return false } Oct 13 05:45:39.529 INFO kablam! ... | Oct 13 05:45:39.529 INFO kablam! 14 | | }) Oct 13 05:45:39.529 INFO kablam! 15 | | .collect::>(); Oct 13 05:45:39.529 INFO kablam! | |_______________________________^ Oct 13 05:45:39.529 INFO kablam! | Oct 13 05:45:39.529 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:45:39.529 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 05:45:39.529 INFO kablam! Oct 13 05:45:40.307 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:45:40.307 INFO kablam! --> src/main.rs:2:13 Oct 13 05:45:40.307 INFO kablam! | Oct 13 05:45:40.307 INFO kablam! 2 | #[macro_use(run)] Oct 13 05:45:40.307 INFO kablam! | ^^^ Oct 13 05:45:40.307 INFO kablam! | Oct 13 05:45:40.318 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:45:40.318 INFO kablam! Oct 13 05:45:40.327 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 13 05:45:40.327 INFO kablam! | Oct 13 05:45:40.327 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:40.327 INFO kablam! Oct 13 05:45:40.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 13 05:45:40.690 INFO kablam! su: No module specific data is present Oct 13 05:45:40.961 INFO running `"docker" "rm" "-f" "8b8c232cfc442b35cf8a1c4398bde4a95afa72c0c25d8a578974417f128dc488"` Oct 13 05:45:41.031 INFO blam! 8b8c232cfc442b35cf8a1c4398bde4a95afa72c0c25d8a578974417f128dc488 Oct 13 05:45:41.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.206 INFO blam! b398adbc460dd082dc27e352798d3329afb6ada3afcbbf7945a770ade264ecb9 Oct 13 05:45:41.208 INFO running `"docker" "start" "-a" "b398adbc460dd082dc27e352798d3329afb6ada3afcbbf7945a770ade264ecb9"` Oct 13 05:45:41.619 INFO kablam! usermod: no changes Oct 13 05:45:41.640 INFO kablam! Compiling Proj_Euler v0.0.1 (/source) Oct 13 05:45:41.911 INFO kablam! warning: unused import: `std::num::*` Oct 13 05:45:41.911 INFO kablam! --> src/prob3.rs:3:5 Oct 13 05:45:41.911 INFO kablam! | Oct 13 05:45:41.911 INFO kablam! 3 | use std::num::*; Oct 13 05:45:41.911 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:45:41.911 INFO kablam! | Oct 13 05:45:41.911 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:45:41.911 INFO kablam! Oct 13 05:45:41.918 INFO kablam! warning: label name `'y_pos` shadows a label name that is already in scope Oct 13 05:45:41.919 INFO kablam! --> src/prob11.rs:106:9 Oct 13 05:45:41.919 INFO kablam! | Oct 13 05:45:41.919 INFO kablam! 90 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 13 05:45:41.919 INFO kablam! | ------ first declared here Oct 13 05:45:41.919 INFO kablam! ... Oct 13 05:45:41.919 INFO kablam! 106 | 'y_pos: for y in 0..(h-n_adjacents) { Oct 13 05:45:41.919 INFO kablam! | ^^^^^^ lifetime 'y_pos already in scope Oct 13 05:45:41.919 INFO kablam! Oct 13 05:45:41.939 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:45:41.939 INFO kablam! --> src/main.rs:2:13 Oct 13 05:45:41.939 INFO kablam! | Oct 13 05:45:41.939 INFO kablam! 2 | #[macro_use(run)] Oct 13 05:45:41.939 INFO kablam! | ^^^ Oct 13 05:45:41.939 INFO kablam! | Oct 13 05:45:41.939 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:45:41.939 INFO kablam! Oct 13 05:45:41.955 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 13 05:45:41.955 INFO kablam! | Oct 13 05:45:41.955 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:41.955 INFO kablam! Oct 13 05:45:42.051 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:42.051 INFO kablam! --> src/prob11.rs:54:13 Oct 13 05:45:42.051 INFO kablam! | Oct 13 05:45:42.051 INFO kablam! 54 | let mut temp_max = 1; Oct 13 05:45:42.051 INFO kablam! | ^^^^^^^^ Oct 13 05:45:42.051 INFO kablam! | Oct 13 05:45:42.051 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 05:45:42.051 INFO kablam! Oct 13 05:45:42.051 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:42.051 INFO kablam! --> src/prob11.rs:70:5 Oct 13 05:45:42.051 INFO kablam! | Oct 13 05:45:42.051 INFO kablam! 70 | temp_max = 1; Oct 13 05:45:42.051 INFO kablam! | ^^^^^^^^ Oct 13 05:45:42.051 INFO kablam! Oct 13 05:45:42.051 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:42.051 INFO kablam! --> src/prob11.rs:86:5 Oct 13 05:45:42.051 INFO kablam! | Oct 13 05:45:42.051 INFO kablam! 86 | temp_max = 1; Oct 13 05:45:42.051 INFO kablam! | ^^^^^^^^ Oct 13 05:45:42.051 INFO kablam! Oct 13 05:45:42.051 INFO kablam! warning: value assigned to `temp_max` is never read Oct 13 05:45:42.051 INFO kablam! --> src/prob11.rs:102:5 Oct 13 05:45:42.051 INFO kablam! | Oct 13 05:45:42.051 INFO kablam! 102 | temp_max = 1; Oct 13 05:45:42.051 INFO kablam! | ^^^^^^^^ Oct 13 05:45:42.051 INFO kablam! Oct 13 05:45:42.089 INFO kablam! warning: function is never used: `factorial` Oct 13 05:45:42.090 INFO kablam! --> src/prob15.rs:10:1 Oct 13 05:45:42.090 INFO kablam! | Oct 13 05:45:42.090 INFO kablam! 10 | fn factorial(n: u64) -> u64 { Oct 13 05:45:42.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:45:42.090 INFO kablam! | Oct 13 05:45:42.090 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:45:42.090 INFO kablam! Oct 13 05:45:42.094 INFO kablam! warning: crate `Proj_Euler` should have a snake case name such as `proj_euler` Oct 13 05:45:42.094 INFO kablam! | Oct 13 05:45:42.094 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:45:42.094 INFO kablam! Oct 13 05:45:42.094 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 13 05:45:42.094 INFO kablam! --> src/prob7.rs:6:5 Oct 13 05:45:42.094 INFO kablam! | Oct 13 05:45:42.094 INFO kablam! 6 | / (1..55_250).map(|x|x*2+1) Oct 13 05:45:42.094 INFO kablam! 7 | | .filter(|&x| -> bool { Oct 13 05:45:42.095 INFO kablam! 8 | | for prime in &primes { Oct 13 05:45:42.095 INFO kablam! 9 | | if x % *prime == 0 && x != *prime { return false } Oct 13 05:45:42.095 INFO kablam! ... | Oct 13 05:45:42.095 INFO kablam! 14 | | }) Oct 13 05:45:42.095 INFO kablam! 15 | | .collect::>(); Oct 13 05:45:42.095 INFO kablam! | |_______________________________^ Oct 13 05:45:42.095 INFO kablam! | Oct 13 05:45:42.095 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:45:42.095 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 13 05:45:42.095 INFO kablam! Oct 13 05:45:42.582 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 13 05:45:42.587 INFO kablam! su: No module specific data is present Oct 13 05:45:43.151 INFO running `"docker" "rm" "-f" "b398adbc460dd082dc27e352798d3329afb6ada3afcbbf7945a770ade264ecb9"` Oct 13 05:45:43.389 INFO blam! b398adbc460dd082dc27e352798d3329afb6ada3afcbbf7945a770ade264ecb9 Oct 13 05:45:43.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:43.672 INFO blam! 512f2841c567fe00b6ee007d120b2828041c210f69eae2628fa63183336a6088 Oct 13 05:45:43.672 INFO running `"docker" "start" "-a" "512f2841c567fe00b6ee007d120b2828041c210f69eae2628fa63183336a6088"` Oct 13 05:45:44.527 INFO kablam! usermod: no changes Oct 13 05:45:44.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 05:45:44.583 INFO blam! Oct 13 05:45:44.583 INFO kablam! Running /target/debug/deps/Proj_Euler-63a9094e78486985 Oct 13 05:45:44.583 INFO blam! running 0 tests Oct 13 05:45:44.583 INFO blam! Oct 13 05:45:44.583 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:45:44.583 INFO blam! Oct 13 05:45:44.591 INFO kablam! Running /target/debug/deps/Proj_Euler-deaf4c65dcf5c90e Oct 13 05:45:44.592 INFO blam! Oct 13 05:45:44.592 INFO blam! running 0 tests Oct 13 05:45:44.592 INFO blam! Oct 13 05:45:44.592 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:45:44.592 INFO blam! Oct 13 05:45:44.595 INFO kablam! Doc-tests Proj_Euler Oct 13 05:45:45.001 INFO blam! Oct 13 05:45:45.001 INFO blam! running 0 tests Oct 13 05:45:45.001 INFO blam! Oct 13 05:45:45.001 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:45:45.001 INFO blam! Oct 13 05:45:45.005 INFO kablam! su: No module specific data is present Oct 13 05:45:45.693 INFO running `"docker" "rm" "-f" "512f2841c567fe00b6ee007d120b2828041c210f69eae2628fa63183336a6088"` Oct 13 05:45:46.087 INFO blam! 512f2841c567fe00b6ee007d120b2828041c210f69eae2628fa63183336a6088